[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.71,1.72
Max Horn
fingolfin at users.sourceforge.net
Fri Sep 19 15:49:12 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv3178
Modified Files:
Makefile.common
Log Message:
let's see if that's better
Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile.common 19 Sep 2003 22:20:53 -0000 1.71
+++ Makefile.common 19 Sep 2003 22:45:54 -0000 1.72
@@ -47,15 +47,15 @@
CXXFLAGS += -DDYNAMIC_MODULES
# Uncomment these for Mac OS X
-#PLUGIN_LDFLAGS := -bundle -bundle_loader $(EXECUTABLE)
-#LDFLAGS += -all_load
-#LIBS += -ldl
+#PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE)
+#LDFLAGS += -all_load
+#LIBS += -ldl
# Uncomment these for Linux
-CXXFLAGS += -fpic
-PLUGIN_LDFLAGS := -shared
-LDFLAGS += --export-dynamic
-LIBS += -ldl
+CXXFLAGS += -fpic
+PLUGIN_LDFLAGS += -shared
+LDFLAGS += -Wl,--export-dynamic
+LIBS += -ldl
endif
More information about the Scummvm-git-logs
mailing list