~luke-jr/tr2norigins/tr2norigins-0.4

« back to all changes in this revision

Viewing changes to SDL.cbp

  • Committer: Luke Dashjr
  • Date: 2010-04-20 23:30:05 UTC
  • mfrom: (690.1.5 compile)
  • Revision ID: luke+bzr@dashjr.org-20100420233005-lzj98ziv0477z36g
MERGE: Integrate ability for windows devs to participate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_project_file>
 
3
<CodeBlocks_project_file>
 
4
        <FileVersion major="1" minor="1"/>
 
5
        <Project>
 
6
                <Option title="SDL"/>
 
7
                <Option makefile="Makefile"/>
 
8
                <Option makefile_is_custom="0"/>
 
9
                <Option default_target="-1"/>
 
10
                <Option compiler="0"/>
 
11
                <Build>
 
12
                        <Target title="Win32 Release">
 
13
                                <Option output="..\dist\SDL.dll"/>
 
14
                                <Option working_dir="."/>
 
15
                                <Option object_output="tmp\SDL___Win32_Release"/>
 
16
                                <Option deps_output=".deps"/>
 
17
                                <Option type="3"/>
 
18
                                <Option compiler="0"/>
 
19
                                <Option createDefFile="1"/>
 
20
                                <Option createStaticLib="1"/>
 
21
                                <Compiler>
 
22
                                        <Add option="-O2"/>
 
23
                                        <Add option="-W"/>
 
24
                                        <Add option="-DNDEBUG"/>
 
25
                                </Compiler>
 
26
                        </Target>
 
27
                        <Target title="Win32 Debug">
 
28
                                <Option output="..\debug\SDL.dll"/>
 
29
                                <Option working_dir="."/>
 
30
                                <Option object_output="tmp\SDL___Win32_Debug"/>
 
31
                                <Option deps_output=".deps"/>
 
32
                                <Option type="3"/>
 
33
                                <Option compiler="0"/>
 
34
                                <Option createDefFile="1"/>
 
35
                                <Option createStaticLib="1"/>
 
36
                                <Compiler>
 
37
                                        <Add option="-W"/>
 
38
                                        <Add option="-g"/>
 
39
                                        <Add option="-D_DEBUG"/>
 
40
                                </Compiler>
 
41
                        </Target>
 
42
                </Build>
 
43
                <Compiler>
 
44
                        <Add option="-fexceptions"/>
 
45
                        <Add option="-DWIN32"/>
 
46
                        <Add option="-D_WINDOWS"/>
 
47
                        <Add option="-DENABLE_WINDIB"/>
 
48
                        <Add option="-DENABLE_DIRECTX"/>
 
49
                        <Add option="-D_WIN32_WINNT=0x0400"/>
 
50
                        <Add directory="directx\include"/>
 
51
                        <Add directory="..\winlibs\SDL\src"/>
 
52
                        <Add directory="..\winlibs\SDL\src\audio"/>
 
53
                        <Add directory="..\winlibs\SDL\src\video"/>
 
54
                        <Add directory="..\winlibs\SDL\src\video\wincommon"/>
 
55
                        <Add directory="..\winlibs\SDL\src\video\windx5"/>
 
56
                        <Add directory="..\winlibs\SDL\src\events"/>
 
57
                        <Add directory="..\winlibs\SDL\src\joystick"/>
 
58
                        <Add directory="..\winlibs\SDL\src\cdrom"/>
 
59
                        <Add directory="..\winlibs\SDL\src\thread"/>
 
60
                        <Add directory="..\winlibs\SDL\src\thread\win32"/>
 
61
                        <Add directory="..\winlibs\SDL\src\timer"/>
 
62
                        <Add directory="..\winlibs\SDL\include"/>
 
63
                        <Add directory="..\winlibs\SDL\include\SDL"/>
 
64
                </Compiler>
 
65
                <Linker>
 
66
                        <Add library="libdxguid.a"/>
 
67
                        <Add library="libgdi32.a"/>
 
68
                        <Add library="libwinmm.a"/>
 
69
                </Linker>
 
70
                <Unit filename="..\winlibs\SDL\VisualC\SDL\Version.rc">
 
71
                        <Option compilerVar="WINDRES"/>
 
72
                        <Option objectName="winlibs\SDL\VisualC\SDL\Version.res"/>
 
73
                        <Option target="Win32 Release"/>
 
74
                        <Option target="Win32 Debug"/>
 
