[Scummvm-cvs-logs] CVS: tools .cvsignore,1.2,1.3 Makefile,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Fri Nov 29 06:56:05 CET 2002


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv8416

Modified Files:
	.cvsignore Makefile 
Log Message:
added simon2mp3 to .cvsignore

Index: .cvsignore
===================================================================
RCS file: /cvsroot/scummvm/tools/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore	25 Jul 2002 23:36:49 -0000	1.2
+++ .cvsignore	29 Nov 2002 14:55:07 -0000	1.3
@@ -3,3 +3,4 @@
 descumm6
 extract
 rescumm
+simon2mp3

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	31 Oct 2002 13:57:59 -0000	1.4
+++ Makefile	29 Nov 2002 14:55:08 -0000	1.5
@@ -1,8 +1,8 @@
 SRC=.
 
-CC      = gcc
-CXX     = g++
-CFLAGS  = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar 
+CC      = cc
+CXX     = c++
+CFLAGS  = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -DSCUMM_BIG_ENDIAN
 LDFLAGS :=
 
 TARGETS := descumm3$(EXEEXT) descumm5$(EXEEXT) descumm6$(EXEEXT) extract$(EXEEXT) rescumm$(EXEEXT) simon2mp3$(EXEEXT)





More information about the Scummvm-git-logs mailing list