misc/libphyslayer/Xcode/Physlayer.xcodeproj/project.pbxproj
author koda
Sat, 09 Mar 2013 00:57:09 +0100
changeset 8702 a28966180a29
parent 8536 55365fccb075
child 11079 2e025063ca12
permissions -rw-r--r--
have fpc work in the right directory instead of passing the full path of the main module (avoids having full paths in debug build backtraces for the first module only)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8536
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     1
// !$*UTF8*$!
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     2
{
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     3
	archiveVersion = 1;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     4
	classes = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     5
	};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     6
	objectVersion = 45;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     7
	objects = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     8
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
     9
/* Begin PBXBuildFile section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    10
		617D793D16D933880091D4D6 /* hwpacksmounter.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D793816D933880091D4D6 /* hwpacksmounter.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    11
		617D793E16D933880091D4D6 /* hwpacksmounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D793916D933880091D4D6 /* hwpacksmounter.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    12
		617D793F16D933880091D4D6 /* physfslualoader.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D793A16D933880091D4D6 /* physfslualoader.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    13
		617D794016D933880091D4D6 /* physfsrwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 617D793B16D933880091D4D6 /* physfsrwops.c */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    14
		617D794116D933880091D4D6 /* physfsrwops.h in Headers */ = {isa = PBXBuildFile; fileRef = 617D793C16D933880091D4D6 /* physfsrwops.h */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    15
		AA747D9F0F9514B9006C5449 /* Physlayer_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* Physlayer_Prefix.pch */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    16
		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    17
/* End PBXBuildFile section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    18
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    19
/* Begin PBXFileReference section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    20
		617D793816D933880091D4D6 /* hwpacksmounter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hwpacksmounter.c; path = ../hwpacksmounter.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    21
		617D793916D933880091D4D6 /* hwpacksmounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hwpacksmounter.h; path = ../hwpacksmounter.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    22
		617D793A16D933880091D4D6 /* physfslualoader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = physfslualoader.c; path = ../physfslualoader.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    23
		617D793B16D933880091D4D6 /* physfsrwops.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = physfsrwops.c; path = ../physfsrwops.c; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    24
		617D793C16D933880091D4D6 /* physfsrwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = physfsrwops.h; path = ../physfsrwops.h; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    25
		AA747D9E0F9514B9006C5449 /* Physlayer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Physlayer_Prefix.pch; sourceTree = SOURCE_ROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    26
		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    27
		D2AAC07E0554694100DB518D /* libPhyslayer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPhyslayer.a; sourceTree = BUILT_PRODUCTS_DIR; };
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    28
/* End PBXFileReference section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    29
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    30
/* Begin PBXFrameworksBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    31
		D2AAC07C0554694100DB518D /* Frameworks */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    32
			isa = PBXFrameworksBuildPhase;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    33
			buildActionMask = 2147483647;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    34
			files = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    35
				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    36
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    37
			runOnlyForDeploymentPostprocessing = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    38
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    39
/* End PBXFrameworksBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    40
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    41
/* Begin PBXGroup section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    42
		034768DFFF38A50411DB9C8B /* Products */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    43
			isa = PBXGroup;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    44
			children = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    45
				D2AAC07E0554694100DB518D /* libPhyslayer.a */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    46
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    47
			name = Products;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    48
			sourceTree = "<group>";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    49
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    50
		0867D691FE84028FC02AAC07 /* Physlayer */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    51
			isa = PBXGroup;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    52
			children = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    53
				08FB77AEFE84172EC02AAC07 /* Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    54
				32C88DFF0371C24200C91783 /* Other Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    55
				0867D69AFE84028FC02AAC07 /* Frameworks */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    56
				034768DFFF38A50411DB9C8B /* Products */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    57
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    58
			name = Physlayer;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    59
			sourceTree = "<group>";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    60
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    61
		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    62
			isa = PBXGroup;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    63
			children = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    64
				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    65
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    66
			name = Frameworks;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    67
			sourceTree = "<group>";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    68
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    69
		08FB77AEFE84172EC02AAC07 /* Sources */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    70
			isa = PBXGroup;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    71
			children = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    72
				617D793816D933880091D4D6 /* hwpacksmounter.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    73
				617D793916D933880091D4D6 /* hwpacksmounter.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    74
				617D793A16D933880091D4D6 /* physfslualoader.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    75
				617D793B16D933880091D4D6 /* physfsrwops.c */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    76
				617D793C16D933880091D4D6 /* physfsrwops.h */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    77
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    78
			name = Sources;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    79
			sourceTree = "<group>";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    80
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    81
		32C88DFF0371C24200C91783 /* Other Sources */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    82
			isa = PBXGroup;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    83
			children = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    84
				AA747D9E0F9514B9006C5449 /* Physlayer_Prefix.pch */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    85
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    86
			name = "Other Sources";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    87
			sourceTree = "<group>";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    88
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    89
/* End PBXGroup section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    90
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    91
/* Begin PBXHeadersBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    92
		D2AAC07A0554694100DB518D /* Headers */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    93
			isa = PBXHeadersBuildPhase;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    94
			buildActionMask = 2147483647;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    95
			files = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    96
				AA747D9F0F9514B9006C5449 /* Physlayer_Prefix.pch in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    97
				617D793E16D933880091D4D6 /* hwpacksmounter.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    98
				617D794116D933880091D4D6 /* physfsrwops.h in Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
    99
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   100
			runOnlyForDeploymentPostprocessing = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   101
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   102
/* End PBXHeadersBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   103
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   104
/* Begin PBXNativeTarget section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   105
		D2AAC07D0554694100DB518D /* Physlayer */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   106
			isa = PBXNativeTarget;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   107
			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Physlayer" */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   108
			buildPhases = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   109
				D2AAC07A0554694100DB518D /* Headers */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   110
				D2AAC07B0554694100DB518D /* Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   111
				D2AAC07C0554694100DB518D /* Frameworks */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   112
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   113
			buildRules = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   114
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   115
			dependencies = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   116
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   117
			name = Physlayer;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   118
			productName = Physlayer;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   119
			productReference = D2AAC07E0554694100DB518D /* libPhyslayer.a */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   120
			productType = "com.apple.product-type.library.static";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   121
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   122
/* End PBXNativeTarget section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   123
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   124
/* Begin PBXProject section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   125
		0867D690FE84028FC02AAC07 /* Project object */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   126
			isa = PBXProject;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   127
			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physlayer" */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   128
			compatibilityVersion = "Xcode 3.1";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   129
			developmentRegion = English;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   130
			hasScannedForEncodings = 1;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   131
			knownRegions = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   132
				English,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   133
				Japanese,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   134
				French,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   135
				German,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   136
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   137
			mainGroup = 0867D691FE84028FC02AAC07 /* Physlayer */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   138
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   139
			projectDirPath = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   140
			projectRoot = "";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   141
			targets = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   142
				D2AAC07D0554694100DB518D /* Physlayer */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   143
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   144
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   145
/* End PBXProject section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   146
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   147
/* Begin PBXSourcesBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   148
		D2AAC07B0554694100DB518D /* Sources */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   149
			isa = PBXSourcesBuildPhase;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   150
			buildActionMask = 2147483647;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   151
			files = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   152
				617D793D16D933880091D4D6 /* hwpacksmounter.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   153
				617D793F16D933880091D4D6 /* physfslualoader.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   154
				617D794016D933880091D4D6 /* physfsrwops.c in Sources */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   155
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   156
			runOnlyForDeploymentPostprocessing = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   157
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   158
/* End PBXSourcesBuildPhase section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   159
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   160
/* Begin XCBuildConfiguration section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   161
		1DEB921F08733DC00010E9CD /* Debug */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   162
			isa = XCBuildConfiguration;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   163
			buildSettings = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   164
				ALWAYS_SEARCH_USER_PATHS = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   165
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   166
				COPY_PHASE_STRIP = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   167
				DSTROOT = /tmp/Physlayer.dst;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   168
				GCC_DYNAMIC_NO_PIC = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   169
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   170
				GCC_MODEL_TUNING = G5;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   171
				GCC_OPTIMIZATION_LEVEL = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   172
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   173
				GCC_PREFIX_HEADER = Physlayer_Prefix.pch;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   174
				INSTALL_PATH = /usr/local/lib;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   175
				PRODUCT_NAME = Physlayer;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   176
			};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   177
			name = Debug;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   178
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   179
		1DEB922008733DC00010E9CD /* Release */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   180
			isa = XCBuildConfiguration;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   181
			buildSettings = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   182
				ALWAYS_SEARCH_USER_PATHS = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   183
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   184
				DSTROOT = /tmp/Physlayer.dst;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   185
				GCC_MODEL_TUNING = G5;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   186
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   187
				GCC_PREFIX_HEADER = Physlayer_Prefix.pch;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   188
				INSTALL_PATH = /usr/local/lib;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   189
				PRODUCT_NAME = Physlayer;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   190
			};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   191
			name = Release;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   192
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   193
		1DEB922308733DC00010E9CD /* Debug */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   194
			isa = XCBuildConfiguration;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   195
			buildSettings = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   196
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   197
				GCC_C_LANGUAGE_STANDARD = c99;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   198
				GCC_OPTIMIZATION_LEVEL = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   199
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   200
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   201
				GCC_WARN_UNUSED_VARIABLE = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   202
				HEADER_SEARCH_PATHS = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   203
					"\"$(SRCROOT)/../../libphysfs\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   204
					"\"$(SRCROOT)/../../liblua\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   205
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   206
				);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   207
				OTHER_LDFLAGS = "-ObjC";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   208
				PREBINDING = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   209
				SDKROOT = iphoneos;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   210
			};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   211
			name = Debug;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   212
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   213
		1DEB922408733DC00010E9CD /* Release */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   214
			isa = XCBuildConfiguration;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   215
			buildSettings = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   216
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   217
				GCC_C_LANGUAGE_STANDARD = c99;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   218
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   219
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   220
				GCC_WARN_UNUSED_VARIABLE = YES;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   221
				HEADER_SEARCH_PATHS = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   222
					"\"$(SRCROOT)/../../libphysfs\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   223
					"\"$(SRCROOT)/../../liblua\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   224
					"\"$(SRCROOT)/../../../../Library/SDL/include\"",
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   225
				);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   226
				OTHER_LDFLAGS = "-ObjC";
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   227
				PREBINDING = NO;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   228
				SDKROOT = iphoneos;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   229
			};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   230
			name = Release;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   231
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   232
/* End XCBuildConfiguration section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   233
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   234
/* Begin XCConfigurationList section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   235
		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Physlayer" */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   236
			isa = XCConfigurationList;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   237
			buildConfigurations = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   238
				1DEB921F08733DC00010E9CD /* Debug */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   239
				1DEB922008733DC00010E9CD /* Release */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   240
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   241
			defaultConfigurationIsVisible = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   242
			defaultConfigurationName = Release;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   243
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   244
		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Physlayer" */ = {
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   245
			isa = XCConfigurationList;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   246
			buildConfigurations = (
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   247
				1DEB922308733DC00010E9CD /* Debug */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   248
				1DEB922408733DC00010E9CD /* Release */,
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   249
			);
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   250
			defaultConfigurationIsVisible = 0;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   251
			defaultConfigurationName = Release;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   252
		};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   253
/* End XCConfigurationList section */
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   254
	};
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   255
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
55365fccb075 updated ios project files for the new phys build system
koda
parents:
diff changeset
   256
}