moving archs to xcconfig
This commit is contained in:
@@ -3,6 +3,6 @@ WXTOOLKITUPPER = IPHONE
|
|||||||
|
|
||||||
#include "wx.xcconfig"
|
#include "wx.xcconfig"
|
||||||
|
|
||||||
ARCHS = $(ARCHS_STANDARD_32_BIT)
|
ARCHS = $(ARCHS_STANDARD)
|
||||||
SDKROOT = iphoneos
|
SDKROOT = iphoneos
|
||||||
TARGETED_DEVICE_FAMILY = 1,2
|
TARGETED_DEVICE_FAMILY = 1,2
|
||||||
|
@@ -3731,7 +3731,6 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD)";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||||
"wxUSE_BASE=1",
|
"wxUSE_BASE=1",
|
||||||
@@ -3751,7 +3750,6 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
baseConfigurationReference = 477B609FA2373FB58F4C8768 /* wxiphone.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD)";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||||
"wxUSE_BASE=1",
|
"wxUSE_BASE=1",
|
||||||
|
Reference in New Issue
Block a user