mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,584 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1F28468515E706DA00120D64 /* Draw.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88D128DF70E00652FC5 /* Draw.h */; };
|
||||
1F28468615E706DA00120D64 /* DrawAdorn.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88E128DF70E00652FC5 /* DrawAdorn.h */; };
|
||||
1F28468715E706DA00120D64 /* DrawPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88F128DF70E00652FC5 /* DrawPrimitives.h */; };
|
||||
1F28468A15E706DA00120D64 /* HandleType.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D892128DF70E00652FC5 /* HandleType.h */; };
|
||||
1F28468B15E706DA00120D64 /* HitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D893128DF70E00652FC5 /* HitTest.h */; };
|
||||
1F28468E15E706DA00120D64 /* Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D89D128DF77D00652FC5 /* Draw.cpp */; };
|
||||
1F28468F15E706DA00120D64 /* DrawAdorn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D89E128DF77D00652FC5 /* DrawAdorn.cpp */; };
|
||||
1F28469215E706DA00120D64 /* HitTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D8A1128DF77D00652FC5 /* HitTest.cpp */; };
|
||||
EA91D895128DF70E00652FC5 /* Draw.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88D128DF70E00652FC5 /* Draw.h */; };
|
||||
EA91D896128DF70E00652FC5 /* DrawAdorn.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88E128DF70E00652FC5 /* DrawAdorn.h */; };
|
||||
EA91D897128DF70E00652FC5 /* DrawPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D88F128DF70E00652FC5 /* DrawPrimitives.h */; };
|
||||
EA91D89A128DF70E00652FC5 /* HandleType.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D892128DF70E00652FC5 /* HandleType.h */; };
|
||||
EA91D89B128DF70E00652FC5 /* HitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D893128DF70E00652FC5 /* HitTest.h */; };
|
||||
EA91D8A2128DF77D00652FC5 /* Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D89D128DF77D00652FC5 /* Draw.cpp */; };
|
||||
EA91D8A3128DF77D00652FC5 /* DrawAdorn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D89E128DF77D00652FC5 /* DrawAdorn.cpp */; };
|
||||
EA91D8A6128DF77D00652FC5 /* HitTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA91D8A1128DF77D00652FC5 /* HitTest.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1F28469715E706DA00120D64 /* libAppDrawiOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAppDrawiOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D2AAC046055464E500DB518D /* libAppDraw.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAppDraw.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA91D88D128DF70E00652FC5 /* Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Draw.h; sourceTree = "<group>"; };
|
||||
EA91D88E128DF70E00652FC5 /* DrawAdorn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawAdorn.h; sourceTree = "<group>"; };
|
||||
EA91D88F128DF70E00652FC5 /* DrawPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawPrimitives.h; sourceTree = "<group>"; };
|
||||
EA91D892128DF70E00652FC5 /* HandleType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HandleType.h; sourceTree = "<group>"; };
|
||||
EA91D893128DF70E00652FC5 /* HitTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HitTest.h; sourceTree = "<group>"; };
|
||||
EA91D89D128DF77D00652FC5 /* Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Draw.cpp; sourceTree = "<group>"; };
|
||||
EA91D89E128DF77D00652FC5 /* DrawAdorn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DrawAdorn.cpp; sourceTree = "<group>"; };
|
||||
EA91D8A1128DF77D00652FC5 /* HitTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HitTest.cpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1F28469315E706DA00120D64 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D289987405E68DCB004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* AppDraw */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
);
|
||||
name = AppDraw;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EA91D89D128DF77D00652FC5 /* Draw.cpp */,
|
||||
EA91D89E128DF77D00652FC5 /* DrawAdorn.cpp */,
|
||||
EA91D8A1128DF77D00652FC5 /* HitTest.cpp */,
|
||||
EA91D88B128DF70E00652FC5 /* include */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC046055464E500DB518D /* libAppDraw.a */,
|
||||
1F28469715E706DA00120D64 /* libAppDrawiOS.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = Documentation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EA91D88B128DF70E00652FC5 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EA91D88C128DF70E00652FC5 /* appdraw */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EA91D88C128DF70E00652FC5 /* appdraw */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EA91D88D128DF70E00652FC5 /* Draw.h */,
|
||||
EA91D88E128DF70E00652FC5 /* DrawAdorn.h */,
|
||||
EA91D88F128DF70E00652FC5 /* DrawPrimitives.h */,
|
||||
EA91D892128DF70E00652FC5 /* HandleType.h */,
|
||||
EA91D893128DF70E00652FC5 /* HitTest.h */,
|
||||
);
|
||||
path = appdraw;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
1F28468415E706DA00120D64 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1F28468515E706DA00120D64 /* Draw.h in Headers */,
|
||||
1F28468615E706DA00120D64 /* DrawAdorn.h in Headers */,
|
||||
1F28468715E706DA00120D64 /* DrawPrimitives.h in Headers */,
|
||||
1F28468A15E706DA00120D64 /* HandleType.h in Headers */,
|
||||
1F28468B15E706DA00120D64 /* HitTest.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D2AAC043055464E500DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EA91D895128DF70E00652FC5 /* Draw.h in Headers */,
|
||||
EA91D896128DF70E00652FC5 /* DrawAdorn.h in Headers */,
|
||||
EA91D897128DF70E00652FC5 /* DrawPrimitives.h in Headers */,
|
||||
EA91D89A128DF70E00652FC5 /* HandleType.h in Headers */,
|
||||
EA91D89B128DF70E00652FC5 /* HitTest.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1F28468315E706DA00120D64 /* AppDraw iOS */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1F28469415E706DA00120D64 /* Build configuration list for PBXNativeTarget "AppDraw iOS" */;
|
||||
buildPhases = (
|
||||
1F28468415E706DA00120D64 /* Headers */,
|
||||
1F28468D15E706DA00120D64 /* Sources */,
|
||||
1F28469315E706DA00120D64 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "AppDraw iOS";
|
||||
productName = AppDraw;
|
||||
productReference = 1F28469715E706DA00120D64 /* libAppDrawiOS.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
D2AAC045055464E500DB518D /* AppDraw */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "AppDraw" */;
|
||||
buildPhases = (
|
||||
D2AAC043055464E500DB518D /* Headers */,
|
||||
D2AAC044055464E500DB518D /* Sources */,
|
||||
D289987405E68DCB004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = AppDraw;
|
||||
productName = AppDraw;
|
||||
productReference = D2AAC046055464E500DB518D /* libAppDraw.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
};
|
||||
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "AppDraw" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
);
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* AppDraw */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D2AAC045055464E500DB518D /* AppDraw */,
|
||||
1F28468315E706DA00120D64 /* AppDraw iOS */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1F28468D15E706DA00120D64 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1F28468E15E706DA00120D64 /* Draw.cpp in Sources */,
|
||||
1F28468F15E706DA00120D64 /* DrawAdorn.cpp in Sources */,
|
||||
1F28469215E706DA00120D64 /* HitTest.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D2AAC044055464E500DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EA91D8A2128DF77D00652FC5 /* Draw.cpp in Sources */,
|
||||
EA91D8A3128DF77D00652FC5 /* DrawAdorn.cpp in Sources */,
|
||||
EA91D8A6128DF77D00652FC5 /* HitTest.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
OTHER_CPLUSPLUSFLAGS = "-v";
|
||||
PRODUCT_NAME = AppDraw;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91ED08733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = AppDraw;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1DEB91F008733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = i386;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "_DEBUG=1";
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.8;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91F108733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = i386;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PREBINDING = NO;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
|
||||
SDKROOT = macosx10.8;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1F28469515E706DA00120D64 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
RBX_PLATFORM_IOS,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CPLUSPLUSFLAGS = "-v";
|
||||
PRODUCT_NAME = AppDrawiOS;
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 arm64";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1F28469615E706DA00120D64 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 2;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
RBX_PLATFORM_IOS,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CPLUSPLUSFLAGS = "-v";
|
||||
PRODUCT_NAME = AppDrawiOS;
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 arm64";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
D0D04FE51C760FA900CDE19D /* NoOpt */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = i386;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"NDEBUG=1",
|
||||
"_NOOPT=1",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PREBINDING = NO;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
|
||||
SDKROOT = macosx10.8;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
};
|
||||
name = NoOpt;
|
||||
};
|
||||
D0D04FE61C760FA900CDE19D /* NoOpt */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = AppDraw;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = NoOpt;
|
||||
};
|
||||
D0D04FE71C760FA900CDE19D /* NoOpt */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
RBX_PLATFORM_IOS,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../Log/include,
|
||||
include,
|
||||
../../App/include,
|
||||
../../Base/include,
|
||||
../AppDraw/include,
|
||||
../RBXG3D/include,
|
||||
../GfxBase/include,
|
||||
../GfxBase/include/GfxBase,
|
||||
../G3D/include,
|
||||
"$(CONTRIB_PATH)/boost_1_55_0/include",
|
||||
../../App.BulletPhysics,
|
||||
"$(CONTRIB_PATH)/SDL2.0.4/include",
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CPLUSPLUSFLAGS = "-v";
|
||||
PRODUCT_NAME = AppDrawiOS;
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 arm64";
|
||||
};
|
||||
name = NoOpt;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "AppDraw" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91EC08733DB70010E9CD /* Debug */,
|
||||
1DEB91ED08733DB70010E9CD /* Release */,
|
||||
D0D04FE61C760FA900CDE19D /* NoOpt */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "AppDraw" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91F008733DB70010E9CD /* Debug */,
|
||||
1DEB91F108733DB70010E9CD /* Release */,
|
||||
D0D04FE51C760FA900CDE19D /* NoOpt */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1F28469415E706DA00120D64 /* Build configuration list for PBXNativeTarget "AppDraw iOS" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1F28469515E706DA00120D64 /* Debug */,
|
||||
1F28469615E706DA00120D64 /* Release */,
|
||||
D0D04FE71C760FA900CDE19D /* NoOpt */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
Reference in New Issue
Block a user