diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 04:02:31 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 04:02:31 +0200 |
commit | eb3017a47cf464b1905afd8a3164baa139927fb5 (patch) | |
tree | 0d8afbc826b41a38dff7870a829aad380fdb4d4c | |
parent | 79cb8e09ecb2604a49d51ef9627ed4586a2a8c56 (diff) |
Fixing up linking flags for win32.
-rw-r--r-- | Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 7b63c88..ed051c3 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -52,7 +52,7 @@ CPPFLAGS += $(INCLUDES) -g -fexceptions -DLUATASK_OMIT_COMMAND -DSTDC_HEADERS -D LDFLAGS_BASIC += -g -fexceptions -LDFLAGS += $(LDFLAGS_BASIC) -Wl,--enable-auto-image-base -Wl,--export-dynamic --export-all-symbols -Wl,--enable-auto-import -fexceptions -Wl,--enable-stdcall-fixup +LDFLAGS += $(LDFLAGS_BASIC) -Wl,--enable-auto-image-base -Wl,--export-all-symbols -Wl,--enable-auto-import -fexceptions -Wl,--enable-stdcall-fixup LIBS += -L../gnuwin32/lib ../libreadline-static.a -lz.dll -lucl.dll -lwsock32 -lws2_32 ../pthreads-w32-2-8-0-release/libpthreadGC2.a ../LuaJIT-win32/src/libluajit.a |