~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/sdk/scripting/squirrel/squirrel.cbp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
2
<CodeBlocks_project_file>
 
3
        <FileVersion major="1" minor="4" />
 
4
        <Project>
 
5
                <Option title="squirrel" />
 
6
                <Option pch_mode="0" />
 
7
                <Option default_target="-1" />
 
8
                <Option compiler="gcc" />
 
9
                <Build>
 
10
                        <Target title="Debug">
 
11
                                <Option output="../lib/libsquirrelD.a" />
 
12
                                <Option working_dir="" />
 
13
                                <Option object_output="Debug" />
 
14
                                <Option type="2" />
 
15
                                <Option compiler="gcc" />
 
16
                                <Option includeInTargetAll="1" />
 
17
                                <Option createDefFile="1" />
 
18
                                <Option projectResourceIncludeDirsRelation="2" />
 
19
                                <Compiler>
 
20
                                        <Add option="-DWIN32" />
 
21
                                        <Add option="-D_DEBUG" />
 
22
                                        <Add option="-D_LIB" />
 
23
                                        <Add option="-DGARBAGE_COLLECTOR" />
 
24
                                        <Add option="-D_CRT_SECURE_NO_DEPRECATE" />
 
25
                                        <Add option="-W" />
 
26
                                        <Add option="-O0" />
 
27
                                        <Add directory="../include" />
 
28
                                </Compiler>
 
29
                        </Target>
 
30
                        <Target title="Release">
 
31
                                <Option output="../lib/libsquirrel.a" />
 
32
                                <Option working_dir="" />
 
33
                                <Option object_output="Release" />
 
34
                                <Option type="2" />
 
35
                                <Option compiler="gcc" />
 
36
                                <Option includeInTargetAll="1" />
 
37
                                <Option createDefFile="1" />
 
38
                                <Option projectResourceIncludeDirsRelation="2" />
 
39
                                <Compiler>
 
40
                                        <Add option="-DWIN32" />
 
41
                                        <Add option="-DNDEBUG" />
 
42
                                        <Add option="-D_LIB" />
 
43
                                        <Add option="-DGARBAGE_COLLECTOR" />
 
44
                                        <Add option="-D_CRT_SECURE_NO_DEPRECATE" />
 
45
                                        <Add option="-W" />
 
46
                                        <Add option="-O2" />
 
47
                                        <Add directory="../include" />
 
48
                                </Compiler>
 
49
                        </Target>
 
50
                        <Target title="Debug - Unicode">
 
51
                                <Option output="../lib/libsquirrelDU.a" />
 
52
                                <Option working_dir="" />
 
53
                                <Option object_output="Debug - Unicode" />
 
54
                                <Option type="2" />
 
55
                                <Option compiler="gcc" />
 
56
                                <Option includeInTargetAll="1" />
 
57
                                <Option createDefFile="1" />
 
58
                                <Option projectResourceIncludeDirsRelation="2" />
 
59
                                <Compiler>
 
60
                                        <Add option="-DWIN32" />
 
61
                                        <Add option="-D_DEBUG" />
 
62
                                        <Add option="-D_LIB" />
 
63
                                        <Add option="-DGARBAGE_COLLECTOR" />
 
64
                                        <Add option="-D_CRT_SECURE_NO_DEPRECATE" />
 
65
                                        <Add option="-D_CRT_NON_CONFORMING_SWPRINTFS" />
 
66
                                        <Add option="-W" />
 
67
                                        <Add option="-O0" />
 
68
                                        <Add directory="../include" />
 
69
                                </Compiler>
 
70
                        </Target>
 
71
                        <Target title="Release - Unicode">
 
72
                                <Option output="../lib/libsquirrelU.a" />
 
73
                                <Option working_dir="" />
 
74
                                <Option object_output="Release - Unicode" />
 
75
                                <Option type="2" />
 
76
                                <Option compiler="gcc" />
 
77
                                <Option includeInTargetAll="1" />
 
78
                                <Option createDefFile="1" />
 
79
                                <Option projectResourceIncludeDirsRelation="2" />
 
80
                                <Compiler>
 
81
                                        <Add option="-DWIN32" />
 
82
                                        <Add option="-DNDEBUG" />
 
83
                                        <Add option="-D_LIB" />
 
84
                                        <Add option="-DGARBAGE_COLLECTOR" />
 
85
                                        <Add option="-D_CRT_SECURE_NO_DEPRECATE" />
 
86
                                        <Add option="-D_CRT_NON_CONFORMING_SWPRINTFS" />
 
87
                                        <Add option="-W" />
 
88
                                        <Add option="-O2" />
 
89
                                        <Add directory="../include" />
 
90
                                </Compiler>
 
91
                        </Target>
 
92
                </Build>
 
93
                <Unit filename="sqapi.cpp">
 
94
                        <Option compilerVar="CPP" />
 
95
                        <Option target="Debug" />
 
96
                        <Option target="Release" />
 
97
                        <Option target="Debug - Unicode" />
 
98
                        <Option target="Release - Unicode" />
 
