[Scummvm-cvs-logs] CVS: tools Makefile,1.13,1.14
Travis Howell
kirben at users.sourceforge.net
Sat May 10 23:22:02 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv16777
Modified Files:
Makefile
Log Message:
Update Makefile for descumm-common
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile 4 May 2003 14:05:44 -0000 1.13
+++ Makefile 11 May 2003 06:21:27 -0000 1.14
@@ -17,10 +17,10 @@
all: $(TARGETS)
-descumm$(EXEEXT) : descumm.o
+descumm$(EXEEXT) : descumm.o descumm-common.o
$(CXX) $(LFLAGS) -o $@ $+
-descumm6$(EXEEXT) : descumm6.o
+descumm6$(EXEEXT) : descumm6.o descumm-common.o
$(CXX) $(LFLAGS) -o $@ $+
extract$(EXEEXT) : extract.o
More information about the Scummvm-git-logs
mailing list