updated Mac OS X static build rule

svn-id: r6846
This commit is contained in:
Max Horn 2003-03-23 13:11:55 +00:00
parent 8166d8e529
commit 2c579c25ce

View File

@ -82,6 +82,10 @@ bundle: scummvm-static
# 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