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

Max Horn fingolfin at users.sourceforge.net
Wed Oct 1 05:40:01 CEST 2003


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

Modified Files:
	Makefile 
Log Message:
make the 'mac' rule part of the regular executable build rule, but conditional (so it should still work fine on non-macs)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummex/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	28 Sep 2003 21:49:25 -0000	1.8
+++ Makefile	1 Oct 2003 12:39:04 -0000	1.9
@@ -33,11 +33,9 @@
 # Main executable build rule
 scummex: ${OBJS}
 	$(CXX) $+ ${LIBS} -o $@
-
-# Special build rule for MacOS: need to add the resource fork to the binary. 
-# Not sure if we can just use REZ_CMD unconditionally on all platforms?
-mac: scummex
+ifdef REZ_CMD
 	$(REZ_CMD) scummex
+endif
 
 clean:
 	rm -f scummex $(OBJS)





More information about the Scummvm-git-logs mailing list