75
                </Unit>
 
76
                <Unit filename="..\winlibs\SDL\src\SDL.c">
 
77
                        <Option compilerVar="CC"/>
 
78
                        <Option target="Win32 Release"/>
 
79
                        <Option target="Win32 Debug"/>
 
80
                </Unit>
 
81
                <Unit filename="..\winlibs\SDL\src\SDL_error.c">
 
82
                        <Option compilerVar="CC"/>
 
83
                        <Option target="Win32 Release"/>
 
84
                        <Option target="Win32 Debug"/>
 
85
                </Unit>
 
86
                <Unit filename="..\winlibs\SDL\src\SDL_error_c.h">
 
87
                        <Option compilerVar=""/>
 
88
                        <Option compile="0"/>
 
89
                        <Option link="0"/>
 
90
                        <Option target="Win32 Release"/>
 
91
                        <Option target="Win32 Debug"/>
 
92
                </Unit>
 
93
                <Unit filename="..\winlibs\SDL\src\SDL_fatal.c">
 
94
                        <Option compilerVar="CC"/>
 
95
                        <Option target="Win32 Release"/>
 
96
                        <Option target="Win32 Debug"/>
 
97
                </Unit>
 
98
                <Unit filename="..\winlibs\SDL\src\SDL_fatal.h">
 
99
                        <Option compilerVar=""/>
 
100
                        <Option compile="0"/>
 
101
                        <Option link="0"/>
 
102
                        <Option target="Win32 Release"/>
 
103
                        <Option target="Win32 Debug"/>
 
104
                </Unit>
 
105
                <Unit filename="..\winlibs\SDL\src\SDL_loadso.c">
 
106
                        <Option compilerVar="CC"/>
 
107
                        <Option target="Win32 Release"/>
 
108
                        <Option target="Win32 Debug"/>
 
109
                </Unit>
 
110
                <Unit filename="..\winlibs\SDL\src\audio\SDL_audio.c">
 
111
                        <Option compilerVar="CC"/>
 
112
                        <Option target="Win32 Release"/>
 
113
                        <Option target="Win32 Debug"/>
 
114
                </Unit>
 
115
                <Unit filename="..\winlibs\SDL\src\audio\SDL_audio_c.h">
 
116
                        <Option compilerVar=""/>
 
117
                        <Option compile="0"/>
 
118
                        <Option link="0"/>
 
119
                        <Option target="Win32 Release"/>
 
120
                        <Option target="Win32 Debug"/>
 
121
                </Unit>
 
122
                <Unit filename="..\winlibs\SDL\src\audio\SDL_audiocvt.c">
 
123
                        <Option compilerVar="CC"/>
 
124
                        <Option target="Win32 Release"/>
 
125
                        <Option target="Win32 Debug"/>
 
126
                </Unit>
 
127
                <Unit filename="..\winlibs\SDL\src\audio\SDL_audiomem.c">
 
128
                        <Option compilerVar="CC"/>
 
129
                        <Option target="Win32 Release"/>
 
130
                        <Option target="Win32 Debug"/>
 
131
                </Unit>
 
132
                <Unit filename="..\winlibs\SDL\src\audio\SDL_audiomem.h">
 
133
                        <Option compilerVar=""/>
 
134
                        <Option compile="0"/>
 
135
                        <Option link="0"/>
 
136
                        <Option target="Win32 Release"/>
 
137
                        <Option target="Win32 Debug"/>
 
138
                </Unit>
 
139
                <Unit filename="..\winlibs\SDL\src\audio\SDL_mixer.c">
 
140
                        <Option compilerVar="CC"/>
 
141
                        <Option target="Win32 Release"/>
 
142
                        <Option target="Win32 Debug"/>
 
143
                </Unit>
 
144
                <Unit filename="..\winlibs\SDL\src\audio\SDL_mixer_MMX_VC.c">
 
145
                        <Option compilerVar="CC"/>
 
146
                        <Option target="Win32 Release"/>
 
147
                        <Option target="Win32 Debug"/>
 
148
                </Unit>
 
149
                <Unit filename="..\winlibs\SDL\src\audio\SDL_sysaudio.h">
 
150
                        <Option compilerVar=""/>
 
151
                        <Option compile="0"/>
 
152
                        <Option link="0"/>
 
153
                        <Option target="Win32 Release"/>
 
154
                        <Option target="Win32 Debug"/>
 
