[Scummvm-cvs-logs] CVS: scummvm Makefile,1.29,1.30

Max Horn fingolfin at users.sourceforge.net
Sun Mar 23 05:12:10 CET 2003


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

Modified Files:
	Makefile 
Log Message:
updated Mac OS X static build rule

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile	26 Feb 2003 11:24:44 -0000	1.29
+++ Makefile	23 Mar 2003 13:11:55 -0000	1.30
@@ -82,6 +82,10 @@
 
 # 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 /sw/lib/libmad.a -framework OpenGL -framework AGL -framework IOKit -framework Cocoa -framework Carbon -framework QuickTime -framework AudioUnit
+	$(CXX) $(LDFLAGS) -o scummvm-static $(OBJS) \
+		/sw/lib/libSDLmain.a /sw/lib/libSDL.a /sw/lib/libmad.a \
+		-framework Cocoa -framework Carbon -framework IOKit \
+		-framework OpenGL -framework AGL -framework QuickTime \
+		-framework AudioUnit -framework AudioToolbox
 
 .PHONY: deb bundle





More information about the Scummvm-git-logs mailing list