14 строки
393 B
Plaintext
14 строки
393 B
Plaintext
#
|
|
# $Id: //poco/1.4/build/config/iPhoneSimulator-clang#1 $
|
|
#
|
|
# iPhoneSimulator-clang
|
|
#
|
|
# 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-clang
|