mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
updated Mac OS X static build rule
svn-id: r6846
This commit is contained in:
parent
8166d8e529
commit
2c579c25ce
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user