mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-01 00:07:19 +02:00
f2b7499f85
Still gets some warnings because compilers have changed. But should work.
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
#
|
|
# iPhoneSimulator
|
|
#
|
|
# Build settings for iPhone Simulator, using Apple's iPhone SDK
|
|
#
|
|
|
|
IPHONE_SDK = iPhoneSimulator
|
|
POCO_TARGET_OSARCH = x86_64
|
|
OSFLAGS = -arch $(POCO_TARGET_OSARCH) -isysroot $(IPHONE_SDK_BASE) -miphonesimulator-version-min=$(IPHONE_SDK_VERSION_MIN)
|
|
|
|
include $(POCO_BASE)/build/config/iPhone
|