diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 19:41:28 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 19:41:28 +0200 |
commit | 56d899fdc96dd13fc3091648b28fdeff11f6f6e6 (patch) | |
tree | 1731d884ba8c2e78db8ae1e9598c2c9c35980d7d | |
parent | 6443dc4e4e62b7106314d39160545a00cd4ec0e3 (diff) |
Tweaking link command line
-rw-r--r-- | Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 653bd2e..134df27 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -46,7 +46,7 @@ HAVES = -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_MALLOC_H -DHAVE_BYTESWAP_H -DUSE_O 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 \ +LDFLAGS += -g -fexceptions -shared ../lua-interface/lua-interface.a -Wl,--export-dynamic -Wl,--enable-auto-image-base -Wl,--export-all-symbols -Wl,--enable-auto-import \ -L ../freetype-win32/lib -L ../gnuwin32/lib -L ../ftgl-win32/lib/ vpath %.c ../Baltisot/lib:../Baltisot/src:src:../mogltk/lib:../tinyxml |