Tom Pelaia II and Mark Engbretson contributed the build configuration and OS-dependent files, I modified the build config to bring it up to R3.14.12 standards and added the Release Notes.
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
# CONFIG.Common.ios-x86
|
|
#
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for ios-x86 target builds
|
|
#-------------------------------------------------------
|
|
|
|
IOS_PLATFORM = iPhoneSimulator
|
|
|
|
#
|
|
# Architecture-specific information
|
|
#
|
|
ARCH_CLASS = i386
|
|
|
|
# Include definitions common to all iOS targets
|
|
include $(CONFIG)/os/CONFIG.Common.iosCommon
|