diff options
| author | Max Horn | 2003-03-23 13:11:55 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-03-23 13:11:55 +0000 | 
| commit | 2c579c25cef63cd9152d3e89a57feb9ef20190f1 (patch) | |
| tree | a9975accf28f210aef35390d5fc61c954504540e | |
| parent | 8166d8e529441a7395e7e09480de119d43b0e258 (diff) | |
| download | scummvm-rg350-2c579c25cef63cd9152d3e89a57feb9ef20190f1.tar.gz scummvm-rg350-2c579c25cef63cd9152d3e89a57feb9ef20190f1.tar.bz2 scummvm-rg350-2c579c25cef63cd9152d3e89a57feb9ef20190f1.zip  | |
updated Mac OS X static build rule
svn-id: r6846
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -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  | 
