From 47040db9e9bb74a1b465fdad87c41d789bab5e7b Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Wed, 6 Jan 2016 10:42:15 +0100 Subject: IOS: Same target for iOS legacy, and iOS 7+ --- ports.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index 99846494dc..00ab5ce432 100644 --- a/ports.mk +++ b/ports.mk @@ -292,7 +292,7 @@ scummvm-static: $(OBJS) $(OSX_STATIC_LIBS) \ $(OSX_ZLIB) -# Special target to create a static linked binary for the iPhone +# Special target to create a static linked binary for the iPhone (legacy, and iOS 7+) iphone: $(OBJS) $(CXX) $(LDFLAGS) -o scummvm $(OBJS) \ $(OSX_STATIC_LIBS) \ @@ -300,13 +300,6 @@ iphone: $(OBJS) -framework CoreFoundation -framework QuartzCore -framework Foundation \ -framework AudioToolbox -framework CoreAudio -lobjc -lz -ios7: $(OBJS) - $(CXX) $(LDFLAGS) -o scummvm $(OBJS) \ - $(OSX_STATIC_LIBS) \ - -framework UIKit -framework CoreGraphics -framework OpenGLES \ - -framework CoreFoundation -framework QuartzCore -framework Foundation \ - -framework AudioToolbox -framework CoreAudio -lobjc -lz - # Special target to create a snapshot disk image for Mac OS X # TODO: Replace AUTHORS by Credits.rtf osxsnap: bundle -- cgit v1.2.3