source: trunk/nom.xcodeproj/project.pbxproj

Last change on this file was 369, checked in by cinc, 17 years ago

Renamed nomGetCreatedClassName() to nomQueryCreatedClassName() because there is no copy returned. Added Test case class for NOMClassMgr to XCode project.

File size: 28.4 KB
RevLine 
[359]1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXFileReference section */
10 36C523C70DFC380300B71A79 /* bclass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bclass.c; sourceTree = "<group>"; };
11 36C523C80DFC380300B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
12 36C523C90DFC380300B71A79 /* aclass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aclass.c; sourceTree = "<group>"; };
13 36C523CA0DFC380300B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
14 36C523CB0DFC380300B71A79 /* exports.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = exports.def; sourceTree = "<group>"; };
15 36C523CD0DFC380300B71A79 /* create_nomtest_def.CMD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = create_nomtest_def.CMD; sourceTree = "<group>"; };
16 36C523CE0DFC380300B71A79 /* Makefile.kmk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kmk; sourceTree = "<group>"; };
17 36C523D00DFC380300B71A79 /* nom-play.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "nom-play.c"; sourceTree = "<group>"; };
18 36C523D10DFC380300B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
19 36C523D20DFC380300B71A79 /* test-gc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-gc.c"; sourceTree = "<group>"; };
20 36C523D30DFC380300B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
21 36C523D40DFC380300B71A79 /* test-nom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-nom.c"; sourceTree = "<group>"; };
22 36C523D50DFC380300B71A79 /* test-nom-2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-nom-2.c"; sourceTree = "<group>"; };
[369]23 36C523D70DFC380300B71A79 /* aclass.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = aclass.idl; sourceTree = "<group>"; };
24 36C523D80DFC380300B71A79 /* bclass.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = bclass.idl; sourceTree = "<group>"; };
[359]25 36C523DA0DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
26 36C523DB0DFC386A00B71A79 /* Makefile.kmk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kmk; sourceTree = "<group>"; };
27 36C523DD0DFC386A00B71A79 /* h_file_emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = h_file_emitter.c; sourceTree = "<group>"; };
28 36C523DE0DFC386A00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
29 36C523DF0DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
30 36C523E10DFC386A00B71A79 /* open_outfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = open_outfile.c; sourceTree = "<group>"; };
31 36C523E20DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
32 36C523E30DFC386A00B71A79 /* nom-idl-compiler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "nom-idl-compiler.c"; sourceTree = "<group>"; };
33 36C523E40DFC386A00B71A79 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = "<group>"; };
34 36C523E50DFC386A00B71A79 /* token.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = token.c; sourceTree = "<group>"; };
35 36C523E60DFC386A00B71A79 /* printdata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = printdata.c; sourceTree = "<group>"; };
36 36C523E70DFC386A00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
37 36C523E80DFC386A00B71A79 /* emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = emitter.c; sourceTree = "<group>"; };
38 36C523EA0DFC386A00B71A79 /* metaclass_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = metaclass_parser.c; sourceTree = "<group>"; };
39 36C523EB0DFC386A00B71A79 /* instancevar_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = instancevar_parser.c; sourceTree = "<group>"; };
40 36C523EC0DFC386A00B71A79 /* hash_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hash_parser.c; sourceTree = "<group>"; };
41 36C523ED0DFC386A00B71A79 /* typespec_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = typespec_parser.c; sourceTree = "<group>"; };
42 36C523EE0DFC386A00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
43 36C523EF0DFC386A00B71A79 /* override_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = override_parser.c; sourceTree = "<group>"; };
44 36C523F00DFC386A00B71A79 /* interface_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interface_parser.c; sourceTree = "<group>"; };
45 36C523F10DFC386A00B71A79 /* method_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = method_parser.c; sourceTree = "<group>"; };
46 36C523F20DFC386A00B71A79 /* filestem_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filestem_parser.c; sourceTree = "<group>"; };
47 36C523F30DFC386A00B71A79 /* classversion_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = classversion_parser.c; sourceTree = "<group>"; };
48 36C523F40DFC386A00B71A79 /* lineinfo_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lineinfo_parser.c; sourceTree = "<group>"; };
49 36C523F50DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
50 36C523F70DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
51 36C523F80DFC386A00B71A79 /* ih_file_emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ih_file_emitter.c; sourceTree = "<group>"; };
52 36C523F90DFC386A00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
53 36C523FB0DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
54 36C523FC0DFC386A00B71A79 /* parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parser.h; sourceTree = "<group>"; };
55 36C523FE0DFC386A00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
56 36C523FF0DFC386A00B71A79 /* c_file_emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_file_emitter.c; sourceTree = "<group>"; };
57 36C524000DFC386A00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
58 36C524080DFC389F00B71A79 /* thunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thunk.h; sourceTree = "<group>"; };
59 36C524090DFC389F00B71A79 /* exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
60 36C5240A0DFC389F00B71A79 /* nomgc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nomgc.h; sourceTree = "<group>"; };
61 36C5240B0DFC389F00B71A79 /* nomtk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nomtk.h; sourceTree = "<group>"; };
62 36C5240C0DFC389F00B71A79 /* nom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nom.h; sourceTree = "<group>"; };
63 36C5240D0DFC389F00B71A79 /* nomapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nomapi.h; sourceTree = "<group>"; };
64 36C5240E0DFC389F00B71A79 /* nombase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nombase.h; sourceTree = "<group>"; };
65 36C5240F0DFC389F00B71A79 /* make.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = make.inc; sourceTree = "<group>"; };
[369]66 36C524120DFC389F00B71A79 /* nomarray.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomarray.idl; sourceTree = "<group>"; };
67 36C524130DFC389F00B71A79 /* nomtestcase.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomtestcase.idl; sourceTree = "<group>"; };
68 36C524140DFC389F00B71A79 /* nomstring.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomstring.idl; sourceTree = "<group>"; };
69 36C524150DFC389F00B71A79 /* nomcls.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomcls.idl; sourceTree = "<group>"; };
70 36C524160DFC389F00B71A79 /* nomtestresult.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomtestresult.idl; sourceTree = "<group>"; };
71 36C524170DFC389F00B71A79 /* nomclassmanager.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomclassmanager.idl; sourceTree = "<group>"; };
72 36C524180DFC389F00B71A79 /* nombase.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nombase.idl; sourceTree = "<group>"; };
73 36C524190DFC389F00B71A79 /* nommethod.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nommethod.idl; sourceTree = "<group>"; };
74 36C5241A0DFC389F00B71A79 /* nomobj.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = nomobj.idl; sourceTree = "<group>"; };
[359]75 36C5241C0DFC389F00B71A79 /* nomtestresult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomtestresult.c; sourceTree = "<group>"; };
76 36C5241D0DFC389F00B71A79 /* nommethod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nommethod.c; sourceTree = "<group>"; };
77 36C5241E0DFC389F00B71A79 /* nomobj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomobj.c; sourceTree = "<group>"; };
78 36C5241F0DFC389F00B71A79 /* nomcls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomcls.c; sourceTree = "<group>"; };
79 36C524200DFC389F00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
80 36C524210DFC389F00B71A79 /* nomarray.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomarray.c; sourceTree = "<group>"; };
81 36C524220DFC389F00B71A79 /* nomstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomstring.c; sourceTree = "<group>"; };
82 36C524230DFC389F00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
83 36C524240DFC389F00B71A79 /* nomtestcase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomtestcase.c; sourceTree = "<group>"; };
84 36C524250DFC389F00B71A79 /* nomclassmanager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomclassmanager.c; sourceTree = "<group>"; };
85 36C524270DFC389F00B71A79 /* nom.dox */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = nom.dox; sourceTree = "<group>"; };
86 36C524280DFC389F00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
87 36C524290DFC389F00B71A79 /* Makefile.icc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.icc; sourceTree = "<group>"; };
88 36C5242A0DFC389F00B71A79 /* create_vobjtk_def.CMD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = create_vobjtk_def.CMD; sourceTree = "<group>"; };
89 36C5242C0DFC389F00B71A79 /* nomgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomgc.c; sourceTree = "<group>"; };
90 36C5242D0DFC389F00B71A79 /* Makefile.kup */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kup; sourceTree = "<group>"; };
91 36C5242E0DFC389F00B71A79 /* nomdebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomdebug.c; sourceTree = "<group>"; };
92 36C5242F0DFC389F00B71A79 /* nombuildnomcls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nombuildnomcls.c; sourceTree = "<group>"; };
93 36C524300DFC389F00B71A79 /* nomtkinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomtkinit.c; sourceTree = "<group>"; };
94 36C524320DFC389F00B71A79 /* thunk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = thunk.c; sourceTree = "<group>"; };
95 36C524330DFC389F00B71A79 /* nomid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nomid.c; sourceTree = "<group>"; };
96 36C524340DFC389F00B71A79 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
97 36C524350DFC389F00B71A79 /* nombuildnomobj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nombuildnomobj.c; sourceTree = "<group>"; };
98 36C524360DFC389F00B71A79 /* nombuildclass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nombuildclass.c; sourceTree = "<group>"; };
99 36C524370DFC389F00B71A79 /* nommemory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nommemory.c; sourceTree = "<group>"; };
100 36C524380DFC389F00B71A79 /* Makefile.kmk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.kmk; sourceTree = "<group>"; };
101 36C524390DFC389F00B71A79 /* exports.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = exports.def; sourceTree = "<group>"; };
[369]102 36C5245A0DFC512E00B71A79 /* testnomobject.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = testnomobject.idl; sourceTree = "<group>"; };
103 36C5248D0DFC55CA00B71A79 /* testnomobject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testnomobject.c; sourceTree = "<group>"; };
104 36C780090E0ED8F800B897F3 /* testnomclassmgr.idl */ = {isa = PBXFileReference; explicitFileType = sourcecode.c; fileEncoding = 4; path = testnomclassmgr.idl; sourceTree = "<group>"; };
105 36C7800D0E0EDB5D00B897F3 /* testnomclassmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testnomclassmgr.c; sourceTree = "<group>"; };
[359]106/* End PBXFileReference section */
107
108/* Begin PBXGroup section */
109 08FB7794FE84155DC02AAC07 /* nom */ = {
110 isa = PBXGroup;
111 children = (
112 36C524010DFC389F00B71A79 /* nom */,
113 36C523D90DFC386A00B71A79 /* idl-compiler */,
114 36C523C40DFC380300B71A79 /* tests */,
115 );
116 name = nom;
117 sourceTree = "<group>";
118 };
119 36C523C40DFC380300B71A79 /* tests */ = {
120 isa = PBXGroup;
121 children = (
122 36C523C60DFC380300B71A79 /* class_c */,
123 36C523CB0DFC380300B71A79 /* exports.def */,
124 36C523CD0DFC380300B71A79 /* create_nomtest_def.CMD */,
125 36C523CE0DFC380300B71A79 /* Makefile.kmk */,
126 36C523CF0DFC380300B71A79 /* c */,
127 36C523D60DFC380300B71A79 /* idl */,
128 );
129 path = tests;
130 sourceTree = "<group>";
131 };
132 36C523C60DFC380300B71A79 /* class_c */ = {
133 isa = PBXGroup;
134 children = (
[369]135 36C7800D0E0EDB5D00B897F3 /* testnomclassmgr.c */,
136 36C5248D0DFC55CA00B71A79 /* testnomobject.c */,
[359]137 36C523C70DFC380300B71A79 /* bclass.c */,
138 36C523C80DFC380300B71A79 /* Makefile.kup */,
139 36C523C90DFC380300B71A79 /* aclass.c */,
140 36C523CA0DFC380300B71A79 /* Makefile */,
141 );
142 path = class_c;
143 sourceTree = "<group>";
144 };
145 36C523CF0DFC380300B71A79 /* c */ = {
146 isa = PBXGroup;
147 children = (
148 36C523D00DFC380300B71A79 /* nom-play.c */,
149 36C523D10DFC380300B71A79 /* Makefile */,
150 36C523D20DFC380300B71A79 /* test-gc.c */,
151 36C523D30DFC380300B71A79 /* Makefile.kup */,
152 36C523D40DFC380300B71A79 /* test-nom.c */,
153 36C523D50DFC380300B71A79 /* test-nom-2.c */,
154 );
155 path = c;
156 sourceTree = "<group>";
157 };
158 36C523D60DFC380300B71A79 /* idl */ = {
159 isa = PBXGroup;
160 children = (
[369]161 36C780090E0ED8F800B897F3 /* testnomclassmgr.idl */,
162 36C5245A0DFC512E00B71A79 /* testnomobject.idl */,
[359]163 36C523D70DFC380300B71A79 /* aclass.idl */,
164 36C523D80DFC380300B71A79 /* bclass.idl */,
165 );
166 path = idl;
167 sourceTree = "<group>";
168 };
169 36C523D90DFC386A00B71A79 /* idl-compiler */ = {
170 isa = PBXGroup;
171 children = (
172 36C523DA0DFC386A00B71A79 /* Makefile */,
173 36C523DB0DFC386A00B71A79 /* Makefile.kmk */,
174 36C523DC0DFC386A00B71A79 /* h-emitter_c */,
175 36C523E00DFC386A00B71A79 /* c */,
176 36C523E90DFC386A00B71A79 /* parser_c */,
177 36C523F60DFC386A00B71A79 /* ih-emitter_c */,
178 36C523FA0DFC386A00B71A79 /* include */,
179 36C523FD0DFC386A00B71A79 /* c-emitter_c */,
180 );
181 path = "idl-compiler";
182 sourceTree = "<group>";
183 };
184 36C523DC0DFC386A00B71A79 /* h-emitter_c */ = {
185 isa = PBXGroup;
186 children = (
187 36C523DD0DFC386A00B71A79 /* h_file_emitter.c */,
188 36C523DE0DFC386A00B71A79 /* Makefile.kup */,
189 36C523DF0DFC386A00B71A79 /* Makefile */,
190 );
191 path = "h-emitter_c";
192 sourceTree = "<group>";
193 };
194 36C523E00DFC386A00B71A79 /* c */ = {
195 isa = PBXGroup;
196 children = (
197 36C523E10DFC386A00B71A79 /* open_outfile.c */,
198 36C523E20DFC386A00B71A79 /* Makefile */,
199 36C523E30DFC386A00B71A79 /* nom-idl-compiler.c */,
200 36C523E40DFC386A00B71A79 /* util.c */,
201 36C523E50DFC386A00B71A79 /* token.c */,
202 36C523E60DFC386A00B71A79 /* printdata.c */,
203 36C523E70DFC386A00B71A79 /* Makefile.kup */,
204 36C523E80DFC386A00B71A79 /* emitter.c */,
205 );
206 path = c;
207 sourceTree = "<group>";
208 };
209 36C523E90DFC386A00B71A79 /* parser_c */ = {
210 isa = PBXGroup;
211 children = (
212 36C523EA0DFC386A00B71A79 /* metaclass_parser.c */,
213 36C523EB0DFC386A00B71A79 /* instancevar_parser.c */,
214 36C523EC0DFC386A00B71A79 /* hash_parser.c */,
215 36C523ED0DFC386A00B71A79 /* typespec_parser.c */,
216 36C523EE0DFC386A00B71A79 /* Makefile.kup */,
217 36C523EF0DFC386A00B71A79 /* override_parser.c */,
218 36C523F00DFC386A00B71A79 /* interface_parser.c */,
219 36C523F10DFC386A00B71A79 /* method_parser.c */,
220 36C523F20DFC386A00B71A79 /* filestem_parser.c */,
221 36C523F30DFC386A00B71A79 /* classversion_parser.c */,
222 36C523F40DFC386A00B71A79 /* lineinfo_parser.c */,
223 36C523F50DFC386A00B71A79 /* Makefile */,
224 );
225 path = parser_c;
226 sourceTree = "<group>";
227 };
228 36C523F60DFC386A00B71A79 /* ih-emitter_c */ = {
229 isa = PBXGroup;
230 children = (
231 36C523F70DFC386A00B71A79 /* Makefile */,
232 36C523F80DFC386A00B71A79 /* ih_file_emitter.c */,
233 36C523F90DFC386A00B71A79 /* Makefile.kup */,
234 );
235 path = "ih-emitter_c";
236 sourceTree = "<group>";
237 };
238 36C523FA0DFC386A00B71A79 /* include */ = {
239 isa = PBXGroup;
240 children = (
241 36C523FB0DFC386A00B71A79 /* Makefile */,
242 36C523FC0DFC386A00B71A79 /* parser.h */,
243 );
244 path = include;
245 sourceTree = "<group>";
246 };
247 36C523FD0DFC386A00B71A79 /* c-emitter_c */ = {
248 isa = PBXGroup;
249 children = (
250 36C523FE0DFC386A00B71A79 /* Makefile */,
251 36C523FF0DFC386A00B71A79 /* c_file_emitter.c */,
252 36C524000DFC386A00B71A79 /* Makefile.kup */,
253 );
254 path = "c-emitter_c";
255 sourceTree = "<group>";
256 };
257 36C524010DFC389F00B71A79 /* nom */ = {
258 isa = PBXGroup;
259 children = (
260 36C524020DFC389F00B71A79 /* build */,
261 36C524070DFC389F00B71A79 /* include */,
262 36C5240F0DFC389F00B71A79 /* make.inc */,
263 36C524110DFC389F00B71A79 /* idl */,
264 36C5241B0DFC389F00B71A79 /* class_c */,
265 36C524260DFC389F00B71A79 /* dox */,
266 36C524280DFC389F00B71A79 /* Makefile */,
267 36C524290DFC389F00B71A79 /* Makefile.icc */,
268 36C5242A0DFC389F00B71A79 /* create_vobjtk_def.CMD */,
269 36C5242B0DFC389F00B71A79 /* src */,
270 36C524380DFC389F00B71A79 /* Makefile.kmk */,
271 36C524390DFC389F00B71A79 /* exports.def */,
272 );
273 path = nom;
274 sourceTree = "<group>";
275 };
276 36C524020DFC389F00B71A79 /* build */ = {
277 isa = PBXGroup;
278 children = (
279 36C524030DFC389F00B71A79 /* Organizer-36B7F1890DFBEF82008BF47D.build */,
280 36C524040DFC389F00B71A79 /* Organizer-3682018D0DFBF06D004E69CE.build */,
281 36C524050DFC389F00B71A79 /* Organizer-3638AEBF0DFBEF2300CEBE01.build */,
282 36C524060DFC389F00B71A79 /* Organizer-368284A10DFBEE270062E477.build */,
283 );
284 path = build;
285 sourceTree = "<group>";
286 };
287 36C524030DFC389F00B71A79 /* Organizer-36B7F1890DFBEF82008BF47D.build */ = {
288 isa = PBXGroup;
289 children = (
290 );
291 path = "Organizer-36B7F1890DFBEF82008BF47D.build";
292 sourceTree = "<group>";
293 };
294 36C524040DFC389F00B71A79 /* Organizer-3682018D0DFBF06D004E69CE.build */ = {
295 isa = PBXGroup;
296 children = (
297 );
298 path = "Organizer-3682018D0DFBF06D004E69CE.build";
299 sourceTree = "<group>";
300 };
301 36C524050DFC389F00B71A79 /* Organizer-3638AEBF0DFBEF2300CEBE01.build */ = {
302 isa = PBXGroup;
303 children = (
304 );
305 path = "Organizer-3638AEBF0DFBEF2300CEBE01.build";
306 sourceTree = "<group>";
307 };
308 36C524060DFC389F00B71A79 /* Organizer-368284A10DFBEE270062E477.build */ = {
309 isa = PBXGroup;
310 children = (
311 );
312 path = "Organizer-368284A10DFBEE270062E477.build";
313 sourceTree = "<group>";
314 };
315 36C524070DFC389F00B71A79 /* include */ = {
316 isa = PBXGroup;
317 children = (
318 36C524080DFC389F00B71A79 /* thunk.h */,
319 36C524090DFC389F00B71A79 /* exception.h */,
320 36C5240A0DFC389F00B71A79 /* nomgc.h */,
321 36C5240B0DFC389F00B71A79 /* nomtk.h */,
322 36C5240C0DFC389F00B71A79 /* nom.h */,
323 36C5240D0DFC389F00B71A79 /* nomapi.h */,
324 36C5240E0DFC389F00B71A79 /* nombase.h */,
325 );
326 path = include;
327 sourceTree = "<group>";
328 };
329 36C524110DFC389F00B71A79 /* idl */ = {
330 isa = PBXGroup;
331 children = (
332 36C524120DFC389F00B71A79 /* nomarray.idl */,
333 36C524130DFC389F00B71A79 /* nomtestcase.idl */,
334 36C524140DFC389F00B71A79 /* nomstring.idl */,
335 36C524150DFC389F00B71A79 /* nomcls.idl */,
336 36C524160DFC389F00B71A79 /* nomtestresult.idl */,
337 36C524170DFC389F00B71A79 /* nomclassmanager.idl */,
338 36C524180DFC389F00B71A79 /* nombase.idl */,
339 36C524190DFC389F00B71A79 /* nommethod.idl */,
340 36C5241A0DFC389F00B71A79 /* nomobj.idl */,
341 );
342 path = idl;
343 sourceTree = "<group>";
344 };
345 36C5241B0DFC389F00B71A79 /* class_c */ = {
346 isa = PBXGroup;
347 children = (
348 36C5241C0DFC389F00B71A79 /* nomtestresult.c */,
349 36C5241D0DFC389F00B71A79 /* nommethod.c */,
350 36C5241E0DFC389F00B71A79 /* nomobj.c */,
351 36C5241F0DFC389F00B71A79 /* nomcls.c */,
352 36C524200DFC389F00B71A79 /* Makefile.kup */,
353 36C524210DFC389F00B71A79 /* nomarray.c */,
354 36C524220DFC389F00B71A79 /* nomstring.c */,
355 36C524230DFC389F00B71A79 /* Makefile */,
356 36C524240DFC389F00B71A79 /* nomtestcase.c */,
357 36C524250DFC389F00B71A79 /* nomclassmanager.c */,
358 );
359 path = class_c;
360 sourceTree = "<group>";
361 };
362 36C524260DFC389F00B71A79 /* dox */ = {
363 isa = PBXGroup;
364 children = (
365 36C524270DFC389F00B71A79 /* nom.dox */,
366 );
367 path = dox;
368 sourceTree = "<group>";
369 };
370 36C5242B0DFC389F00B71A79 /* src */ = {
371 isa = PBXGroup;
372 children = (
373 36C5242C0DFC389F00B71A79 /* nomgc.c */,
374 36C5242D0DFC389F00B71A79 /* Makefile.kup */,
375 36C5242E0DFC389F00B71A79 /* nomdebug.c */,
376 36C5242F0DFC389F00B71A79 /* nombuildnomcls.c */,
377 36C524300DFC389F00B71A79 /* nomtkinit.c */,
378 36C524320DFC389F00B71A79 /* thunk.c */,
379 36C524330DFC389F00B71A79 /* nomid.c */,
380 36C524340DFC389F00B71A79 /* Makefile */,
381 36C524350DFC389F00B71A79 /* nombuildnomobj.c */,
382 36C524360DFC389F00B71A79 /* nombuildclass.c */,
383 36C524370DFC389F00B71A79 /* nommemory.c */,
384 );
385 path = src;
386 sourceTree = "<group>";
387 };
388/* End PBXGroup section */
389
390/* Begin PBXLegacyTarget section */
391 D28A88AD04BDD90700651E21 /* nom */ = {
392 isa = PBXLegacyTarget;
393 buildArgumentsString = "";
394 buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "nom" */;
395 buildPhases = (
396 );
397 buildToolPath = ./../../kBuild/kBuild/bin/darwin.x86/kmk;
398 dependencies = (
399 );
400 name = nom;
401 passBuildSettingsInEnvironment = 1;
402 productName = nom;
403 };
404/* End PBXLegacyTarget section */
405
406/* Begin PBXProject section */
407 08FB7793FE84155DC02AAC07 /* Project object */ = {
408 isa = PBXProject;
409 buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "nom" */;
410 compatibilityVersion = "Xcode 2.4";
411 hasScannedForEncodings = 1;
412 mainGroup = 08FB7794FE84155DC02AAC07 /* nom */;
413 projectDirPath = "";
414 projectRoot = "";
415 targets = (
416 D28A88AD04BDD90700651E21 /* nom */,
417 );
418 };
419/* End PBXProject section */
420
421/* Begin XCBuildConfiguration section */
422 1DEB919008733D9F0010E9CD /* Debug */ = {
423 isa = XCBuildConfiguration;
424 buildSettings = {
425 COPY_PHASE_STRIP = NO;
426 DEBUGGING_SYMBOLS = YES;
427 GCC_DYNAMIC_NO_PIC = NO;
428 GCC_ENABLE_FIX_AND_CONTINUE = YES;
429 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
430 GCC_OPTIMIZATION_LEVEL = 0;
431 OPTIMIZATION_CFLAGS = "-O0";
432 OTHER_CFLAGS = "";
433 OTHER_LDFLAGS = "";
434 PRODUCT_NAME = nom;
435 ZERO_LINK = YES;
436 };
437 name = Debug;
438 };
439 1DEB919108733D9F0010E9CD /* Release */ = {
440 isa = XCBuildConfiguration;
441 buildSettings = {
442 COPY_PHASE_STRIP = YES;
443 GCC_ENABLE_FIX_AND_CONTINUE = NO;
444 OTHER_CFLAGS = "";
445 OTHER_LDFLAGS = "";
446 PRODUCT_NAME = nom;
447 ZERO_LINK = NO;
448 };
449 name = Release;
450 };
451 1DEB919408733D9F0010E9CD /* Debug */ = {
452 isa = XCBuildConfiguration;
453 buildSettings = {
454 GCC_WARN_ABOUT_RETURN_TYPE = YES;
455 GCC_WARN_UNUSED_VARIABLE = YES;
456 PREBINDING = NO;
457 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
458 };
459 name = Debug;
460 };
461 1DEB919508733D9F0010E9CD /* Release */ = {
462 isa = XCBuildConfiguration;
463 buildSettings = {
464 ARCHS = (
465 ppc,
466 i386,
467 );
468 GCC_WARN_ABOUT_RETURN_TYPE = YES;
469 GCC_WARN_UNUSED_VARIABLE = YES;
470 PREBINDING = NO;
471 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
472 };
473 name = Release;
474 };
475/* End XCBuildConfiguration section */
476
477/* Begin XCConfigurationList section */
478 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "nom" */ = {
479 isa = XCConfigurationList;
480 buildConfigurations = (
481 1DEB919008733D9F0010E9CD /* Debug */,
482 1DEB919108733D9F0010E9CD /* Release */,
483 );
484 defaultConfigurationIsVisible = 0;
485 defaultConfigurationName = Release;
486 };
487 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "nom" */ = {
488 isa = XCConfigurationList;
489 buildConfigurations = (
490 1DEB919408733D9F0010E9CD /* Debug */,
491 1DEB919508733D9F0010E9CD /* Release */,
492 );
493 defaultConfigurationIsVisible = 0;
494 defaultConfigurationName = Release;
495 };
496/* End XCConfigurationList section */
497 };
498 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
499}
Note: See TracBrowser for help on using the repository browser.