summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-13 23:55:08 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-13 23:55:08 +0200
commitd4858b814253be0ea5abf6d53483788826590525 (patch)
treee6d7e19889a32704dc3afb7d88ae6a43ff73d903
parent561f04219e7e08aedc06af8132eac9f1e38e8e26 (diff)
Fixing export-all.HEADmaster
-rw-r--r--Makefile.mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 529c164..8d8bd63 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -38,7 +38,7 @@ HAVES = -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DH
CPPFLAGS += $(INCLUDES) -g -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN -fexceptions -march=i686 $(HAVES)
-LDFLAGS += -g -fexception -shared -Wl,--export-dynamic ../lua-interface/lua-interface.a -Wl,--enable-auto-image-base --export-all-symbols -Wl,--enable-auto-import
+LDFLAGS += -g -fexception -shared -Wl,--export-dynamic ../lua-interface/lua-interface.a -Wl,--enable-auto-image-base -Wl,--export-all-symbols -Wl,--enable-auto-import
vpath %.c ../Baltisot/lib:../Baltisot/src:src:../PSX-Bundle/lib:../PSX-Bundle/psxdev
vpath %.cc ../Baltisot/lib:../Baltisot/src:src:../PSX-Bundle/lib:../PSX-Bundle/psxdev