mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
d75e68c027
windows build only
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
#
|
|
# $Id: //poco/1.4/build/config/iPhoneSimulator#1 $
|
|
#
|
|
# iPhoneSimulator
|
|
#
|
|
# Build settings for iPhone Simulator, using Apple's iPhone SDK
|
|
#
|
|
|
|
IPHONE_SDK = iPhoneSimulator
|
|
POCO_TARGET_OSARCH = i686
|
|
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphoneos-version-min=$(IPHONE_SDK_VERSION_MIN)
|
|
|
|
include $(POCO_BASE)/build/config/iPhone
|