aboutsummaryrefslogtreecommitdiff
path: root/externals/build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-02-02 01:37:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-02-02 01:37:06 +0000
commitf1426746f28f101e73dbd282c8283cbf039c74dd (patch)
tree674cf2143850c3cf20207be2bbee599037a9270c /externals/build
parent83b85a152febab88b35db5d2505e9459fed4c8e3 (diff)
WARNING: this is a kludge to get this object building on Windows. Currently, the linker fails on the symbol"sys_noloadbang".
svn path=/trunk/; revision=7400
Diffstat (limited to 'externals/build')
-rw-r--r--externals/build/src/knob.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/build/src/knob.c b/externals/build/src/knob.c
index 40335351..064b4c64 100644
--- a/externals/build/src/knob.c
+++ b/externals/build/src/knob.c
@@ -1,8 +1,2 @@
-/*
- * On MinGW, it dies here:
- * knob.o(.text+0x1a58):knob.c: undefined reference to `sys_noloadbang'
- */
-#ifndef WIN32
#include "../../footils/knob/knob.c"
-#endif