155
                </Unit>
 
156
                <Unit filename="..\winlibs\SDL\src\audio\SDL_wave.c">
 
157
                        <Option compilerVar="CC"/>
 
158
                        <Option target="Win32 Release"/>
 
159
                        <Option target="Win32 Debug"/>
 
160
                </Unit>
 
161
                <Unit filename="..\winlibs\SDL\src\audio\SDL_wave.h">
 
162
                        <Option compilerVar=""/>
 
163
                        <Option compile="0"/>
 
164
                        <Option link="0"/>
 
165
                        <Option target="Win32 Release"/>
 
166
                        <Option target="Win32 Debug"/>
 
167
                </Unit>
 
168
                <Unit filename="..\winlibs\SDL\src\audio\windib\SDL_dibaudio.c">
 
169
                        <Option compilerVar="CC"/>
 
170
                        <Option target="Win32 Release"/>
 
171
                        <Option target="Win32 Debug"/>
 
172
                </Unit>
 
173
                <Unit filename="..\winlibs\SDL\src\audio\windib\SDL_dibaudio.h">
 
174
                        <Option compilerVar=""/>
 
175
                        <Option compile="0"/>
 
176
                        <Option link="0"/>
 
177
                        <Option target="Win32 Release"/>
 
178
                        <Option target="Win32 Debug"/>
 
179
                </Unit>
 
180
                <Unit filename="..\winlibs\SDL\src\audio\windx5\SDL_dx5audio.c">
 
181
                        <Option compilerVar="CC"/>
 
182
                        <Option target="Win32 Release"/>
 
183
                        <Option target="Win32 Debug"/>
 
184
                </Unit>
 
185
                <Unit filename="..\winlibs\SDL\src\audio\windx5\SDL_dx5audio.h">
 
186
                        <Option compilerVar=""/>
 
187
                        <Option compile="0"/>
 
188
                        <Option link="0"/>
 
189
                        <Option target="Win32 Release"/>
 
190
                        <Option target="Win32 Debug"/>
 
191
                </Unit>
 
192
                <Unit filename="..\winlibs\SDL\src\cdrom\SDL_cdrom.c">
 
193
                        <Option compilerVar="CC"/>
 
194
                        <Option target="Win32 Release"/>
 
195
                        <Option target="Win32 Debug"/>
 
196
                </Unit>
 
197
                <Unit filename="..\winlibs\SDL\src\cdrom\SDL_syscdrom.h">
 
198
                        <Option compilerVar=""/>
 
199
                        <Option compile="0"/>
 
200
                        <Option link="0"/>
 
201
                        <Option target="Win32 Release"/>
 
202
                        <Option target="Win32 Debug"/>
 
203
                </Unit>
 
204
                <Unit filename="..\winlibs\SDL\src\cdrom\win32\SDL_syscdrom.c">
 
205
                        <Option compilerVar="CC"/>
 
206
                        <Option target="Win32 Release"/>
 
207
                        <Option target="Win32 Debug"/>
 
208
                </Unit>
 
209
                <Unit filename="..\winlibs\SDL\src\cpuinfo\SDL_cpuinfo.c">
 
210
                        <Option compilerVar="CC"/>
 
211
                        <Option target="Win32 Release"/>
 
212
                        <Option target="Win32 Debug"/>
 
213
                </Unit>
 
214
                <Unit filename="..\winlibs\SDL\src\endian\SDL_endian.c">
 
215
                        <Option compilerVar="CC"/>
 
216
                        <Option target="Win32 Release"/>
 
217
                        <Option target="Win32 Debug"/>
 
218
                </Unit>
 
219
                <Unit filename="..\winlibs\SDL\src\events\SDL_active.c">
 
220
                        <Option compilerVar="CC"/>
 
221
                        <Option target="Win32 Release"/>
 
222
                        <Option target="Win32 Debug"/>
 
223
                </Unit>
 
224
                <Unit filename="..\winlibs\SDL\src\events\SDL_events.c">
 
225
                        <Option compilerVar="CC"/>
 
226
                        <Option target="Win32 Release"/>
 
227
                        <Option target="Win32 Debug"/>
 
228
                </Unit>
 
229
                <Unit filename="..\winlibs\SDL\src\events\SDL_events_c.h">
 
230
                        <Option compilerVar=""/>
 
231
                        <Option compile="0"/>
 
232
                        <Option link="0"/>
 
