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

Annotation of /liblscp/trunk/osx/liblscp.xcodeproj/project.pbxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1641 - (hide annotations) (download)
Sun Jan 13 16:31:45 2008 UTC (16 years, 3 months ago) by nagata
File size: 7656 byte(s)
* OSX Xcode project files are added (directory osx)

1 nagata 1641 // !$*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     E43B2C080D22A6B3009BAC44 /* client.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = client.c; sourceTree = "<group>"; };
13     E43B2C090D22A6B3009BAC44 /* common.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; };
14     E43B2C0A0D22A6B3009BAC44 /* common.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
15     E43B2C0B0D22A6B3009BAC44 /* config.h.in */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = text; path = config.h.in; sourceTree = "<group>"; };
16     E43B2C0C0D22A6B3009BAC44 /* device.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = device.c; sourceTree = "<group>"; };
17     E43B2C0D0D22A6B3009BAC44 /* event.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = event.c; sourceTree = "<group>"; };
18     E43B2C0E0D22A6B3009BAC44 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
19     E43B2C0F0D22A6B3009BAC44 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
20     E43B2C100D22A6B3009BAC44 /* socket.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = "<group>"; };
21     E43B2C110D22A6B3009BAC44 /* thread.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = "<group>"; };
22     /* End PBXFileReference section */
23    
24     /* Begin PBXGroup section */
25     08FB7794FE84155DC02AAC07 /* LinuxSampler */ = {
26     isa = PBXGroup;
27     children = (
28     E43B2C070D22A6B3009BAC44 /* src */,
29     E4019E270BED928D0094EB0E /* autoconf_builder.sh */,
30     E4019E280BED928D0094EB0E /* wrapper.sh */,
31     );
32     name = LinuxSampler;
33     sourceTree = "<group>";
34     };
35     E43B2C070D22A6B3009BAC44 /* src */ = {
36     isa = PBXGroup;
37     children = (
38     E43B2C080D22A6B3009BAC44 /* client.c */,
39     E43B2C090D22A6B3009BAC44 /* common.c */,
40     E43B2C0A0D22A6B3009BAC44 /* common.h */,
41     E43B2C0B0D22A6B3009BAC44 /* config.h.in */,
42     E43B2C0C0D22A6B3009BAC44 /* device.c */,
43     E43B2C0D0D22A6B3009BAC44 /* event.c */,
44     E43B2C0E0D22A6B3009BAC44 /* Makefile.am */,
45     E43B2C0F0D22A6B3009BAC44 /* Makefile.in */,
46     E43B2C100D22A6B3009BAC44 /* socket.c */,
47     E43B2C110D22A6B3009BAC44 /* thread.c */,
48     );
49     name = src;
50     path = ../src;
51     sourceTree = SOURCE_ROOT;
52     };
53     /* End PBXGroup section */
54    
55     /* Begin PBXLegacyTarget section */
56     E4102B730BCBD832006B57FE /* liblscp */ = {
57     isa = PBXLegacyTarget;
58     buildArgumentsString = "$(PROJECT_DIR)/wrapper.sh";
59     buildConfigurationList = E4102B740BCBD85E006B57FE /* Build configuration list for PBXLegacyTarget "liblscp" */;
60     buildPhases = (
61     );
62     buildToolPath = /bin/sh;
63     buildWorkingDirectory = ..;
64     dependencies = (
65     );
66     name = liblscp;
67     passBuildSettingsInEnvironment = 1;
68     productName = libgig;
69     };
70     /* End PBXLegacyTarget section */
71    
72     /* Begin PBXProject section */
73     08FB7793FE84155DC02AAC07 /* Project object */ = {
74     isa = PBXProject;
75     buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "liblscp" */;
76     hasScannedForEncodings = 1;
77     mainGroup = 08FB7794FE84155DC02AAC07 /* LinuxSampler */;
78     projectDirPath = "";
79     targets = (
80     E4102B730BCBD832006B57FE /* liblscp */,
81     );
82     };
83     /* End PBXProject section */
84    
85     /* Begin XCBuildConfiguration section */
86     1DEB919408733D9F0010E9CD /* Development */ = {
87     isa = XCBuildConfiguration;
88     buildSettings = {
89     GCC_WARN_ABOUT_RETURN_TYPE = YES;
90     GCC_WARN_UNUSED_VARIABLE = YES;
91     PREBINDING = NO;
92     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
93     };
94     name = Development;
95     };
96     E4102B750BCBD85E006B57FE /* Development */ = {
97     isa = XCBuildConfiguration;
98     buildSettings = {
99     COPY_PHASE_STRIP = NO;
100     GCC_DYNAMIC_NO_PIC = NO;
101     GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
102     GCC_OPTIMIZATION_LEVEL = 0;
103     PRODUCT_NAME = linuxsampler;
104     };
105     name = Development;
106     };
107     E4102B770BCBD8A9006B57FE /* Deployment_ppc */ = {
108     isa = XCBuildConfiguration;
109     buildSettings = {
110     COPY_PHASE_STRIP = NO;
111     GCC_DYNAMIC_NO_PIC = NO;
112     GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
113     GCC_OPTIMIZATION_LEVEL = 0;
114     PRODUCT_NAME = linuxsampler;
115     };
116     name = Deployment_ppc;
117     };
118     E4102B780BCBD8A9006B57FE /* Deployment_i386 */ = {
119     isa = XCBuildConfiguration;
120     buildSettings = {
121     COPY_PHASE_STRIP = NO;
122     GCC_DYNAMIC_NO_PIC = NO;
123     GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
124     GCC_OPTIMIZATION_LEVEL = 0;
125     PRODUCT_NAME = linuxsampler;
126     };
127     name = Deployment_i386;
128     };
129     E4102B7B0BCBD8A9006B57FE /* Deployment_ppc */ = {
130     isa = XCBuildConfiguration;
131     buildSettings = {
132     GCC_WARN_ABOUT_RETURN_TYPE = YES;
133     GCC_WARN_UNUSED_VARIABLE = YES;
134     PREBINDING = NO;
135     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
136     };
137     name = Deployment_ppc;
138     };
139     E4102B7C0BCBD8A9006B57FE /* Deployment_i386 */ = {
140     isa = XCBuildConfiguration;
141     buildSettings = {
142     GCC_WARN_ABOUT_RETURN_TYPE = YES;
143     GCC_WARN_UNUSED_VARIABLE = YES;
144     PREBINDING = NO;
145     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
146     };
147     name = Deployment_i386;
148     };
149     E49D6A780BEE280600432768 /* Deployment_UB */ = {
150     isa = XCBuildConfiguration;
151     buildSettings = {
152     COPY_PHASE_STRIP = NO;
153     GCC_DYNAMIC_NO_PIC = NO;
154     GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
155     GCC_OPTIMIZATION_LEVEL = 0;
156     PRODUCT_NAME = linuxsampler;
157     };
158     name = Deployment_UB;
159     };
160     E49D6A790BEE280600432768 /* Deployment_UB */ = {
161     isa = XCBuildConfiguration;
162     buildSettings = {
163     GCC_WARN_ABOUT_RETURN_TYPE = YES;
164     GCC_WARN_UNUSED_VARIABLE = YES;
165     PREBINDING = NO;
166     SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
167     };
168     name = Deployment_UB;
169     };
170     /* End XCBuildConfiguration section */
171    
172     /* Begin XCConfigurationList section */
173     1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "liblscp" */ = {
174     isa = XCConfigurationList;
175     buildConfigurations = (
176     1DEB919408733D9F0010E9CD /* Development */,
177     E4102B7B0BCBD8A9006B57FE /* Deployment_ppc */,
178     E4102B7C0BCBD8A9006B57FE /* Deployment_i386 */,
179     E49D6A790BEE280600432768 /* Deployment_UB */,
180     );
181     defaultConfigurationIsVisible = 0;
182     defaultConfigurationName = Development;
183     };
184     E4102B740BCBD85E006B57FE /* Build configuration list for PBXLegacyTarget "liblscp" */ = {
185     isa = XCConfigurationList;
186     buildConfigurations = (
187     E4102B750BCBD85E006B57FE /* Development */,
188     E4102B770BCBD8A9006B57FE /* Deployment_ppc */,
189     E4102B780BCBD8A9006B57FE /* Deployment_i386 */,
190     E49D6A780BEE280600432768 /* Deployment_UB */,
191     );
192     defaultConfigurationIsVisible = 0;
193     defaultConfigurationName = Development;
194     };
195     /* End XCConfigurationList section */
196     };
197     rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
198     }

  ViewVC Help
Powered by ViewVC