[Scummvm-cvs-logs] CVS: scummex Makefile,1.9,1.10

Max Horn fingolfin at users.sourceforge.net
Wed Oct 1 05:52:06 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv2966

Modified Files:
	Makefile 
Log Message:
fixed my previous commit

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummex/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	1 Oct 2003 12:39:04 -0000	1.9
+++ Makefile	1 Oct 2003 12:51:37 -0000	1.10
@@ -9,6 +9,8 @@
 ZIP     := zip -q
 CP      := cp
 
+BUILD_MAC:=
+
 RESSW    := --define __WIN32__ --define __WIN95__ --define __GNUWIN32__
 REZ_CMD  := `wx-config --rezflags`
 OBJS     := file.o scummex.o resource.o image.o wxwindows.o descumm.o descumm6.o codec37.o codec47.o bomp.o scaler.o util.o
@@ -33,7 +35,7 @@
 # Main executable build rule
 scummex: ${OBJS}
 	$(CXX) $+ ${LIBS} -o $@
-ifdef REZ_CMD
+ifneq "$(BUILD_MAC)" ""
 	$(REZ_CMD) scummex
 endif
 





More information about the Scummvm-git-logs mailing list