233
                        <Option target="Win32 Release"/>
 
234
                        <Option target="Win32 Debug"/>
 
235
                </Unit>
 
236
                <Unit filename="..\winlibs\SDL\src\events\SDL_expose.c">
 
237
                        <Option compilerVar="CC"/>
 
238
                        <Option target="Win32 Release"/>
 
239
                        <Option target="Win32 Debug"/>
 
240
                </Unit>
 
241
                <Unit filename="..\winlibs\SDL\src\events\SDL_keyboard.c">
 
242
                        <Option compilerVar="CC"/>
 
243
                        <Option target="Win32 Release"/>
 
244
                        <Option target="Win32 Debug"/>
 
245
                </Unit>
 
246
                <Unit filename="..\winlibs\SDL\src\events\SDL_mouse.c">
 
247
                        <Option compilerVar="CC"/>
 
248
                        <Option target="Win32 Release"/>
 
249
                        <Option target="Win32 Debug"/>
 
250
                </Unit>
 
251
                <Unit filename="..\winlibs\SDL\src\events\SDL_quit.c">
 
252
                        <Option compilerVar="CC"/>
 
253
                        <Option target="Win32 Release"/>
 
254
                        <Option target="Win32 Debug"/>
 
255
                </Unit>
 
256
                <Unit filename="..\winlibs\SDL\src\events\SDL_resize.c">
 
257
                        <Option compilerVar="CC"/>
 
258
                        <Option target="Win32 Release"/>
 
259
                        <Option target="Win32 Debug"/>
 
260
                </Unit>
 
261
                <Unit filename="..\winlibs\SDL\src\events\SDL_sysevents.h">
 
262
                        <Option compilerVar=""/>
 
263
                        <Option compile="0"/>
 
264
                        <Option link="0"/>
 
265
                        <Option target="Win32 Release"/>
 
266
                        <Option target="Win32 Debug"/>
 
267
                </Unit>
 
268
                <Unit filename="..\winlibs\SDL\src\file\SDL_rwops.c">
 
269
                        <Option compilerVar="CC"/>
 
270
                        <Option target="Win32 Release"/>
 
271
                        <Option target="Win32 Debug"/>
 
272
                </Unit>
 
273
                <Unit filename="..\winlibs\SDL\src\joystick\SDL_joystick.c">
 
274
                        <Option compilerVar="CC"/>
 
275
                        <Option target="Win32 Release"/>
 
276
                        <Option target="Win32 Debug"/>
 
277
                </Unit>
 
278
                <Unit filename="..\winlibs\SDL\src\joystick\SDL_joystick_c.h">
 
279
                        <Option compilerVar=""/>
 
280
                        <Option compile="0"/>
 
281
                        <Option link="0"/>
 
282
                        <Option target="Win32 Release"/>
 
283
                        <Option target="Win32 Debug"/>
 
284
                </Unit>
 
285
                <Unit filename="..\winlibs\SDL\src\joystick\SDL_sysjoystick.h">
 
286
                        <Option compilerVar=""/>
 
287
                        <Option compile="0"/>
 
288
                        <Option link="0"/>
 
289
                        <Option target="Win32 Release"/>
 
290
                        <Option target="Win32 Debug"/>
 
291
                </Unit>
 
292
                <Unit filename="..\winlibs\SDL\src\joystick\win32\SDL_mmjoystick.c">
 
293
                        <Option compilerVar="CC"/>
 
294
                        <Option target="Win32 Release"/>
 
295
                        <Option target="Win32 Debug"/>
 
296
                </Unit>
 
297
                <Unit filename="..\winlibs\SDL\src\thread\SDL_systhread.h">
 
298
                        <Option compilerVar=""/>
 
299
                        <Option compile="0"/>
 
300
                        <Option link="0"/>
 
301
                        <Option target="Win32 Release"/>
 
302
                        <Option target="Win32 Debug"/>
 
303
                </Unit>
 
304
                <Unit filename="..\winlibs\SDL\src\thread\SDL_thread.c">
 
305
                        <Option compilerVar="CC"/>
 
306
                        <Option target="Win32 Release"/>
 
307
                        <Option target="Win32 Debug"/>
 
308
                </Unit>
 
309
                <Unit filename="..\winlibs\SDL\src\thread\SDL_thread_c.h">
 
310
                        <Option compilerVar=""/>
 
311
                        <Option compile="0"/>
 
312
                        <Option link="0"/>
 