99
                </Unit>
 
100
                <Unit filename="sqarray.h">
 
101
                        <Option compilerVar="" />
 
102
                        <Option compile="0" />
 
103
                        <Option link="0" />
 
104
                        <Option target="Debug" />
 
105
                        <Option target="Release" />
 
106
                        <Option target="Debug - Unicode" />
 
107
                        <Option target="Release - Unicode" />
 
108
                </Unit>
 
109
                <Unit filename="sqbaselib.cpp">
 
110
                        <Option compilerVar="CPP" />
 
111
                        <Option target="Debug" />
 
112
                        <Option target="Release" />
 
113
                        <Option target="Debug - Unicode" />
 
114
                        <Option target="Release - Unicode" />
 
115
                </Unit>
 
116
                <Unit filename="sqclass.cpp">
 
117
                        <Option compilerVar="CPP" />
 
118
                        <Option target="Debug" />
 
119
                        <Option target="Release" />
 
120
                        <Option target="Debug - Unicode" />
 
121
                        <Option target="Release - Unicode" />
 
122
                </Unit>
 
123
                <Unit filename="sqclass.h">
 
124
                        <Option compilerVar="" />
 
125
                        <Option compile="0" />
 
126
                        <Option link="0" />
 
127
                        <Option target="Debug" />
 
128
                        <Option target="Release" />
 
129
                        <Option target="Debug - Unicode" />
 
130
                        <Option target="Release - Unicode" />
 
131
                </Unit>
 
132
                <Unit filename="sqclosure.h">
 
133
                        <Option compilerVar="" />
 
134
                        <Option compile="0" />
 
135
                        <Option link="0" />
 
136
                        <Option target="Debug" />
 
137
                        <Option target="Release" />
 
138
                        <Option target="Debug - Unicode" />
 
139
                        <Option target="Release - Unicode" />
 
140
                </Unit>
 
141
                <Unit filename="sqcompiler.cpp">
 
142
                        <Option compilerVar="CPP" />
 
143
                        <Option target="Debug" />
 
144
                        <Option target="Release" />
 
145
                        <Option target="Debug - Unicode" />
 
146
                        <Option target="Release - Unicode" />
 
147
                </Unit>
 
148
                <Unit filename="sqcompiler.h">
 
149
                        <Option compilerVar="" />
 
150
                        <Option compile="0" />
 
151
                        <Option link="0" />
 
152
                        <Option target="Debug" />
 
153
                        <Option target="Release" />
 
154
                        <Option target="Debug - Unicode" />
 
155
                        <Option target="Release - Unicode" />
 
156
                </Unit>
 
157
                <Unit filename="sqdebug.cpp">
 
158
                        <Option compilerVar="CPP" />
 
159
                        <Option target="Debug" />
 
160
                        <Option target="Release" />
 
161
                        <Option target="Debug - Unicode" />
 
162
                        <Option target="Release - Unicode" />
 
163
                </Unit>
 
164
                <Unit filename="sqfuncproto.h">
 
165
                        <Option compilerVar="" />
 
166
                        <Option compile="0" />
 
167
                        <Option link="0" />
 
168
                        <Option target="Debug" />
 
169
                        <Option target="Release" />
 
170
                        <Option target="Debug - Unicode" />
 
171
                        <Option target="Release - Unicode" />
 
172
                </Unit>
 
173
                <Unit filename="sqfuncstate.cpp">
 
174
                        <Option compilerVar="CPP" />
 
175
                        <Option target="Debug" />
 
176
                        <Option target="Release" />
 
177
                        <Option target="Debug - Unicode" />
 
178
                        <Option target="Release - Unicode" />
 
179
                </Unit>
 
180
                <Unit filename="sqfuncstate.h">
 
181
                        <Option compilerVar="" />
 
182
                        <Option compile="0" />
 
183
                        <Option link="0" />
 
184
                        <Option target="Debug" />
 
185
                        <Option target="Release" />
 
186
                        <Option target="Debug - Unicode" />
 
187
                        <Option target="Release - Unicode" />
 
188
                </Unit>
 
189
                <Unit filename="sqlexer.cpp">
 
190
                        <Option compilerVar="CPP" />
 
191
                        <Option target="Debug" />
 
192
                        <Option target="Release" />
 
193
                        <Option target="Debug - Unicode" />
 
194
                        <Option target="Release - Unicode" />
 
195
                </Unit>
 
196
                <Unit filename="sqlexer.h">
 
197
                        <Option compilerVar="" />
 
198
                        <Option compile="0" />
 
199
                        <Option link="0" />
 
200
                        <Option target="Debug" />
 
201
                        <Option target="Release" />
 
202
                        <Option target="Debug - Unicode" />
 
203
                        <Option target="Release - Unicode" />
 
204
                </Unit>
 
205
                <Unit filename="sqmem.cpp">
 
206
                        <Option compilerVar="CPP" />
 
207
                        <Option target="Debug" />
 
208
                        <Option target="Release" />
 
209
                        <Option target="Debug - Unicode" />
 
