From f74aa84b2d499d37b490ad6a9f71a8659d3b5b89 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Aug 2003 20:36:46 +0000 Subject: sync OS X static build rule with Makefile.noconf svn-id: r9834 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd5ab72b4b..9e8dd7943b 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,9 @@ 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 \ + /sw/lib/libSDLmain.a /sw/lib/libSDL.a \ + /sw/lib/libmad.a \ + /sw/lib/libvorbisfile.a /sw/lib/libvorbis.a /sw/lib/libogg.a \ -framework Cocoa -framework Carbon -framework IOKit \ -framework OpenGL -framework AGL -framework QuickTime \ -framework AudioUnit -framework AudioToolbox -- cgit v1.2.3