313
                        <Option target="Win32 Release"/>
 
314
                        <Option target="Win32 Debug"/>
 
315
                </Unit>
 
316
                <Unit filename="..\winlibs\SDL\src\thread\generic\SDL_syscond.c">
 
317
                        <Option compilerVar="CC"/>
 
318
                        <Option target="Win32 Release"/>
 
319
                        <Option target="Win32 Debug"/>
 
320
                </Unit>
 
321
                <Unit filename="..\winlibs\SDL\src\thread\win32\SDL_sysmutex.c">
 
322
                        <Option compilerVar="CC"/>
 
323
                        <Option target="Win32 Release"/>
 
324
                        <Option target="Win32 Debug"/>
 
325
                </Unit>
 
326
                <Unit filename="..\winlibs\SDL\src\thread\win32\SDL_syssem.c">
 
327
                        <Option compilerVar="CC"/>
 
328
                        <Option target="Win32 Release"/>
 
329
                        <Option target="Win32 Debug"/>
 
330
                </Unit>
 
331
                <Unit filename="..\winlibs\SDL\src\thread\win32\SDL_systhread.c">
 
332
                        <Option compilerVar="CC"/>
 
333
                        <Option target="Win32 Release"/>
 
334
                        <Option target="Win32 Debug"/>
 
335
                </Unit>
 
336
                <Unit filename="..\winlibs\SDL\src\thread\win32\SDL_systhread_c.h">
 
337
                        <Option compilerVar=""/>
 
338
                        <Option compile="0"/>
 
339
                        <Option link="0"/>
 
340
                        <Option target="Win32 Release"/>
 
341
                        <Option target="Win32 Debug"/>
 
342
                </Unit>
 
343
                <Unit filename="..\winlibs\SDL\src\timer\SDL_systimer.h">
 
344
                        <Option compilerVar=""/>
 
345
                        <Option compile="0"/>
 
346
                        <Option link="0"/>
 
347
                        <Option target="Win32 Release"/>
 
348
                        <Option target="Win32 Debug"/>
 
349
                </Unit>
 
350
                <Unit filename="..\winlibs\SDL\src\timer\SDL_timer.c">
 
351
                        <Option compilerVar="CC"/>
 
352
                        <Option target="Win32 Release"/>
 
353
                        <Option target="Win32 Debug"/>
 
354
                </Unit>
 
355
                <Unit filename="..\winlibs\SDL\src\timer\SDL_timer_c.h">
 
356
                        <Option compilerVar=""/>
 
357
                        <Option compile="0"/>
 
358
                        <Option link="0"/>
 
359
                        <Option target="Win32 Release"/>
 
360
                        <Option target="Win32 Debug"/>
 
361
                </Unit>
 
362
                <Unit filename="..\winlibs\SDL\src\timer\win32\SDL_systimer.c">
 
363
                        <Option compilerVar="CC"/>
 
364
                        <Option target="Win32 Release"/>
 
365
                        <Option target="Win32 Debug"/>
 
366
                </Unit>
 
367
                <Unit filename="..\winlibs\SDL\src\video\SDL_RLEaccel.c">
 
368
                        <Option compilerVar="CC"/>
 
369
                        <Option target="Win32 Release"/>
 
370
                        <Option target="Win32 Debug"/>
 
371
                </Unit>
 
372
                <Unit filename="..\winlibs\SDL\src\video\SDL_RLEaccel_c.h">
 
373
                        <Option compilerVar=""/>
 
374
                        <Option compile="0"/>
 
375
                        <Option link="0"/>
 
376
                        <Option target="Win32 Release"/>
 
377
                        <Option target="Win32 Debug"/>
 
378
                </Unit>
 
379
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit.c">
 
380
                        <Option compilerVar="CC"/>
 
381
                        <Option target="Win32 Release"/>
 
382
                        <Option target="Win32 Debug"/>
 
383
                </Unit>
 
384
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit.h">
 
385
                        <Option compilerVar=""/>
 
386
                        <Option compile="0"/>
 
387
                        <Option link="0"/>
 
388
                        <Option target="Win32 Release"/>
 
389
                        <Option target="Win32 Debug"/>
 
390
                </Unit>
 
391
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit_0.c">
 
392
                        <Option compilerVar="CC"/>
 
393
                        <Option target="Win32 Release"/>
 
394
                        <Option target="Win32 Debug"/>
 
395
                </Unit>
 
