]> git.saurik.com Git - wxWidgets.git/blame - build/osx/wxcarbon_in.xcodeproj/project.pbxproj
wxcocoa prebuilt
[wxWidgets.git] / build / osx / wxcarbon_in.xcodeproj / project.pbxproj
CommitLineData
cf7b67ae
SC
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9/* Begin PBXFileReference section */
10 404BEE6110EC83280080E2B8 /* libwx_osx_carbon_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwx_osx_carbon_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
11 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxcarbon.xcconfig; sourceTree = "<group>"; };
12 D2AAC0C705546C1D00DB518D /* libwx_osx_carbon.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwx_osx_carbon.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
13/* End PBXFileReference section */
14
15/* Begin PBXFrameworksBuildPhase section */
16 404BEE5F10EC83280080E2B8 /* Frameworks */ = {
17 isa = PBXFrameworksBuildPhase;
18 buildActionMask = 2147483647;
19 files = (
20 );
21 runOnlyForDeploymentPostprocessing = 0;
22 };
23 D2AAC0C505546C1D00DB518D /* Frameworks */ = {
24 isa = PBXFrameworksBuildPhase;
25 buildActionMask = 2147483647;
26 files = (
27 );
28 runOnlyForDeploymentPostprocessing = 0;
29 };
30/* End PBXFrameworksBuildPhase section */
31
32/* Begin PBXGroup section */
33 034768DFFF38A50411DB9C8B /* Products */ = {
34 isa = PBXGroup;
35 children = (
36 D2AAC0C705546C1D00DB518D /* libwx_osx_carbon.dylib */,
37 404BEE6110EC83280080E2B8 /* libwx_osx_carbon_static.a */,
38 );
39 name = Products;
40 sourceTree = "<group>";
41 };
42 0867D691FE84028FC02AAC07 /* wxcocoa */ = {
43 isa = PBXGroup;
44 children = (
45 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */,
46 034768DFFF38A50411DB9C8B /* Products */,
47 );
48 name = wxcocoa;
49 sourceTree = "<group>";
50 };
51/* End PBXGroup section */
52
53/* Begin PBXHeadersBuildPhase section */
54 404BEE5D10EC83280080E2B8 /* Headers */ = {
55 isa = PBXHeadersBuildPhase;
56 buildActionMask = 2147483647;
57 files = (
58 );
59 runOnlyForDeploymentPostprocessing = 0;
60 };
61 D2AAC0C305546C1D00DB518D /* Headers */ = {
62 isa = PBXHeadersBuildPhase;
63 buildActionMask = 2147483647;
64 files = (
65 );
66 runOnlyForDeploymentPostprocessing = 0;
67 };
68/* End PBXHeadersBuildPhase section */
69
70/* Begin PBXNativeTarget section */
71 404BEE6010EC83280080E2B8 /* static */ = {
72 isa = PBXNativeTarget;
73 buildConfigurationList = 404BEE6410EC83480080E2B8 /* Build configuration list for PBXNativeTarget "static" */;
74 buildPhases = (
75 404B023E10EC882E0080E2B8 /* ShellScript */,
76 404BEE5D10EC83280080E2B8 /* Headers */,
77 404BEE5E10EC83280080E2B8 /* Sources */,
78 404BEE5F10EC83280080E2B8 /* Frameworks */,
79 );
80 buildRules = (
81 );
82 dependencies = (
83 );
84 name = static;
85 productName = static;
86 productReference = 404BEE6110EC83280080E2B8 /* libwx_osx_carbon_static.a */;
87 productType = "com.apple.product-type.library.static";
88 };
89 D2AAC0C605546C1D00DB518D /* dynamic */ = {
90 isa = PBXNativeTarget;
91 buildConfigurationList = 1DEB917D08733D990010E9CD /* Build configuration list for PBXNativeTarget "dynamic" */;
92 buildPhases = (
93 404B023C10EC88180080E2B8 /* ShellScript */,
94 D2AAC0C305546C1D00DB518D /* Headers */,
95 D2AAC0C405546C1D00DB518D /* Sources */,
96 D2AAC0C505546C1D00DB518D /* Frameworks */,
97 );
98 buildRules = (
99 );
100 dependencies = (
101 );
102 name = dynamic;
103 productName = wxcocoa;
104 productReference = D2AAC0C705546C1D00DB518D /* libwx_osx_carbon.dylib */;
105 productType = "com.apple.product-type.library.dynamic";
106 };
107/* End PBXNativeTarget section */
108
109/* Begin PBXProject section */
110 0867D690FE84028FC02AAC07 /* Project object */ = {
111 isa = PBXProject;
112 buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "wxcarbon_in" */;
113 compatibilityVersion = "Xcode 3.1";
530c2b74 114 developmentRegion = English;
cf7b67ae 115 hasScannedForEncodings = 1;
530c2b74
SC
116 knownRegions = (
117 English,
118 Japanese,
119 French,
120 German,
121 );
cf7b67ae
SC
122 mainGroup = 0867D691FE84028FC02AAC07 /* wxcocoa */;
123 productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
124 projectDirPath = "";
125 projectRoot = "";
126 targets = (
127 D2AAC0C605546C1D00DB518D /* dynamic */,
128 404BEE6010EC83280080E2B8 /* static */,
129 );
130 };
131/* End PBXProject section */
132
133/* Begin PBXShellScriptBuildPhase section */
134 404B023C10EC88180080E2B8 /* ShellScript */ = {
135 isa = PBXShellScriptBuildPhase;
136 buildActionMask = 2147483647;
137 files = (
138 );
139 inputPaths = (
140 );
141 outputPaths = (
142 );
143 runOnlyForDeploymentPostprocessing = 0;
144 shellPath = /bin/sh;
145 shellScript = "\"${WXROOT}/distrib/mac/pbsetup-sh\" \"${WXROOT}/src\" \"${WXROOT}/build/osx/setup/${WXTOOLKIT}\"";
146 };
147 404B023E10EC882E0080E2B8 /* ShellScript */ = {
148 isa = PBXShellScriptBuildPhase;
149 buildActionMask = 2147483647;
150 files = (
151 );
152 inputPaths = (
153 );
154 outputPaths = (
155 );
156 runOnlyForDeploymentPostprocessing = 0;
157 shellPath = /bin/sh;
158 shellScript = "\"${WXROOT}/distrib/mac/pbsetup-sh\" \"${WXROOT}/src\" \"${WXROOT}/build/osx/setup/${WXTOOLKIT}\"";
159 };
160/* End PBXShellScriptBuildPhase section */
161
162/* Begin PBXSourcesBuildPhase section */
163 404BEE5E10EC83280080E2B8 /* Sources */ = {
164 isa = PBXSourcesBuildPhase;
165 buildActionMask = 2147483647;
166 files = (
167 );
168 runOnlyForDeploymentPostprocessing = 0;
169 };
170 D2AAC0C405546C1D00DB518D /* Sources */ = {
171 isa = PBXSourcesBuildPhase;
172 buildActionMask = 2147483647;
173 files = (
174 );
175 runOnlyForDeploymentPostprocessing = 0;
176 };
177/* End PBXSourcesBuildPhase section */
178
179/* Begin XCBuildConfiguration section */
180 1DEB917E08733D990010E9CD /* Debug */ = {
181 isa = XCBuildConfiguration;
182 baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */;
183 buildSettings = {
184 COPY_PHASE_STRIP = NO;
185 EXECUTABLE_PREFIX = lib;
186 GCC_DYNAMIC_NO_PIC = NO;
cf7b67ae
SC
187 GCC_MODEL_TUNING = G5;
188 GCC_OPTIMIZATION_LEVEL = 0;
189 GCC_PREPROCESSOR_DEFINITIONS = (
190 "$(GCC_PREPROCESSOR_DEFINITIONS)",
191 "__WXDEBUG__=1",
192 );
193 INSTALL_PATH = "@executable_path/../Frameworks/";
683d4e0f
SC
194 OTHER_LDFLAGS = (
195 "$(OTHER_LDFLAGS)",
196 "-lz",
197 );
cf7b67ae
SC
198 };
199 name = Debug;
200 };
201 1DEB917F08733D990010E9CD /* Release */ = {
202 isa = XCBuildConfiguration;
203 baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */;
204 buildSettings = {
205 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
206 EXECUTABLE_PREFIX = lib;
207 GCC_MODEL_TUNING = G5;
208 INSTALL_PATH = "@executable_path/../Frameworks/";
683d4e0f
SC
209 OTHER_LDFLAGS = (
210 "$(OTHER_LDFLAGS)",
211 "-lz",
212 );
cf7b67ae
SC
213 };
214 name = Release;
215 };
216 1DEB918208733D990010E9CD /* Debug */ = {
217 isa = XCBuildConfiguration;
218 buildSettings = {
219 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
220 GCC_OPTIMIZATION_LEVEL = 0;
221 GCC_WARN_ABOUT_RETURN_TYPE = YES;
222 GCC_WARN_UNUSED_VARIABLE = YES;
223 ONLY_ACTIVE_ARCH = YES;
cf7b67ae
SC
224 SDKROOT = macosx10.6;
225 WXROOT = "$(PROJECT_DIR)/../..";
226 };
227 name = Debug;
228 };
229 1DEB918308733D990010E9CD /* Release */ = {
230 isa = XCBuildConfiguration;
231 buildSettings = {
232 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
233 GCC_WARN_ABOUT_RETURN_TYPE = YES;
234 GCC_WARN_UNUSED_VARIABLE = YES;
cf7b67ae
SC
235 SDKROOT = macosx10.6;
236 WXROOT = "$(PROJECT_DIR)/../..";
237 };
238 name = Release;
239 };
240 404BEE6210EC832A0080E2B8 /* Debug */ = {
241 isa = XCBuildConfiguration;
242 baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */;
243 buildSettings = {
244 ALWAYS_SEARCH_USER_PATHS = NO;
245 COPY_PHASE_STRIP = NO;
246 GCC_DYNAMIC_NO_PIC = NO;
cf7b67ae
SC
247 GCC_MODEL_TUNING = G5;
248 GCC_OPTIMIZATION_LEVEL = 0;
249 GCC_PREPROCESSOR_DEFINITIONS = (
250 "$(GCC_PREPROCESSOR_DEFINITIONS)",
251 "__WXDEBUG__=1",
252 );
253 INSTALL_PATH = /usr/local/lib;
cf7b67ae
SC
254 PRODUCT_NAME = "$(PRODUCT_NAME)_static";
255 };
256 name = Debug;
257 };
258 404BEE6310EC832A0080E2B8 /* Release */ = {
259 isa = XCBuildConfiguration;
260 baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */;
261 buildSettings = {
262 COPY_PHASE_STRIP = YES;
263 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
cf7b67ae
SC
264 GCC_MODEL_TUNING = G5;
265 INSTALL_PATH = /usr/local/lib;
cf7b67ae
SC
266 PRODUCT_NAME = "$(PRODUCT_NAME)_static";
267 ZERO_LINK = NO;
268 };
269 name = Release;
270 };
271/* End XCBuildConfiguration section */
272
273/* Begin XCConfigurationList section */
274 1DEB917D08733D990010E9CD /* Build configuration list for PBXNativeTarget "dynamic" */ = {
275 isa = XCConfigurationList;
276 buildConfigurations = (
277 1DEB917E08733D990010E9CD /* Debug */,
278 1DEB917F08733D990010E9CD /* Release */,
279 );
280 defaultConfigurationIsVisible = 0;
281 defaultConfigurationName = Release;
282 };
283 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "wxcarbon_in" */ = {
284 isa = XCConfigurationList;
285 buildConfigurations = (
286 1DEB918208733D990010E9CD /* Debug */,
287 1DEB918308733D990010E9CD /* Release */,
288 );
289 defaultConfigurationIsVisible = 0;
290 defaultConfigurationName = Release;
291 };
292 404BEE6410EC83480080E2B8 /* Build configuration list for PBXNativeTarget "static" */ = {
293 isa = XCConfigurationList;
294 buildConfigurations = (
295 404BEE6210EC832A0080E2B8 /* Debug */,
296 404BEE6310EC832A0080E2B8 /* Release */,
297 );
298 defaultConfigurationIsVisible = 0;
299 defaultConfigurationName = Release;
300 };
301/* End XCConfigurationList section */
302 };
303 rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
304}