diff options
Diffstat (limited to 'xcode/xcode.xcodeproj/project.pbxproj')
-rw-r--r-- | xcode/xcode.xcodeproj/project.pbxproj | 268 |
1 files changed, 0 insertions, 268 deletions
diff --git a/xcode/xcode.xcodeproj/project.pbxproj b/xcode/xcode.xcodeproj/project.pbxproj deleted file mode 100644 index d3b3442..0000000 --- a/xcode/xcode.xcodeproj/project.pbxproj +++ /dev/null | |||
@@ -1,268 +0,0 @@ | |||
1 | // !$*UTF8*$! | ||
2 | { | ||
3 | archiveVersion = 1; | ||
4 | classes = { | ||
5 | }; | ||
6 | objectVersion = 42; | ||
7 | objects = { | ||
8 | |||
9 | /* Begin PBXBuildFile section */ | ||
10 | 27602E840C2F3CA40086E627 /* liblua.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 27602E830C2F3CA40086E627 /* liblua.dylib */; }; | ||
11 | 27ACDA690E4031F6004F5C28 /* lanes.c in Sources */ = {isa = PBXBuildFile; fileRef = 27ACDA660E4031F6004F5C28 /* lanes.c */; }; | ||
12 | 27ACDA6A0E4031F6004F5C28 /* threading.c in Sources */ = {isa = PBXBuildFile; fileRef = 27ACDA670E4031F6004F5C28 /* threading.c */; }; | ||
13 | 27ACDA6B0E4031F6004F5C28 /* tools.c in Sources */ = {isa = PBXBuildFile; fileRef = 27ACDA680E4031F6004F5C28 /* tools.c */; }; | ||
14 | /* End PBXBuildFile section */ | ||
15 | |||
16 | /* Begin PBXFileReference section */ | ||
17 | 27602E830C2F3CA40086E627 /* liblua.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = liblua.dylib; path = /sw/lib/liblua.dylib; sourceTree = "<absolute>"; }; | ||
18 | 279F2E7B0C4A477B0020A321 /* liblua51-lanes.bundle */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "liblua51-lanes.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
19 | 27ACDA660E4031F6004F5C28 /* lanes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lanes.c; path = ../src/lanes.c; sourceTree = SOURCE_ROOT; }; | ||
20 | 27ACDA670E4031F6004F5C28 /* threading.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = threading.c; path = ../src/threading.c; sourceTree = SOURCE_ROOT; }; | ||
21 | 27ACDA680E4031F6004F5C28 /* tools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tools.c; path = ../src/tools.c; sourceTree = SOURCE_ROOT; }; | ||
22 | /* End PBXFileReference section */ | ||
23 | |||
24 | /* Begin PBXFrameworksBuildPhase section */ | ||
25 | D289988505E68E00004EDB86 /* Frameworks */ = { | ||
26 | isa = PBXFrameworksBuildPhase; | ||
27 | buildActionMask = 2147483647; | ||
28 | files = ( | ||
29 | 27602E840C2F3CA40086E627 /* liblua.dylib in Frameworks */, | ||
30 | ); | ||
31 | runOnlyForDeploymentPostprocessing = 0; | ||
32 | }; | ||
33 | /* End PBXFrameworksBuildPhase section */ | ||
34 | |||
35 | /* Begin PBXGroup section */ | ||
36 | 08FB7794FE84155DC02AAC07 /* xcode */ = { | ||
37 | isa = PBXGroup; | ||
38 | children = ( | ||
39 | 27602E830C2F3CA40086E627 /* liblua.dylib */, | ||
40 | 08FB7795FE84155DC02AAC07 /* Source */, | ||
41 | 1AB674ADFE9D54B511CA2CBB /* Products */, | ||
42 | ); | ||
43 | comments = "\nTo use this XCode project, set \"active build configuration\" to Debug.\n\nYou may need to add \"custom executable\" to the \"Executables\" tree of the project, with:\n- path /sw/bin/lua\n- custom directory /Users/xxx/.../SDL/\n- arguments \"test.lua\"\n- environment LUA_CPATH xcode/build/Debug/lib?.bundle\n- \n\n---\nAK 25.6.2007 (open):\n\nHow to NOT have the \"lib\" prefix for bundles? Tried everything, still XCode places it there. :((\n\n /usr/bin/g++-4.0 -o /Users/abisoft/Slug/public/2007/SDL/xcode/build/Debug/liblua51-sdl.bundle ...\n\nHave to change the LUA_CPATH instead, so we can debug with this.\n\n---\nAK 25.6.2007 (solved):\nAfter changing dylib->bundle there were some issues, same as:\nhttp://osdir.com/ml/lang.realbasic.plugins/2007-01/msg00033.html\n\n\"Perform single-object prelink\" needs to be ticked.\n"; | ||
44 | name = xcode; | ||
45 | sourceTree = "<group>"; | ||
46 | }; | ||
47 | 08FB7795FE84155DC02AAC07 /* Source */ = { | ||
48 | isa = PBXGroup; | ||
49 | children = ( | ||
50 | 27ACDA660E4031F6004F5C28 /* lanes.c */, | ||
51 | 27ACDA670E4031F6004F5C28 /* threading.c */, | ||
52 | 27ACDA680E4031F6004F5C28 /* tools.c */, | ||
53 | ); | ||
54 | name = Source; | ||
55 | sourceTree = "<group>"; | ||
56 | }; | ||
57 | 1AB674ADFE9D54B511CA2CBB /* Products */ = { | ||
58 | isa = PBXGroup; | ||
59 | children = ( | ||
60 | 279F2E7B0C4A477B0020A321 /* liblua51-lanes.bundle */, | ||
61 | ); | ||
62 | name = Products; | ||
63 | sourceTree = "<group>"; | ||
64 | }; | ||
65 | /* End PBXGroup section */ | ||
66 | |||
67 | /* Begin PBXHeadersBuildPhase section */ | ||
68 | D2AAC0600554660B00DB518D /* Headers */ = { | ||
69 | isa = PBXHeadersBuildPhase; | ||
70 | buildActionMask = 2147483647; | ||
71 | files = ( | ||
72 | ); | ||
73 | runOnlyForDeploymentPostprocessing = 0; | ||
74 | }; | ||
75 | /* End PBXHeadersBuildPhase section */ | ||
76 | |||
77 | /* Begin PBXNativeTarget section */ | ||
78 | D2AAC0620554660B00DB518D /* xcode */ = { | ||
79 | isa = PBXNativeTarget; | ||
80 | buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "xcode" */; | ||
81 | buildPhases = ( | ||
82 | D2AAC0600554660B00DB518D /* Headers */, | ||
83 | D2AAC0610554660B00DB518D /* Sources */, | ||
84 | D289988505E68E00004EDB86 /* Frameworks */, | ||
85 | ); | ||
86 | buildRules = ( | ||
87 | ); | ||
88 | dependencies = ( | ||
89 | ); | ||
90 | name = xcode; | ||
91 | productName = xcode; | ||
92 | productReference = 279F2E7B0C4A477B0020A321 /* liblua51-lanes.bundle */; | ||
93 | productType = "com.apple.product-type.library.dynamic"; | ||
94 | }; | ||
95 | /* End PBXNativeTarget section */ | ||
96 | |||
97 | /* Begin PBXProject section */ | ||
98 | 08FB7793FE84155DC02AAC07 /* Project object */ = { | ||
99 | isa = PBXProject; | ||
100 | buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "xcode" */; | ||
101 | compatibilityVersion = "Xcode 2.4"; | ||
102 | hasScannedForEncodings = 1; | ||
103 | mainGroup = 08FB7794FE84155DC02AAC07 /* xcode */; | ||
104 | projectDirPath = ""; | ||
105 | projectRoot = ""; | ||
106 | targets = ( | ||
107 | D2AAC0620554660B00DB518D /* xcode */, | ||
108 | ); | ||
109 | }; | ||
110 | /* End PBXProject section */ | ||
111 | |||
112 | /* Begin PBXSourcesBuildPhase section */ | ||
113 | D2AAC0610554660B00DB518D /* Sources */ = { | ||
114 | isa = PBXSourcesBuildPhase; | ||
115 | buildActionMask = 2147483647; | ||
116 | files = ( | ||
117 | 27ACDA690E4031F6004F5C28 /* lanes.c in Sources */, | ||
118 | 27ACDA6A0E4031F6004F5C28 /* threading.c in Sources */, | ||
119 | 27ACDA6B0E4031F6004F5C28 /* tools.c in Sources */, | ||
120 | ); | ||
121 | runOnlyForDeploymentPostprocessing = 0; | ||
122 | }; | ||
123 | /* End PBXSourcesBuildPhase section */ | ||
124 | |||
125 | /* Begin XCBuildConfiguration section */ | ||
126 | 1DEB914B08733D8E0010E9CD /* Debug */ = { | ||
127 | isa = XCBuildConfiguration; | ||
128 | buildSettings = { | ||
129 | COPY_PHASE_STRIP = NO; | ||
130 | EXECUTABLE_PREFIX = lib; | ||
131 | GCC_DYNAMIC_NO_PIC = NO; | ||
132 | GCC_ENABLE_FIX_AND_CONTINUE = YES; | ||
133 | GCC_MODEL_TUNING = G5; | ||
134 | GCC_OPTIMIZATION_LEVEL = 0; | ||
135 | INSTALL_PATH = /usr/local/lib; | ||
136 | LIBRARY_SEARCH_PATHS = ( | ||
137 | "$(inherited)", | ||
138 | /sw/lib, | ||
139 | ); | ||
140 | PRODUCT_NAME = "lua51-lanes"; | ||
141 | ZERO_LINK = NO; | ||
142 | }; | ||
143 | name = Debug; | ||
144 | }; | ||
145 | 1DEB914C08733D8E0010E9CD /* Release */ = { | ||
146 | isa = XCBuildConfiguration; | ||
147 | buildSettings = { | ||
148 | ARCHS = ( | ||
149 | ppc, | ||
150 | i386, | ||
151 | ); | ||
152 | COPY_PHASE_STRIP = NO; | ||
153 | EXECUTABLE_PREFIX = lib; | ||
154 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | ||
155 | GCC_MODEL_TUNING = G5; | ||
156 | INSTALL_PATH = /usr/local/lib; | ||
157 | LIBRARY_SEARCH_PATHS = ( | ||
158 | "$(inherited)", | ||
159 | /sw/lib, | ||
160 | ); | ||
161 | PRODUCT_NAME = "lua51-lanes"; | ||
162 | ZERO_LINK = NO; | ||
163 | }; | ||
164 | name = Release; | ||
165 | }; | ||
166 | 1DEB914F08733D8E0010E9CD /* Debug */ = { | ||
167 | isa = XCBuildConfiguration; | ||
168 | buildSettings = { | ||
169 | BUNDLE_LOADER = /sw/bin/lua; | ||
170 | DYLIB_COMPATIBILITY_VERSION = ""; | ||
171 | DYLIB_CURRENT_VERSION = ""; | ||
172 | EXECUTABLE_EXTENSION = bundle; | ||
173 | EXECUTABLE_PREFIX = ""; | ||
174 | GCC_ENABLE_CPP_EXCEPTIONS = NO; | ||
175 | GCC_ENABLE_CPP_RTTI = NO; | ||
176 | GCC_PREPROCESSOR_DEFINITIONS = ( | ||
177 | GLUA_LUA51, | ||
178 | "_GNU_SOURCE=1", | ||
179 | _THREAD_SAFE, | ||
180 | ); | ||
181 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
182 | GCC_WARN_PEDANTIC = NO; | ||
183 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
184 | GENERATE_MASTER_OBJECT_FILE = YES; | ||
185 | HEADER_SEARCH_PATHS = ( | ||
186 | ../../gluax, | ||
187 | /sw/include, | ||
188 | ); | ||
189 | LIBRARY_SEARCH_PATHS = /sw/lib; | ||
190 | MACH_O_TYPE = mh_bundle; | ||
191 | OTHER_LDFLAGS = ( | ||
192 | "-framework", | ||
193 | Cocoa, | ||
194 | ); | ||
195 | PREBINDING = NO; | ||
196 | PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; | ||
197 | PRELINK_LIBS = ""; | ||
198 | PRODUCT_NAME = "lua51-lanes"; | ||
199 | SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; | ||
200 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | ||
201 | SHARED_PRECOMPS_DIR = ""; | ||
202 | }; | ||
203 | name = Debug; | ||
204 | }; | ||
205 | 1DEB915008733D8E0010E9CD /* Release */ = { | ||
206 | isa = XCBuildConfiguration; | ||
207 | buildSettings = { | ||
208 | BUNDLE_LOADER = /sw/bin/lua; | ||
209 | DYLIB_COMPATIBILITY_VERSION = ""; | ||
210 | DYLIB_CURRENT_VERSION = ""; | ||
211 | EXECUTABLE_EXTENSION = bundle; | ||
212 | EXECUTABLE_PREFIX = ""; | ||
213 | GCC_ENABLE_CPP_EXCEPTIONS = NO; | ||
214 | GCC_ENABLE_CPP_RTTI = NO; | ||
215 | GCC_PREPROCESSOR_DEFINITIONS = ( | ||
216 | GLUA_LUA51, | ||
217 | "_GNU_SOURCE=1", | ||
218 | _THREAD_SAFE, | ||
219 | ); | ||
220 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
221 | GCC_WARN_PEDANTIC = NO; | ||
222 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
223 | GENERATE_MASTER_OBJECT_FILE = YES; | ||
224 | HEADER_SEARCH_PATHS = ( | ||
225 | ../../gluax, | ||
226 | /sw/include, | ||
227 | ); | ||
228 | LIBRARY_SEARCH_PATHS = /sw/lib; | ||
229 | MACH_O_TYPE = mh_bundle; | ||
230 | OTHER_LDFLAGS = ( | ||
231 | "-framework", | ||
232 | Cocoa, | ||
233 | ); | ||
234 | PREBINDING = NO; | ||
235 | PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; | ||
236 | PRELINK_LIBS = ""; | ||
237 | PRODUCT_NAME = "lua51-lanes"; | ||
238 | SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; | ||
239 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | ||
240 | SHARED_PRECOMPS_DIR = ""; | ||
241 | }; | ||
242 | name = Release; | ||
243 | }; | ||
244 | /* End XCBuildConfiguration section */ | ||
245 | |||
246 | /* Begin XCConfigurationList section */ | ||
247 | 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "xcode" */ = { | ||
248 | isa = XCConfigurationList; | ||
249 | buildConfigurations = ( | ||
250 | 1DEB914B08733D8E0010E9CD /* Debug */, | ||
251 | 1DEB914C08733D8E0010E9CD /* Release */, | ||
252 | ); | ||
253 | defaultConfigurationIsVisible = 0; | ||
254 | defaultConfigurationName = Release; | ||
255 | }; | ||
256 | 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "xcode" */ = { | ||
257 | isa = XCConfigurationList; | ||
258 | buildConfigurations = ( | ||
259 | 1DEB914F08733D8E0010E9CD /* Debug */, | ||
260 | 1DEB915008733D8E0010E9CD /* Release */, | ||
261 | ); | ||
262 | defaultConfigurationIsVisible = 0; | ||
263 | defaultConfigurationName = Release; | ||
264 | }; | ||
265 | /* End XCConfigurationList section */ | ||
266 | }; | ||
267 | rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; | ||
268 | } | ||