396
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit_1.c">
 
397
                        <Option compilerVar="CC"/>
 
398
                        <Option target="Win32 Release"/>
 
399
                        <Option target="Win32 Debug"/>
 
400
                </Unit>
 
401
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit_A.c">
 
402
                        <Option compilerVar="CC"/>
 
403
                        <Option target="Win32 Release"/>
 
404
                        <Option target="Win32 Debug"/>
 
405
                </Unit>
 
406
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit_A.h">
 
407
                        <Option compilerVar=""/>
 
408
                        <Option compile="0"/>
 
409
                        <Option link="0"/>
 
410
                        <Option target="Win32 Release"/>
 
411
                        <Option target="Win32 Debug"/>
 
412
                </Unit>
 
413
                <Unit filename="..\winlibs\SDL\src\video\SDL_blit_N.c">
 
414
                        <Option compilerVar="CC"/>
 
415
                        <Option target="Win32 Release"/>
 
416
                        <Option target="Win32 Debug"/>
 
417
                </Unit>
 
418
                <Unit filename="..\winlibs\SDL\src\video\SDL_bmp.c">
 
419
                        <Option compilerVar="CC"/>
 
420
                        <Option target="Win32 Release"/>
 
421
                        <Option target="Win32 Debug"/>
 
422
                </Unit>
 
423
                <Unit filename="..\winlibs\SDL\src\video\SDL_cursor.c">
 
424
                        <Option compilerVar="CC"/>
 
425
                        <Option target="Win32 Release"/>
 
426
                        <Option target="Win32 Debug"/>
 
427
                </Unit>
 
428
                <Unit filename="..\winlibs\SDL\src\video\SDL_cursor_c.h">
 
429
                        <Option compilerVar=""/>
 
430
                        <Option compile="0"/>
 
431
                        <Option link="0"/>
 
432
                        <Option target="Win32 Release"/>
 
433
                        <Option target="Win32 Debug"/>
 
434
                </Unit>
 
435
                <Unit filename="..\winlibs\SDL\src\video\SDL_gamma.c">
 
436
                        <Option compilerVar="CC"/>
 
437
                        <Option target="Win32 Release"/>
 
438
                        <Option target="Win32 Debug"/>
 
439
                </Unit>
 
440
                <Unit filename="..\winlibs\SDL\src\video\SDL_leaks.h">
 
441
                        <Option compilerVar=""/>
 
442
                        <Option compile="0"/>
 
443
                        <Option link="0"/>
 
444
                        <Option target="Win32 Release"/>
 
445
                        <Option target="Win32 Debug"/>
 
446
                </Unit>
 
447
                <Unit filename="..\winlibs\SDL\src\video\SDL_pixels.c">
 
448
                        <Option compilerVar="CC"/>
 
449
                        <Option target="Win32 Release"/>
 
450
                        <Option target="Win32 Debug"/>
 
451
                </Unit>
 
452
                <Unit filename="..\winlibs\SDL\src\video\SDL_pixels_c.h">
 
453
                        <Option compilerVar=""/>
 
454
                        <Option compile="0"/>
 
455
                        <Option link="0"/>
 
456
                        <Option target="Win32 Release"/>
 
457
                        <Option target="Win32 Debug"/>
 
458
                </Unit>
 
459
                <Unit filename="..\winlibs\SDL\src\video\SDL_stretch.c">
 
460
                        <Option compilerVar="CC"/>
 
461
                        <Option target="Win32 Release"/>
 
462
                        <Option target="Win32 Debug"/>
 
463
                </Unit>
 
464
                <Unit filename="..\winlibs\SDL\src\video\SDL_stretch_c.h">
 
465
                        <Option compilerVar=""/>
 
466
                        <Option compile="0"/>
 
467
                        <Option link="0"/>
 
468
                        <Option target="Win32 Release"/>
 
469
                        <Option target="Win32 Debug"/>
 
470
                </Unit>
 
471
                <Unit filename="..\winlibs\SDL\src\video\SDL_surface.c">
 
472
                        <Option compilerVar="CC"/>
 
473
                        <Option target="Win32 Release"/>
 
474
                        <Option target="Win32 Debug"/>
 
475
                </Unit>
 
476
                <Unit filename="..\winlibs\SDL\src\video\SDL_sysvideo.h">
 
477
                        <Option compilerVar=""/>
 
478
                        <Option compile="0"/>
 
479
                        <Option link="0"/>
 
