/[svn]/libgig/trunk/osx/libgig.xcodeproj/project.pbxproj
ViewVC logotype

Contents of /libgig/trunk/osx/libgig.xcodeproj/project.pbxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1190 - (show annotations) (download)
Wed May 16 20:38:55 2007 UTC (16 years, 11 months ago) by schoenebeck
File size: 8808 byte(s)
* XCode project file(s) now capable of creating universal binaries for OSX

1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXFileReference section */
10 E4019E270BED928D0094EB0E /* autoconf_builder.sh */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = text.script.sh; path = autoconf_builder.sh; sourceTree = "<group>"; };
11 E4019E280BED928D0094EB0E /* wrapper.sh */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = text.script.sh; path = wrapper.sh; sourceTree = "<group>"; };
12 E4102CA20BCBE537006B57FE /* DLS.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = DLS.cpp; sourceTree = "<group>"; };
13 E4102CA30BCBE537006B57FE /* DLS.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = DLS.h; sourceTree = "<group>"; };
14 E4102CA40BCBE537006B57FE /* dlsdump.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = dlsdump.cpp; sourceTree = "<group>"; };
15 E4102CA50BCBE537006B57FE /* gig.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = gig.cpp; sourceTree = "<group>"; };
16 E4102CA60BCBE537006B57FE /* gig.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = gig.h; sourceTree = "<group>"; };
17 E4102CA70BCBE537006B57FE /* gigdump.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = gigdump.cpp; sourceTree = "<group>"; };
18 E4102CA80BCBE537006B57FE /* gigextract.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = gigextract.cpp; sourceTree = "<group>"; };
19 E4102CA90BCBE537006B57FE /* helper.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = helper.h; sourceTree = "<group>"; };
20 E4102CAD0BCBE537006B57FE /* RIFF.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = RIFF.cpp; sourceTree = "<group>"; };
21 E4102CAE0BCBE537006B57FE /* RIFF.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = RIFF.h; sourceTree = "<group>"; };
22 E4102CAF0BCBE537006B57FE /* rifftree.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = rifftree.cpp; sourceTree = "<group>"; };
23 E4102CB40BCBE537006B57FE /* GigWriteTest.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = GigWriteTest.cpp; sourceTree = "<group>"; };
24 E4102CB50BCBE537006B57FE /* GigWriteTest.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = GigWriteTest.h; sourceTree = "<group>"; };
25 E4102CB60BCBE537006B57FE /* main.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
26 /* End PBXFileReference section */
27
28 /* Begin PBXGroup section */
29 08FB7794FE84155DC02AAC07 /* LinuxSampler */ = {
30 isa = PBXGroup;
31 children = (
32 E4019E270BED928D0094EB0E /* autoconf_builder.sh */,
33 E4019E280BED928D0094EB0E /* wrapper.sh */,
34 E4102C990BCBE536006B57FE /* src */,
35 );
36 name = LinuxSampler;
37 sourceTree = "<group>";
38 };
39 E4102C990BCBE536006B57FE /* src */ = {
40 isa = PBXGroup;
41 children = (
42 E4102CA20BCBE537006B57FE /* DLS.cpp */,
43 E4102CA30BCBE537006B57FE /* DLS.h */,
44 E4102CA40BCBE537006B57FE /* dlsdump.cpp */,
45 E4102CA50BCBE537006B57FE /* gig.cpp */,
46 E4102CA60BCBE537006B57FE /* gig.h */,
47 E4102CA70BCBE537006B57FE /* gigdump.cpp */,
48 E4102CA80BCBE537006B57FE /* gigextract.cpp */,
49 E4102CA90BCBE537006B57FE /* helper.h */,
50 E4102CAD0BCBE537006B57FE /* RIFF.cpp */,
51 E4102CAE0BCBE537006B57FE /* RIFF.h */,
52 E4102CAF0BCBE537006B57FE /* rifftree.cpp */,
53 E4102CB00BCBE537006B57FE /* testcases */,
54 );
55 name = src;
56 path = ../src;
57 sourceTree = "<group>";
58 };
59 E4102CB00BCBE537006B57FE /* testcases */ = {
60 isa = PBXGroup;
61 children = (
62 E4102CB40BCBE537006B57FE /* GigWriteTest.cpp */,
63 E4102CB50BCBE537006B57FE /* GigWriteTest.h */,
64 E4102CB60BCBE537006B57FE /* main.cpp */,
65 );
66 path = testcases;
67 sourceTree = "<group>";
68 };
69 /* End PBXGroup section */
70
71 /* Begin PBXLegacyTarget section */
72 E4102B730BCBD832006B57FE /* libgig */ = {
73 isa = PBXLegacyTarget;
74 buildArgumentsString = "$(PROJECT_DIR)/wrapper.sh";
75 buildConfigurationList = E4102B740BCBD85E006B57FE /* Build configuration list for PBXLegacyTarget "libgig" */;
76 buildPhases = (
77 );
78 buildToolPath = /bin/sh;
79 buildWorkingDirectory = ..;
80 dependencies = (
81 );
82 name = libgig;
83 passBuildSettingsInEnvironment = 1;
84 productName = libgig;
85 };
86 /* End PBXLegacyTarget section */
87
88 /* Begin PBXProject section */
89 08FB7793FE84155DC02AAC07 /* Project object */ = {
90 isa = PBXProject;
91 buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "libgig" */;
92 hasScannedForEncodings = 1;
93 mainGroup = 08FB7794FE84155DC02AAC07 /* LinuxSampler */;
94 projectDirPath = "";
95 targets = (
96 E4102B730BCBD832006B57FE /* libgig */,
97 );
98 };
99 /* End PBXProject section */
100
101 /* Begin XCBuildConfiguration section */
102 1DEB919408733D9F0010E9CD /* Development */ = {
103 isa = XCBuildConfiguration;
104 buildSettings = {
105 GCC_WARN_ABOUT_RETURN_TYPE = YES;
106 GCC_WARN_UNUSED_VARIABLE = YES;
107 PREBINDING = NO;
108 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
109 };
110 name = Development;
111 };
112 E4102B750BCBD85E006B57FE /* Development */ = {
113 isa = XCBuildConfiguration;
114 buildSettings = {
115 COPY_PHASE_STRIP = NO;
116 GCC_DYNAMIC_NO_PIC = NO;
117 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
118 GCC_OPTIMIZATION_LEVEL = 0;
119 PRODUCT_NAME = libgig;
120 };
121 name = Development;
122 };
123 E4102B770BCBD8A9006B57FE /* Deployment_ppc */ = {
124 isa = XCBuildConfiguration;
125 buildSettings = {
126 COPY_PHASE_STRIP = NO;
127 GCC_DYNAMIC_NO_PIC = NO;
128 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
129 GCC_OPTIMIZATION_LEVEL = 0;
130 PRODUCT_NAME = libgig;
131 };
132 name = Deployment_ppc;
133 };
134 E4102B780BCBD8A9006B57FE /* Deployment_i386 */ = {
135 isa = XCBuildConfiguration;
136 buildSettings = {
137 COPY_PHASE_STRIP = NO;
138 GCC_DYNAMIC_NO_PIC = NO;
139 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
140 GCC_OPTIMIZATION_LEVEL = 0;
141 PRODUCT_NAME = libgig;
142 };
143 name = Deployment_i386;
144 };
145 E4102B7B0BCBD8A9006B57FE /* Deployment_ppc */ = {
146 isa = XCBuildConfiguration;
147 buildSettings = {
148 GCC_WARN_ABOUT_RETURN_TYPE = YES;
149 GCC_WARN_UNUSED_VARIABLE = YES;
150 PREBINDING = NO;
151 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
152 };
153 name = Deployment_ppc;
154 };
155 E4102B7C0BCBD8A9006B57FE /* Deployment_i386 */ = {
156 isa = XCBuildConfiguration;
157 buildSettings = {
158 GCC_WARN_ABOUT_RETURN_TYPE = YES;
159 GCC_WARN_UNUSED_VARIABLE = YES;
160 PREBINDING = NO;
161 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
162 };
163 name = Deployment_i386;
164 };
165 E48A31250BEE218F009CAD72 /* Deployment_UB */ = {
166 isa = XCBuildConfiguration;
167 buildSettings = {
168 COPY_PHASE_STRIP = NO;
169 GCC_DYNAMIC_NO_PIC = NO;
170 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
171 GCC_OPTIMIZATION_LEVEL = 0;
172 PRODUCT_NAME = libgig;
173 };
174 name = Deployment_UB;
175 };
176 E48A31260BEE218F009CAD72 /* Deployment_UB */ = {
177 isa = XCBuildConfiguration;
178 buildSettings = {
179 GCC_WARN_ABOUT_RETURN_TYPE = YES;
180 GCC_WARN_UNUSED_VARIABLE = YES;
181 PREBINDING = NO;
182 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
183 };
184 name = Deployment_UB;
185 };
186 /* End XCBuildConfiguration section */
187
188 /* Begin XCConfigurationList section */
189 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "libgig" */ = {
190 isa = XCConfigurationList;
191 buildConfigurations = (
192 1DEB919408733D9F0010E9CD /* Development */,
193 E4102B7B0BCBD8A9006B57FE /* Deployment_ppc */,
194 E4102B7C0BCBD8A9006B57FE /* Deployment_i386 */,
195 E48A31260BEE218F009CAD72 /* Deployment_UB */,
196 );
197 defaultConfigurationIsVisible = 0;
198 defaultConfigurationName = Development;
199 };
200 E4102B740BCBD85E006B57FE /* Build configuration list for PBXLegacyTarget "libgig" */ = {
201 isa = XCConfigurationList;
202 buildConfigurations = (
203 E4102B750BCBD85E006B57FE /* Development */,
204 E4102B770BCBD8A9006B57FE /* Deployment_ppc */,
205 E4102B780BCBD8A9006B57FE /* Deployment_i386 */,
206 E48A31250BEE218F009CAD72 /* Deployment_UB */,
207 );
208 defaultConfigurationIsVisible = 0;
209 defaultConfigurationName = Development;
210 };
211 /* End XCConfigurationList section */
212 };
213 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
214 }

  ViewVC Help
Powered by ViewVC