[Scummvm-cvs-logs] CVS: tools Makefile,1.50,1.51

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Jan 30 09:38:08 CET 2005


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4737

Modified Files:
	Makefile 
Log Message:
Use g++ instead of gcc to link compress_scumm_bun. I don't know about other
systems, but it appears to be necessary on my Debian box.


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Makefile	23 Jan 2005 23:36:28 -0000	1.50
+++ Makefile	30 Jan 2005 17:36:32 -0000	1.51
@@ -54,7 +54,7 @@
 	$(CC) $(LDFLAGS) -o $@ $+
 
 compress_scumm_bun$(EXEEXT): compress_scumm_bun.o util.o
-	$(CC) $(LDFLAGS) -o $@ $+
+	$(CXX) $(LDFLAGS) -o $@ $+
 
 extract_loom_tg16$(EXEEXT): extract_loom_tg16.o
 	$(CC) $(LDFLAGS) -o $@ $+





More information about the Scummvm-git-logs mailing list