[Scummvm-cvs-logs] CVS: scummvm Makefile,1.63,1.64

Max Horn fingolfin at users.sourceforge.net
Wed Feb 25 02:05:01 CET 2004


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

Modified Files:
	Makefile 
Log Message:
OpenGL *is* needed for the OSX static target, because SDL always links against it

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





More information about the Scummvm-git-logs mailing list