97722b7d8af4fb332630fd6b13015b3d08e470da
[progcomp10.git] / link / C / Link / c-link-lib / c-link-lib.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXFileReference section */
10                 224F59A1117D6473003D9540 /* c-angel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "c-angel.c"; path = "sample-agents/c-angel.c"; sourceTree = "<group>"; };
11                 224F59B9117D6D88003D9540 /* c-lucifer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "c-lucifer.c"; path = "sample-agents/c-lucifer.c"; sourceTree = "<group>"; };
12                 224F59BA117D889A003D9540 /* c-streetfighter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "c-streetfighter.c"; path = "sample-agents/c-streetfighter.c"; sourceTree = "<group>"; };
13                 22F652F5117C679300A3793D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
14                 22F652F6117C6C9500A3793D /* c-link.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "c-link.h"; sourceTree = "<group>"; };
15                 22F652F7117C6C9500A3793D /* c-link.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "c-link.c"; sourceTree = "<group>"; };
16 /* End PBXFileReference section */
17
18 /* Begin PBXGroup section */
19                 08FB7794FE84155DC02AAC07 /* c-link-lib */ = {
20                         isa = PBXGroup;
21                         children = (
22                                 224F59A3117D64B4003D9540 /* Sample Agents */,
23                                 22F652F6117C6C9500A3793D /* c-link.h */,
24                                 22F652F7117C6C9500A3793D /* c-link.c */,
25                                 22F652F5117C679300A3793D /* Makefile */,
26                         );
27                         name = "c-link-lib";
28                         sourceTree = "<group>";
29                 };
30                 224F59A3117D64B4003D9540 /* Sample Agents */ = {
31                         isa = PBXGroup;
32                         children = (
33                                 224F59B9117D6D88003D9540 /* c-lucifer.c */,
34                                 224F59BA117D889A003D9540 /* c-streetfighter.c */,
35                                 224F59A1117D6473003D9540 /* c-angel.c */,
36                         );
37                         name = "Sample Agents";
38                         sourceTree = "<group>";
39                 };
40 /* End PBXGroup section */
41
42 /* Begin PBXLegacyTarget section */
43                 D28A88AD04BDD90700651E21 /* c-link-lib */ = {
44                         isa = PBXLegacyTarget;
45                         buildArgumentsString = "$(ACTION)";
46                         buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "c-link-lib" */;
47                         buildPhases = (
48                         );
49                         buildToolPath = /usr/bin/make;
50                         buildWorkingDirectory = "/Users/dja/Documents/dev/progcomp/link/C/Link/c-link-lib";
51                         dependencies = (
52                         );
53                         name = "c-link-lib";
54                         passBuildSettingsInEnvironment = 1;
55                         productName = "c-link-lib";
56                 };
57 /* End PBXLegacyTarget section */
58
59 /* Begin PBXProject section */
60                 08FB7793FE84155DC02AAC07 /* Project object */ = {
61                         isa = PBXProject;
62                         buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "c-link-lib" */;
63                         compatibilityVersion = "Xcode 3.1";
64                         hasScannedForEncodings = 1;
65                         mainGroup = 08FB7794FE84155DC02AAC07 /* c-link-lib */;
66                         projectDirPath = "";
67                         projectRoot = "";
68                         targets = (
69                                 D28A88AD04BDD90700651E21 /* c-link-lib */,
70                         );
71                 };
72 /* End PBXProject section */
73
74 /* Begin XCBuildConfiguration section */
75                 1DEB919008733D9F0010E9CD /* Debug */ = {
76                         isa = XCBuildConfiguration;
77                         buildSettings = {
78                                 COPY_PHASE_STRIP = NO;
79                                 DEBUGGING_SYMBOLS = YES;
80                                 GCC_DYNAMIC_NO_PIC = NO;
81                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
82                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
83                                 GCC_OPTIMIZATION_LEVEL = 0;
84                                 OTHER_CFLAGS = "";
85                                 OTHER_LDFLAGS = "";
86                                 PRODUCT_NAME = "c-link-lib";
87                         };
88                         name = Debug;
89                 };
90                 1DEB919108733D9F0010E9CD /* Release */ = {
91                         isa = XCBuildConfiguration;
92                         buildSettings = {
93                                 COPY_PHASE_STRIP = YES;
94                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
95                                 OTHER_CFLAGS = "";
96                                 OTHER_LDFLAGS = "";
97                                 PRODUCT_NAME = "c-link-lib";
98                         };
99                         name = Release;
100                 };
101                 1DEB919408733D9F0010E9CD /* Debug */ = {
102                         isa = XCBuildConfiguration;
103                         buildSettings = {
104                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
105                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
106                                 GCC_WARN_UNUSED_VARIABLE = YES;
107                                 ONLY_ACTIVE_ARCH = YES;
108                                 PREBINDING = NO;
109                                 SDKROOT = macosx10.6;
110                         };
111                         name = Debug;
112                 };
113                 1DEB919508733D9F0010E9CD /* Release */ = {
114                         isa = XCBuildConfiguration;
115                         buildSettings = {
116                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
117                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
118                                 GCC_WARN_UNUSED_VARIABLE = YES;
119                                 PREBINDING = NO;
120                                 SDKROOT = macosx10.6;
121                         };
122                         name = Release;
123                 };
124 /* End XCBuildConfiguration section */
125
126 /* Begin XCConfigurationList section */
127                 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "c-link-lib" */ = {
128                         isa = XCConfigurationList;
129                         buildConfigurations = (
130                                 1DEB919008733D9F0010E9CD /* Debug */,
131                                 1DEB919108733D9F0010E9CD /* Release */,
132                         );
133                         defaultConfigurationIsVisible = 0;
134                         defaultConfigurationName = Release;
135                 };
136                 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "c-link-lib" */ = {
137                         isa = XCConfigurationList;
138                         buildConfigurations = (
139                                 1DEB919408733D9F0010E9CD /* Debug */,
140                                 1DEB919508733D9F0010E9CD /* Release */,
141                         );
142                         defaultConfigurationIsVisible = 0;
143                         defaultConfigurationName = Release;
144                 };
145 /* End XCConfigurationList section */
146         };
147         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
148 }

UCC git Repository :: git.ucc.asn.au