Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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