diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-07 01:30:16 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-07 01:30:16 +0100 |
commit | ce4f3495924e54a55d308438bf120855417d9e8a (patch) | |
tree | 3998534466125c2420e29e97d00fa921f2582b78 /Makefile.mingw32 | |
parent | 9d2ea408a05953869c678fbb03b6a6dbbc929b2f (diff) |
Properly building for darwin9 now, and upgrading to LuaJIT 2.0.0-beta2
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index c3022f8..94e3bc6 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -50,7 +50,7 @@ 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 -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/luajit.a +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 IUP_LIBS = -lole32 -lcomctl32 -lgdi32 -lcomdlg32 |