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

Max Horn fingolfin at users.sourceforge.net
Wed Mar 3 16:01:03 CET 2004


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

Modified Files:
	Makefile 
Log Message:
sdl-config --static-libs finally works in SDL 1.2.7, make use of it

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Makefile	25 Feb 2004 09:49:03 -0000	1.64
+++ Makefile	3 Mar 2004 23:39:23 -0000	1.65
@@ -97,13 +97,11 @@
 # Special target to create a static linked binary for Mac OS X
 scummvm-static: $(OBJS)
 	$(CXX) $(LDFLAGS) -o scummvm-static $(OBJS) \
-		/sw/lib/libSDLmain.a /sw/lib/libSDL.a \
+		`sdl-config --static-libs` \
 		/sw/lib/libmad.a \
 		/sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \
 		/sw/lib/libmpeg2.a \
-		-lz \
-		-framework Cocoa -framework Carbon -framework IOKit \
-		-framework OpenGL -framework AGL -framework QuickTime \
-		-framework AudioUnit -framework AudioToolbox
+		/sw/lib/libFLAC.a \
+		-lz
 
 .PHONY: deb bundle test





More information about the Scummvm-git-logs mailing list