[Scummvm-cvs-logs] CVS: scummvm Makefile,1.62,1.63 Makefile.noconf,1.4,1.5

Travis Howell kirben at users.sourceforge.net
Tue Feb 24 20:48:02 CET 2004


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

Modified Files:
	Makefile Makefile.noconf 
Log Message:

OpenGL libs no longer required


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Makefile	1 Feb 2004 01:32:43 -0000	1.62
+++ Makefile	25 Feb 2004 04:32:42 -0000	1.63
@@ -103,7 +103,6 @@
 		/sw/lib/libmpeg2.a \
 		-lz \
 		-framework Cocoa -framework Carbon -framework IOKit \
-		-framework OpenGL -framework AGL -framework QuickTime \
-		-framework AudioUnit -framework AudioToolbox
+		-framework QuickTime -framework AudioUnit -framework AudioToolbox
 
 .PHONY: deb bundle test

Index: Makefile.noconf
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.noconf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.noconf	16 Dec 2003 05:29:26 -0000	1.4
+++ Makefile.noconf	25 Feb 2004 04:32:42 -0000	1.5
@@ -117,7 +117,6 @@
 		/sw/lib/libmad.a \
 		/sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \
 		-framework Cocoa -framework Carbon -framework IOKit \
-		-framework OpenGL -framework AGL -framework QuickTime \
-		-framework AudioUnit -framework AudioToolbox
+		-framework QuickTime -framework AudioUnit -framework AudioToolbox
 
 .PHONY: deb bundle





More information about the Scummvm-git-logs mailing list