Skip to content

Commit

Permalink
Updated Makefile: added iphonelib and switched to latest iOS SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 19, 2014
1 parent 66f65b9 commit 31e18f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ XCBFLAGS = -configuration $(CONFIGURATION)

.PHONY: doc

all: framework mac iphone
all: framework mac iphonelib iphone

framework:
$(XCB) $(XCBFLAGS) -target AudioStreamer

mac:
$(XCB) $(XCBFLAGS) -target 'Mac Streaming Player'

iphone: XCBFLAGS += -sdk iphonesimulator5.0
iphonelib: XCBFLAGS += -sdk iphoneos
iphonelib:
$(XCB) $(XCBFLAGS) -target 'libAudioStreamer'

iphone: XCBFLAGS += -sdk iphoneos
iphone:
$(XCB) $(XCBFLAGS) -target 'iPhone Streaming Player'

Expand Down

0 comments on commit 31e18f7

Please sign in to comment.