diff options
Diffstat (limited to 'ports.mk')
-rw-r--r-- | ports.mk | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |