Files
pcas/configure/os/CONFIG_SITE.Common.iosCommon
2011-04-05 12:27:00 -05:00

26 lines
520 B
Plaintext

# CONFIG_SITE.Common.iosCommon
#
# $Revision-Id$
# This file is maintained by the build community.
#
# Site-specific settings for Apple iOS builds
#-------------------------------------------------------
# iOS Version number
#IOS_VERSION = 3.2
#IOS_VERSION = 4.1
IOS_VERSION = 4.3
# Most sites will want shared libraries
STATIC_BUILD=NO
SHARED_LIBRARIES=YES
# Platform path, this is probably correct
XCODE_PATH := $(shell xcode-select -print-path)
PLATFORM_DIR = $(XCODE_PATH)/Platforms/$(IOS_PLATFORM).platform