480
                        <Option target="Win32 Release"/>
 
481
                        <Option target="Win32 Debug"/>
 
482
                </Unit>
 
483
                <Unit filename="..\winlibs\SDL\src\video\SDL_video.c">
 
484
                        <Option compilerVar="CC"/>
 
485
                        <Option target="Win32 Release"/>
 
486
                        <Option target="Win32 Debug"/>
 
487
                </Unit>
 
488
                <Unit filename="..\winlibs\SDL\src\video\SDL_yuv.c">
 
489
                        <Option compilerVar="CC"/>
 
490
                        <Option target="Win32 Release"/>
 
491
                        <Option target="Win32 Debug"/>
 
492
                </Unit>
 
493
                <Unit filename="..\winlibs\SDL\src\video\SDL_yuv_sw.c">
 
494
                        <Option compilerVar="CC"/>
 
495
                        <Option target="Win32 Release"/>
 
496
                        <Option target="Win32 Debug"/>
 
497
                </Unit>
 
498
                <Unit filename="..\winlibs\SDL\src\video\SDL_yuv_sw_c.h">
 
499
                        <Option compilerVar=""/>
 
500
                        <Option compile="0"/>
 
501
                        <Option link="0"/>
 
502
                        <Option target="Win32 Release"/>
 
503
                        <Option target="Win32 Debug"/>
 
504
                </Unit>
 
505
                <Unit filename="..\winlibs\SDL\src\video\SDL_yuvfuncs.h">
 
506
                        <Option compilerVar=""/>
 
507
                        <Option compile="0"/>
 
508
                        <Option link="0"/>
 
509
                        <Option target="Win32 Release"/>
 
510
                        <Option target="Win32 Debug"/>
 
511
                </Unit>
 
512
                <Unit filename="..\winlibs\SDL\src\video\blank_cursor.h">
 
513
                        <Option compilerVar=""/>
 
514
                        <Option compile="0"/>
 
515
                        <Option link="0"/>
 
516
                        <Option target="Win32 Release"/>
 
517
                        <Option target="Win32 Debug"/>
 
518
                </Unit>
 
519
                <Unit filename="..\winlibs\SDL\src\video\default_cursor.h">
 
520
                        <Option compilerVar=""/>
 
521
                        <Option compile="0"/>
 
522
                        <Option link="0"/>
 
523
                        <Option target="Win32 Release"/>
 
524
                        <Option target="Win32 Debug"/>
 
525
                </Unit>
 
526
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_lowvideo.h">
 
527
                        <Option compilerVar=""/>
 
528
                        <Option compile="0"/>
 
529
                        <Option link="0"/>
 
530
                        <Option target="Win32 Release"/>
 
531
                        <Option target="Win32 Debug"/>
 
532
                </Unit>
 
533
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_sysevents.c">
 
534
                        <Option compilerVar="CC"/>
 
535
                        <Option target="Win32 Release"/>
 
536
                        <Option target="Win32 Debug"/>
 
537
                </Unit>
 
538
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_sysmouse.c">
 
539
                        <Option compilerVar="CC"/>
 
540
                        <Option target="Win32 Release"/>
 
541
                        <Option target="Win32 Debug"/>
 
542
                </Unit>
 
543
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_sysmouse_c.h">
 
544
                        <Option compilerVar=""/>
 
545
                        <Option compile="0"/>
 
546
                        <Option link="0"/>
 
547
                        <Option target="Win32 Release"/>
 
548
                        <Option target="Win32 Debug"/>
 
549
                </Unit>
 
550
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_syswm.c">
 
551
                        <Option compilerVar="CC"/>
 
552
                        <Option target="Win32 Release"/>
 
553
                        <Option target="Win32 Debug"/>
 
554
                </Unit>
 
555
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_syswm_c.h">
 
556
                        <Option compilerVar=""/>
 
557
                        <Option compile="0"/>
 
558
                        <Option link="0"/>
 
559
                        <Option target="Win32 Release"/>
 
560
                        <Option target="Win32 Debug"/>
 
561
                </Unit>
 
562
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_wingl.c">
 
563
                        <Option compilerVar="CC"/>
 
564
                        <Option target="Win32 Release"/>
 
565
                        <Option target="Win32 Debug"/>
 
566
                </Unit>
 
567
                <Unit filename="..\winlibs\SDL\src\video\wincommon\SDL_wingl_c.h">
 
