[Scummvm-cvs-logs] CVS: residual .cvsignore,1.1,1.2 Makefile,1.1.1.1,1.2

Daniel Schepler dschepler at users.sourceforge.net
Sat Aug 16 21:23:04 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv18450

Modified Files:
	.cvsignore Makefile 
Log Message:
Reinstate dependency calculation for Unix-g++ builds.


Index: .cvsignore
===================================================================
RCS file: /cvsroot/scummvm/residual/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	16 Aug 2003 07:11:52 -0000	1.1
+++ .cvsignore	17 Aug 2003 04:22:18 -0000	1.2
@@ -1,2 +1,3 @@
 grimdialog.htm
 residual
+*.d

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/residual/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile	15 Aug 2003 18:00:29 -0000	1.1.1.1
+++ Makefile	17 Aug 2003 04:22:18 -0000	1.2
@@ -11,7 +11,7 @@
 residual: $(OBJS) lua/lib/liblua.a lua/lib/liblualib.a
 	$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
-.cc.o:
+.cpp.o:
 	$(CXX) $(CXXFLAGS) -MMD -c $<
 
 lua/lib/liblua.a lua/lib/liblualib.a: lua-build





More information about the Scummvm-git-logs mailing list