[Scummvm-cvs-logs] CVS: scummvm/backends/dc Makefile,1.9,1.9.2.1

Marcus Comstedt marcus_c at users.sourceforge.net
Tue May 6 14:45:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv15426

Modified Files:
      Tag: branch-0-4-0
	Makefile 
Log Message:
Added -DDISABLE_SKY as requested by Max.

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/Makefile,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- Makefile	13 Apr 2003 12:53:08 -0000	1.9
+++ Makefile	6 May 2003 21:44:20 -0000	1.9.2.1
@@ -6,7 +6,7 @@
 
 CXX     = sh-elf-g++ -ml -m4-single-only
 CXXFLAGS= -O1 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
-DEFINES = -D__DC__ -DNONSTANDARD_PORT
+DEFINES = -D__DC__ -DNONSTANDARD_PORT -DDISABLE_SKY
 LDFLAGS := -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o
 INCLUDES:= -I./ -I../.. -I../../common -I$(ronindir)/include/
 CPPFLAGS= $(DEFINES) $(INCLUDES)





More information about the Scummvm-git-logs mailing list