Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Mac/Tools/MaterialUpgrader/OgreMaterialUpgrader.xcodeproj/project.pbxproj @ 8

Last change on this file since 8 was 8, checked in by anonymous, 17 years ago

mac ordner

  • Property svn:executable set to *
File size: 7.8 KB
RevLine 
[8]1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 42;
7        objects = {
8
9/* Begin PBXBuildFile section */
10                D01232310B0A4A6400E3DC56 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D012322F0B0A4A6400E3DC56 /* main.cpp */; };
11                D01232320B0A4A6400E3DC56 /* OldMaterialReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D01232300B0A4A6400E3DC56 /* OldMaterialReader.cpp */; };
12                D012323A0B0A4A8800E3DC56 /* Ogre.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D01232390B0A4A8800E3DC56 /* Ogre.framework */; };
13                D012323C0B0A4AC100E3DC56 /* OgreMaterialUpgrader in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8DD76F6C0486A84900D96B5E /* OgreMaterialUpgrader */; };
14/* End PBXBuildFile section */
15
16/* Begin PBXCopyFilesBuildPhase section */
17                8DD76F690486A84900D96B5E /* CopyFiles */ = {
18                        isa = PBXCopyFilesBuildPhase;
19                        buildActionMask = 12;
20                        dstPath = "$(PROJECT_DIR)/../bin";
21                        dstSubfolderSpec = 0;
22                        files = (
23                                D012323C0B0A4AC100E3DC56 /* OgreMaterialUpgrader in CopyFiles */,
24                        );
25                        runOnlyForDeploymentPostprocessing = 0;
26                };
27/* End PBXCopyFilesBuildPhase section */
28
29/* Begin PBXFileReference section */
30                8DD76F6C0486A84900D96B5E /* OgreMaterialUpgrader */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = OgreMaterialUpgrader; sourceTree = BUILT_PRODUCTS_DIR; };
31                D012322F0B0A4A6400E3DC56 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../../Tools/MaterialUpgrader/src/main.cpp; sourceTree = SOURCE_ROOT; };
32                D01232300B0A4A6400E3DC56 /* OldMaterialReader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = OldMaterialReader.cpp; path = ../../../Tools/MaterialUpgrader/src/OldMaterialReader.cpp; sourceTree = SOURCE_ROOT; };
33                D01232350B0A4A7C00E3DC56 /* OldMaterialReader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OldMaterialReader.h; path = ../../../Tools/MaterialUpgrader/include/OldMaterialReader.h; sourceTree = SOURCE_ROOT; };
34                D01232390B0A4A8800E3DC56 /* Ogre.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Ogre.framework; path = /Library/Frameworks/Ogre.framework; sourceTree = "<absolute>"; };
35/* End PBXFileReference section */
36
37/* Begin PBXFrameworksBuildPhase section */
38                8DD76F660486A84900D96B5E /* Frameworks */ = {
39                        isa = PBXFrameworksBuildPhase;
40                        buildActionMask = 2147483647;
41                        files = (
42                                D012323A0B0A4A8800E3DC56 /* Ogre.framework in Frameworks */,
43                        );
44                        runOnlyForDeploymentPostprocessing = 0;
45                };
46/* End PBXFrameworksBuildPhase section */
47
48/* Begin PBXGroup section */
49                08FB7794FE84155DC02AAC07 /* OgreMaterialUpgrader */ = {
50                        isa = PBXGroup;
51                        children = (
52                                D01232340B0A4A6F00E3DC56 /* Include */,
53                                08FB7795FE84155DC02AAC07 /* Source */,
54                                D012323B0B0A4A8C00E3DC56 /* Frameworks */,
55                                C6859E8C029090F304C91782 /* Documentation */,
56                                1AB674ADFE9D54B511CA2CBB /* Products */,
57                        );
58                        name = OgreMaterialUpgrader;
59                        sourceTree = "<group>";
60                };
61                08FB7795FE84155DC02AAC07 /* Source */ = {
62                        isa = PBXGroup;
63                        children = (
64                                D012322F0B0A4A6400E3DC56 /* main.cpp */,
65                                D01232300B0A4A6400E3DC56 /* OldMaterialReader.cpp */,
66                        );
67                        name = Source;
68                        sourceTree = "<group>";
69                };
70                1AB674ADFE9D54B511CA2CBB /* Products */ = {
71                        isa = PBXGroup;
72                        children = (
73                                8DD76F6C0486A84900D96B5E /* OgreMaterialUpgrader */,
74                        );
75                        name = Products;
76                        sourceTree = "<group>";
77                };
78                C6859E8C029090F304C91782 /* Documentation */ = {
79                        isa = PBXGroup;
80                        children = (
81                        );
82                        name = Documentation;
83                        sourceTree = "<group>";
84                };
85                D01232340B0A4A6F00E3DC56 /* Include */ = {
86                        isa = PBXGroup;
87                        children = (
88                                D01232350B0A4A7C00E3DC56 /* OldMaterialReader.h */,
89                        );
90                        name = Include;
91                        sourceTree = "<group>";
92                };
93                D012323B0B0A4A8C00E3DC56 /* Frameworks */ = {
94                        isa = PBXGroup;
95                        children = (
96                                D01232390B0A4A8800E3DC56 /* Ogre.framework */,
97                        );
98                        name = Frameworks;
99                        sourceTree = "<group>";
100                };
101/* End PBXGroup section */
102
103/* Begin PBXNativeTarget section */
104                8DD76F620486A84900D96B5E /* OgreMaterialUpgrader */ = {
105                        isa = PBXNativeTarget;
106                        buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OgreMaterialUpgrader" */;
107                        buildPhases = (
108                                8DD76F640486A84900D96B5E /* Sources */,
109                                8DD76F660486A84900D96B5E /* Frameworks */,
110                                8DD76F690486A84900D96B5E /* CopyFiles */,
111                        );
112                        buildRules = (
113                        );
114                        dependencies = (
115                        );
116                        name = OgreMaterialUpgrader;
117                        productInstallPath = "$(HOME)/bin";
118                        productName = OgreMaterialUpgrader;
119                        productReference = 8DD76F6C0486A84900D96B5E /* OgreMaterialUpgrader */;
120                        productType = "com.apple.product-type.tool";
121                };
122/* End PBXNativeTarget section */
123
124/* Begin PBXProject section */
125                08FB7793FE84155DC02AAC07 /* Project object */ = {
126                        isa = PBXProject;
127                        buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "OgreMaterialUpgrader" */;
128                        hasScannedForEncodings = 1;
129                        mainGroup = 08FB7794FE84155DC02AAC07 /* OgreMaterialUpgrader */;
130                        projectDirPath = "";
131                        targets = (
132                                8DD76F620486A84900D96B5E /* OgreMaterialUpgrader */,
133                        );
134                };
135/* End PBXProject section */
136
137/* Begin PBXSourcesBuildPhase section */
138                8DD76F640486A84900D96B5E /* Sources */ = {
139                        isa = PBXSourcesBuildPhase;
140                        buildActionMask = 2147483647;
141                        files = (
142                                D01232310B0A4A6400E3DC56 /* main.cpp in Sources */,
143                                D01232320B0A4A6400E3DC56 /* OldMaterialReader.cpp in Sources */,
144                        );
145                        runOnlyForDeploymentPostprocessing = 0;
146                };
147/* End PBXSourcesBuildPhase section */
148
149/* Begin XCBuildConfiguration section */
150                1DEB923208733DC60010E9CD /* Debug */ = {
151                        isa = XCBuildConfiguration;
152                        buildSettings = {
153                                COPY_PHASE_STRIP = NO;
154                                GCC_DYNAMIC_NO_PIC = NO;
155                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
156                                GCC_MODEL_TUNING = G5;
157                                GCC_OPTIMIZATION_LEVEL = 0;
158                                INSTALL_PATH = "$(HOME)/bin";
159                                PRODUCT_NAME = OgreMaterialUpgrader;
160                                ZERO_LINK = YES;
161                        };
162                        name = Debug;
163                };
164                1DEB923308733DC60010E9CD /* Release */ = {
165                        isa = XCBuildConfiguration;
166                        buildSettings = {
167                                ARCHS = (
168                                        ppc,
169                                        i386,
170                                );
171                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
172                                GCC_MODEL_TUNING = G5;
173                                INSTALL_PATH = "$(HOME)/bin";
174                                PRODUCT_NAME = OgreMaterialUpgrader;
175                        };
176                        name = Release;
177                };
178                1DEB923608733DC60010E9CD /* Debug */ = {
179                        isa = XCBuildConfiguration;
180                        buildSettings = {
181                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
182                                GCC_WARN_UNUSED_VARIABLE = YES;
183                                HEADER_SEARCH_PATHS = "../../../OgreMain/include/**";
184                                PREBINDING = NO;
185                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
186                        };
187                        name = Debug;
188                };
189                1DEB923708733DC60010E9CD /* Release */ = {
190                        isa = XCBuildConfiguration;
191                        buildSettings = {
192                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
193                                GCC_WARN_UNUSED_VARIABLE = YES;
194                                HEADER_SEARCH_PATHS = "../../../OgreMain/include/**";
195                                PREBINDING = NO;
196                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
197                                USER_HEADER_SEARCH_PATHS = "";
198                        };
199                        name = Release;
200                };
201/* End XCBuildConfiguration section */
202
203/* Begin XCConfigurationList section */
204                1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OgreMaterialUpgrader" */ = {
205                        isa = XCConfigurationList;
206                        buildConfigurations = (
207                                1DEB923208733DC60010E9CD /* Debug */,
208                                1DEB923308733DC60010E9CD /* Release */,
209                        );
210                        defaultConfigurationIsVisible = 0;
211                        defaultConfigurationName = Release;
212                };
213                1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "OgreMaterialUpgrader" */ = {
214                        isa = XCConfigurationList;
215                        buildConfigurations = (
216                                1DEB923608733DC60010E9CD /* Debug */,
217                                1DEB923708733DC60010E9CD /* Release */,
218                        );
219                        defaultConfigurationIsVisible = 0;
220                        defaultConfigurationName = Release;
221                };
222/* End XCConfigurationList section */
223        };
224        rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
225}
Note: See TracBrowser for help on using the repository browser.