diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-02 01:37:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-02 01:37:06 +0000 |
commit | f1426746f28f101e73dbd282c8283cbf039c74dd (patch) | |
tree | 674cf2143850c3cf20207be2bbee599037a9270c /externals | |
parent | 83b85a152febab88b35db5d2505e9459fed4c8e3 (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')
-rw-r--r-- | externals/build/src/knob.c | 6 |
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 |