diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 06:23:54 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 06:23:54 +0100 |
commit | 16c04eedf08ede5fc0d647437b09abd0b8ba9be5 (patch) | |
tree | bdcc9c987ed08c07a35e037261510f1b7af7e851 /Makefile.mingw32 | |
parent | 4ad6f4d86e67949be1492cf2148e8cc0ca0b7610 (diff) |
Actually, that's not a good idea for win32 for now. Dll swapping should work out of the box anyway. We'll see.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 0c121e8..9086e56 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -42,7 +42,8 @@ INCLUDES = \ HAVES = -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_MALLOC_H -DHAVE_BYTESWAP_H -DUSE_OSMESA -DHAVE_MYSQL -CPPFLAGS += $(INCLUDES) -g -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN -fexceptions -march=i686 $(HAVES) -DNDEBUG -DUSE_MGL_NAMESPACE +CPPFLAGS += $(INCLUDES) -g -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN -fexceptions -march=i686 $(HAVES) -DNDEBUG +# -DUSE_MGL_NAMESPACE LDFLAGS += -g -fexceptions -shared ../lua-interface/lua-interface.a -Wl,--export-dynamic -Wl,--enable-auto-image-base --export-all-symbols -Wl,--enable-auto-import \ -L ../freetype-win32/lib -L ../gnuwin32/lib -L ../ftgl-win32/lib/ |