[Scummvm-cvs-logs] CVS: scummvm Makefile,1.35,1.36
Max Horn
fingolfin at users.sourceforge.net
Sat Jul 12 12:14:05 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv21173
Modified Files:
Makefile
Log Message:
moved to more warnings into the GCC 3.x only category
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile 4 Jul 2003 11:19:44 -0000 1.35
+++ Makefile 12 Jul 2003 19:13:25 -0000 1.36
@@ -29,11 +29,11 @@
CXXFLAGS+= -Wshadow -Wstrict-prototypes -Wuninitialized -Wimplicit
CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
CXXFLAGS+= -Wwrite-strings -Wredundant-decls -Wdisabled-optimization -fcheck-new -Wundef
-CXXFLAGS+= -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wfloat-equal
+CXXFLAGS+= -Wctor-dtor-privacy -Wnon-virtual-dtor
# Seems GCC 2.95 doesn't support the following, so we do not yet turn them
# on by default (but I'd strongly recommend to all GCC 2.95 users to update
# to a better compiler like GCC 3.x).
-# CXXFLAGS+= -ansi -W -Wno-unused-parameter
+# CXXFLAGS+= -ansi -W -Wno-unused-parameter -Woverloaded-virtual -Wfloat-equal
# Load the build rules & settings for the chosen backend
-include build.rules
@@ -100,7 +100,9 @@
# Special target to create a static linked binary for Mac OS X
scummvm-static: $(OBJS)
$(CXX) $(LDFLAGS) -o scummvm-static $(OBJS) \
- /sw/lib/libSDLmain.a /sw/lib/libSDL.a /sw/lib/libmad.a \
+ /sw/lib/libSDLmain.a /sw/lib/libSDL.a \
+ /sw/lib/libmad.a \
+ /sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \
-framework Cocoa -framework Carbon -framework IOKit \
-framework OpenGL -framework AGL -framework QuickTime \
-framework AudioUnit -framework AudioToolbox
More information about the Scummvm-git-logs
mailing list