210
                        <Option target="Release - Unicode" />
 
211
                </Unit>
 
212
                <Unit filename="sqobject.cpp">
 
213
                        <Option compilerVar="CPP" />
 
214
                        <Option target="Debug" />
 
215
                        <Option target="Release" />
 
216
                        <Option target="Debug - Unicode" />
 
217
                        <Option target="Release - Unicode" />
 
218
                </Unit>
 
219
                <Unit filename="sqobject.h">
 
220
                        <Option compilerVar="" />
 
221
                        <Option compile="0" />
 
222
                        <Option link="0" />
 
223
                        <Option target="Debug" />
 
224
                        <Option target="Release" />
 
225
                        <Option target="Debug - Unicode" />
 
226
                        <Option target="Release - Unicode" />
 
227
                </Unit>
 
228
                <Unit filename="sqopcodes.h">
 
229
                        <Option compilerVar="" />
 
230
                        <Option compile="0" />
 
231
                        <Option link="0" />
 
232
                        <Option target="Debug" />
 
233
                        <Option target="Release" />
 
234
                        <Option target="Debug - Unicode" />
 
235
                        <Option target="Release - Unicode" />
 
236
                </Unit>
 
237
                <Unit filename="sqpcheader.h">
 
238
                        <Option compilerVar="" />
 
239
                        <Option compile="0" />
 
240
                        <Option link="0" />
 
241
                        <Option target="Debug" />
 
242
                        <Option target="Release" />
 
243
                        <Option target="Debug - Unicode" />
 
244
                        <Option target="Release - Unicode" />
 
245
                </Unit>
 
246
                <Unit filename="sqstate.cpp">
 
247
                        <Option compilerVar="CPP" />
 
248
                        <Option target="Debug" />
 
249
                        <Option target="Release" />
 
250
                        <Option target="Debug - Unicode" />
 
251
                        <Option target="Release - Unicode" />
 
252
                </Unit>
 
253
                <Unit filename="sqstate.h">
 
254
                        <Option compilerVar="" />
 
255
                        <Option compile="0" />
 
256
                        <Option link="0" />
 
257
                        <Option target="Debug" />
 
258
                        <Option target="Release" />
 
259
                        <Option target="Debug - Unicode" />
 
260
                        <Option target="Release - Unicode" />
 
261
                </Unit>
 
262
                <Unit filename="sqstring.h">
 
263
                        <Option compilerVar="" />
 
264
                        <Option compile="0" />
 
265
                        <Option link="0" />
 
266
                        <Option target="Debug" />
 
267
                        <Option target="Release" />
 
268
                        <Option target="Debug - Unicode" />
 
269
                        <Option target="Release - Unicode" />
 
270
                </Unit>
 
271
                <Unit filename="sqtable.cpp">
 
272
                        <Option compilerVar="CPP" />
 
273
                        <Option target="Debug" />
 
274
                        <Option target="Release" />
 
275
                        <Option target="Debug - Unicode" />
 
276
                        <Option target="Release - Unicode" />
 
277
                </Unit>
 
278
                <Unit filename="sqtable.h">
 
279
                        <Option compilerVar="" />
 
280
                        <Option compile="0" />
 
281
                        <Option link="0" />
 
282
                        <Option target="Debug" />
 
283
                        <Option target="Release" />
 
284
                        <Option target="Debug - Unicode" />
 
285
                        <Option target="Release - Unicode" />
 
286
                </Unit>
 
287
                <Unit filename="squserdata.h">
 
288
                        <Option compilerVar="" />
 
289
                        <Option compile="0" />
 
290
                        <Option link="0" />
 
291
                        <Option target="Debug" />
 
292
                        <Option target="Release" />
 
293
                        <Option target="Debug - Unicode" />
 
294
                        <Option target="Release - Unicode" />
 
295
                </Unit>
 
296
                <Unit filename="squtils.h">
 
297
                        <Option compilerVar="" />
 
298
                        <Option compile="0" />
 
299
                        <Option link="0" />
 
300
                        <Option target="Debug" />
 
301
                        <Option target="Release" />
 
302
                        <Option target="Debug - Unicode" />
 
303
                        <Option target="Release - Unicode" />
 
304
                </Unit>
 
305
                <Unit filename="sqvm.cpp">
 
306
                        <Option compilerVar="CPP" />
 
307
                        <Option target="Debug" />
 
308
                        <Option target="Release" />
 
309
                        <Option target="Debug - Unicode" />
 
310
                        <Option target="Release - Unicode" />
 
311
                </Unit>
 
312
                <Unit filename="sqvm.h">
 
313
                        <Option compilerVar="" />
 
314
                        <Option compile="0" />
 
315
                        <Option link="0" />
 
316
                        <Option target="Debug" />
 
317
                        <Option target="Release" />
 
318
                        <Option target="Debug - Unicode" />
 
319
                        <Option target="Release - Unicode" />
 
320
                </Unit>
 
321
                <Extensions />
 
322
        </Project>
 
323
</CodeBlocks_project_file>
 
 
b'\\ No newline at end of file'