568
                        <Option compilerVar=""/>
 
569
                        <Option compile="0"/>
 
570
                        <Option link="0"/>
 
571
                        <Option target="Win32 Release"/>
 
572
                        <Option target="Win32 Debug"/>
 
573
                </Unit>
 
574
                <Unit filename="..\winlibs\SDL\src\video\wincommon\wmmsg.h">
 
575
                        <Option compilerVar=""/>
 
576
                        <Option compile="0"/>
 
577
                        <Option link="0"/>
 
578
                        <Option target="Win32 Release"/>
 
579
                        <Option target="Win32 Debug"/>
 
580
                </Unit>
 
581
                <Unit filename="..\winlibs\SDL\src\video\windib\SDL_dibevents.c">
 
582
                        <Option compilerVar="CC"/>
 
583
                        <Option target="Win32 Release"/>
 
584
                        <Option target="Win32 Debug"/>
 
585
                </Unit>
 
586
                <Unit filename="..\winlibs\SDL\src\video\windib\SDL_dibevents_c.h">
 
587
                        <Option compilerVar=""/>
 
588
                        <Option compile="0"/>
 
589
                        <Option link="0"/>
 
590
                        <Option target="Win32 Release"/>
 
591
                        <Option target="Win32 Debug"/>
 
592
                </Unit>
 
593
                <Unit filename="..\winlibs\SDL\src\video\windib\SDL_dibvideo.c">
 
594
                        <Option compilerVar="CC"/>
 
595
                        <Option target="Win32 Release"/>
 
596
                        <Option target="Win32 Debug"/>
 
597
                </Unit>
 
598
                <Unit filename="..\winlibs\SDL\src\video\windib\SDL_dibvideo.h">
 
599
                        <Option compilerVar=""/>
 
600
                        <Option compile="0"/>
 
601
                        <Option link="0"/>
 
602
                        <Option target="Win32 Release"/>
 
603
                        <Option target="Win32 Debug"/>
 
604
                </Unit>
 
605
                <Unit filename="..\winlibs\SDL\src\video\windib\SDL_vkeys.h">
 
606
                        <Option compilerVar=""/>
 
607
                        <Option compile="0"/>
 
608
                        <Option link="0"/>
 
609
                        <Option target="Win32 Release"/>
 
610
                        <Option target="Win32 Debug"/>
 
611
                </Unit>
 
612
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5events.c">
 
613
                        <Option compilerVar="CC"/>
 
614
                        <Option target="Win32 Release"/>
 
615
                        <Option target="Win32 Debug"/>
 
616
                </Unit>
 
617
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5events_c.h">
 
618
                        <Option compilerVar=""/>
 
619
                        <Option compile="0"/>
 
620
                        <Option link="0"/>
 
621
                        <Option target="Win32 Release"/>
 
622
                        <Option target="Win32 Debug"/>
 
623
                </Unit>
 
624
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5video.c">
 
625
                        <Option compilerVar="CC"/>
 
626
                        <Option target="Win32 Release"/>
 
627
                        <Option target="Win32 Debug"/>
 
628
                </Unit>
 
629
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5video.h">
 
630
                        <Option compilerVar=""/>
 
631
                        <Option compile="0"/>
 
632
                        <Option link="0"/>
 
633
                        <Option target="Win32 Release"/>
 
634
                        <Option target="Win32 Debug"/>
 
635
                </Unit>
 
636
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5yuv.c">
 
637
                        <Option compilerVar="CC"/>
 
638
                        <Option target="Win32 Release"/>
 
639
                        <Option target="Win32 Debug"/>
 
640
                </Unit>
 
641
                <Unit filename="..\winlibs\SDL\src\video\windx5\SDL_dx5yuv_c.h">
 
642
                        <Option compilerVar=""/>
 
643
                        <Option compile="0"/>
 
644
                        <Option link="0"/>
 
645
                        <Option target="Win32 Release"/>
 
646
                        <Option target="Win32 Debug"/>
 
647
                </Unit>
 
648
                <Unit filename="..\winlibs\SDL\src\video\windx5\directx.h">
 
649
                        <Option compilerVar=""/>
 
650
                        <Option compile="0"/>
 
651
                        <Option link="0"/>
 
652
                        <Option target="Win32 Release"/>
 
653
                        <Option target="Win32 Debug"/>
 
654
                </Unit>
 
655
        </Project>
 
656
</CodeBlocks_project_file>