[Scummvm-cvs-logs] CVS: scummvm Makefile,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Mon Oct 7 17:12:15 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv2639

Modified Files:
	Makefile 
Log Message:
added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	22 Sep 2002 04:05:40 -0000	1.12
+++ Makefile	8 Oct 2002 00:11:40 -0000	1.13
@@ -13,7 +13,7 @@
 ZIP = zip -q
 CP  = cp
 
-CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
+CFLAGS   = -g -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
 DEFINES  =
 LDFLAGS :=
 INCLUDES:= -I. -Icommon





More information about the Scummvm-git-logs mailing list