Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
1302 lines (1302 loc) · 26.2 KB

SDL_VS2008.vcproj

File metadata and controls

1302 lines (1302 loc) · 26.2 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="SDL"
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
RootNamespace="SDL"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
Feb 16, 2011
Feb 16, 2011
32
CommandLine=""
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug/SDL.tlb"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
Feb 18, 2011
Feb 18, 2011
54
AdditionalIncludeDirectories="..\..\include"
55
PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
Jan 19, 2011
Jan 19, 2011
56
RuntimeLibrary="3"
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
BufferSecurityCheck="false"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Aug 29, 2010
Aug 29, 2010
77
AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
78
OutputFile="$(IntDir)\SDL.dll"
Jan 9, 2011
Jan 9, 2011
79
SuppressStartupBanner="true"
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
SubSystem="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Debug/SDL.tlb"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
RuntimeLibrary="2"
BufferSecurityCheck="false"
WarningLevel="3"
Jan 9, 2011
Jan 9, 2011
143
SuppressStartupBanner="true"
144
Detect64BitPortabilityProblems="false"
Feb 18, 2011
Feb 18, 2011
145
DebugInformationFormat="3"
Jan 9, 2011
Jan 9, 2011
146
CompileAs="0"
147
148
149
150
151
152
153
154
155
156
157
158
159
160
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 9, 2011
Jan 9, 2011
161
AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
162
OutputFile="$(IntDir)\SDL.dll"
Jan 9, 2011
Jan 9, 2011
163
SuppressStartupBanner="true"
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
Feb 16, 2011
Feb 16, 2011
202
CommandLine=""
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Release/SDL.tlb"
/>
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="false"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="false"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Aug 29, 2010
Aug 29, 2010
249
AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
250
OutputFile="$(IntDir)\SDL.dll"
Jan 9, 2011
Jan 9, 2011
251
SuppressStartupBanner="true"
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
IgnoreAllDefaultLibraries="true"
SubSystem="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/SDL.tlb"
/>
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="false"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
WarningLevel="3"
Jan 9, 2011
Jan 9, 2011
317
SuppressStartupBanner="true"
318
Detect64BitPortabilityProblems="false"
Jan 9, 2011
Jan 9, 2011
319
CompileAs="0"
320
321
322
323
324
325
326
327
328
329
330
331
332
333
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Jan 9, 2011
Jan 9, 2011
334
AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
335
OutputFile="$(IntDir)\SDL.dll"
Jan 9, 2011
Jan 9, 2011
336
SuppressStartupBanner="true"
337
338
IgnoreAllDefaultLibraries="true"
SubSystem="2"
Jan 9, 2011
Jan 9, 2011
339
TargetMachine="17"
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="API Headers"
>
<File
RelativePath="..\..\include\SDL.h"
>
</File>
Jan 15, 2010
Jan 15, 2010
374
375
376
377
<File
RelativePath="..\..\include\SDL_assert.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
378
379
380
381
<File
RelativePath="..\..\include\SDL_atomic.h"
>
</File>
382
383
384
385
<File
RelativePath="..\..\include\SDL_audio.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
386
387
388
389
<File
RelativePath="..\..\include\SDL_blendmode.h"
>
</File>
Jul 8, 2010
Jul 8, 2010
390
391
392
393
<File
RelativePath="..\..\include\SDL_clipboard.h"
>
</File>
394
395
396
397
<File
RelativePath="..\..\include\SDL_compat.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
398
399
400
401
<File
RelativePath="..\..\include\SDL_config.h"
>
</File>
Jan 21, 2011
Jan 21, 2011
403
RelativePath="..\..\include\SDL_config_windows.h"
Dec 24, 2009
Dec 24, 2009
406
407
408
409
<File
RelativePath="..\..\include\SDL_copying.h"
>
</File>
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<File
RelativePath="..\..\include\SDL_cpuinfo.h"
>
</File>
<File
RelativePath="..\..\include\SDL_endian.h"
>
</File>
<File
RelativePath="..\..\include\SDL_error.h"
>
</File>
<File
RelativePath="..\..\include\SDL_events.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
426
427
428
429
<File
RelativePath="..\..\include\SDL_gesture.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
430
431
432
433
<File
RelativePath="..\..\include\SDL_haptic.h"
>
</File>
Feb 5, 2011
Feb 5, 2011
434
435
436
437
<File
RelativePath="..\..\include\SDL_hints.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
438
439
440
441
<File
RelativePath="..\..\include\SDL_input.h"
>
</File>
442
443
444
445
446
447
448
449
450
<File
RelativePath="..\..\include\SDL_joystick.h"
>
</File>
<File
RelativePath="..\..\include\SDL_keyboard.h"
>
</File>
<File
Feb 16, 2011
Feb 16, 2011
451
RelativePath="..\..\include\SDL_keycode.h"
452
453
454
455
456
457
>
</File>
<File
RelativePath="..\..\include\SDL_loadso.h"
>
</File>
Feb 8, 2011
Feb 8, 2011
458
459
460
461
<File
RelativePath="..\..\include\SDL_log.h"
>
</File>
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<File
RelativePath="..\..\include\SDL_main.h"
>
</File>
<File
RelativePath="..\..\include\SDL_mouse.h"
>
</File>
<File
RelativePath="..\..\include\SDL_mutex.h"
>
</File>
<File
RelativePath="..\..\include\SDL_name.h"
>
</File>
<File
RelativePath="..\..\include\SDL_opengl.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
482
483
484
485
<File
RelativePath="..\..\include\SDL_opengles.h"
>
</File>
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<File
RelativePath="..\..\include\SDL_pixels.h"
>
</File>
<File
RelativePath="..\..\include\SDL_platform.h"
>
</File>
<File
RelativePath="..\..\include\SDL_power.h"
>
</File>
<File
RelativePath="..\..\include\SDL_quit.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
502
503
504
505
<File
RelativePath="..\..\include\SDL_rect.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
506
507
508
509
<File
RelativePath="..\..\include\SDL_render.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
510
511
512
513
<File
RelativePath="..\..\include\SDL_revision.h"
>
</File>
514
515
516
517
<File
RelativePath="..\..\include\SDL_rwops.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
518
519
520
521
<File
RelativePath="..\..\include\SDL_scancode.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
522
523
524
525
<File
RelativePath="..\..\include\SDL_shape.h"
>
</File>
526
527
528
529
<File
RelativePath="..\..\include\SDL_stdinc.h"
>
</File>
Dec 24, 2009
Dec 24, 2009
530
531
532
533
<File
RelativePath="..\..\include\SDL_surface.h"
>
</File>
534
535
536
537
538
539
540
541
542
543
544
545
<File
RelativePath="..\..\include\SDL_syswm.h"
>
</File>
<File
RelativePath="..\..\include\SDL_thread.h"
>
</File>
<File
RelativePath="..\..\include\SDL_timer.h"
>
</File>
Feb 2, 2011
Feb 2, 2011
546
547
548
549
<File
RelativePath="..\..\include\SDL_touch.h"
>
</File>
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<File
RelativePath="..\..\include\SDL_types.h"
>
</File>
<File
RelativePath="..\..\include\SDL_version.h"
>
</File>
<File
RelativePath="..\..\include\SDL_video.h"
>
</File>
</Filter>
<File
RelativePath="..\..\src\events\blank_cursor.h"
>
</File>
<File
RelativePath="..\..\src\events\default_cursor.h"
>
</File>
<File
RelativePath="..\..\src\audio\windx5\directx.h"
>
</File>
Aug 29, 2010
Aug 29, 2010
575
576
577
578
<File
RelativePath="..\..\src\libm\e_atan2.c"
>
</File>
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<File
RelativePath="..\..\src\libm\e_log.c"
>
</File>
<File
RelativePath="..\..\src\libm\e_pow.c"
>
</File>
<File
RelativePath="..\..\src\libm\e_rem_pio2.c"
>
</File>
<File
RelativePath="..\..\src\libm\e_sqrt.c"
>
</File>
<File
RelativePath="..\..\src\libm\k_cos.c"
>
</File>
<File
RelativePath="..\..\src\libm\k_rem_pio2.c"
>
</File>
<File
RelativePath="..\..\src\libm\k_sin.c"
>
</File>
<File
RelativePath="..\..\src\libm\math.h"
>
</File>
<File
RelativePath="..\..\src\libm\math_private.h"
>
</File>
<File
Feb 3, 2011
Feb 3, 2011
616
RelativePath="..\..\src\render\mmx.h"
Aug 29, 2010
Aug 29, 2010
619
620
621
622
<File
RelativePath="..\..\src\libm\s_atan.c"
>
</File>
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<File
RelativePath="..\..\src\libm\s_copysign.c"
>
</File>
<File
RelativePath="..\..\src\libm\s_cos.c"
>
</File>
<File
RelativePath="..\..\src\libm\s_fabs.c"
>
</File>
<File
RelativePath="..\..\src\libm\s_floor.c"
>
</File>
<File
RelativePath="..\..\src\libm\s_scalbn.c"
>
</File>
<File
RelativePath="..\..\src\libm\s_sin.c"
>
</File>
<File
RelativePath="..\..\src\SDL.c"
>
</File>
Jan 15, 2010
Jan 15, 2010
651
652
653
654
655
<File
RelativePath="..\..\src\SDL_assert.c"
>
</File>
<File
Jan 15, 2011
Jan 15, 2011
656
657
658
RelativePath="..\..\src\atomic\SDL_atomic.c"
>
</File>
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<File
RelativePath="..\..\src\audio\SDL_audio.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audio_c.h"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audiocvt.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audiodev.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audiodev_c.h"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audiomem.h"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
>
</File>
Dec 24, 2009
Dec 24, 2009
687
<File
Feb 3, 2011
Feb 3, 2011
688
689
690
691
692
RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
>
</File>
<File
RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
Dec 24, 2009
Dec 24, 2009
693
694
>
</File>
Feb 3, 2011
Feb 3, 2011
696
RelativePath="..\..\src\render\software\SDL_blendline.c"
697
698
699
>
</File>
<File
Feb 3, 2011
Feb 3, 2011
700
RelativePath="..\..\src\render\software\SDL_blendline.h"
701
702
703
>
</File>
<File
Feb 3, 2011
Feb 3, 2011
704
705
706
707
708
RelativePath="..\..\src\render\software\SDL_blendpoint.c"
>
</File>
<File
RelativePath="..\..\src\render\software\SDL_blendpoint.h"
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_0.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_1.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_A.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_auto.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_auto.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_copy.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_copy.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_N.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_slow.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_blit_slow.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_bmp.c"
>
</File>
Jul 8, 2010
Jul 8, 2010
763
764
765
766
<File
RelativePath="..\..\src\video\SDL_clipboard.c"
>
</File>
Jul 9, 2010
Jul 9, 2010
767
768
769
770
771
772
773
774
<File
RelativePath="..\..\src\events\SDL_clipboardevents.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
>
</File>
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<File
RelativePath="..\..\src\SDL_compat.c"
>
</File>
<File
RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
>
</File>
<File
RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
>
</File>
<File
RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
>
</File>
<File
RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
>
</File>
<File
RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
>
</File>
Feb 3, 2011
Feb 3, 2011
799
800
801
802
<File
RelativePath="..\..\src\render\software\SDL_draw.h"
>
</File>
Feb 3, 2011
Feb 3, 2011
804
805
806
807
808
RelativePath="..\..\src\render\software\SDL_drawline.c"
>
</File>
<File
RelativePath="..\..\src\render\software\SDL_drawline.h"
809
810
811
>
</File>
<File
Feb 3, 2011
Feb 3, 2011
812
RelativePath="..\..\src\render\software\SDL_drawpoint.c"
Dec 24, 2009
Dec 24, 2009
815
<File
Feb 3, 2011
Feb 3, 2011
816
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
Dec 24, 2009
Dec 24, 2009
817
818
>
</File>
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<File
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
>
</File>
<File
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
>
</File>
<File
RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c"
>
</File>
<File
RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h"
>
</File>
<File
Jan 21, 2011
Jan 21, 2011
836
RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
>
</File>
<File
RelativePath="..\..\src\SDL_error.c"
>
</File>
<File
RelativePath="..\..\src\SDL_error_c.h"
>
</File>
<File
RelativePath="..\..\src\events\SDL_events.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_events_c.h"
>
</File>
<File
RelativePath="..\..\src\SDL_fatal.c"
>
</File>
<File
RelativePath="..\..\src\SDL_fatal.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_fillrect.c"
>
</File>
Aug 29, 2010
Aug 29, 2010
867
868
869
870
871
872
873
874
<File
RelativePath="..\..\src\events\SDL_gesture.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_gesture_c.h"
>
</File>
875
876
877
878
<File
RelativePath="..\..\src\stdlib\SDL_getenv.c"
>
</File>
Jan 15, 2010
Jan 15, 2010
879
880
881
882
<File
RelativePath="..\..\src\video\SDL_glesfuncs.h"
>
</File>
883
884
885
886
887
888
889
890
<File
RelativePath="..\..\src\video\SDL_glfuncs.h"
>
</File>
<File
RelativePath="..\..\src\haptic\SDL_haptic.c"
>
</File>
Feb 5, 2011
Feb 5, 2011
891
892
893
894
<File
RelativePath="..\..\src\SDL_hints.c"
>
</File>
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
<File
RelativePath="..\..\src\stdlib\SDL_iconv.c"
>
</File>
<File
RelativePath="..\..\src\joystick\SDL_joystick.c"
>
</File>
<File
RelativePath="..\..\src\joystick\SDL_joystick_c.h"
>
</File>
<File
RelativePath="..\..\src\events\SDL_keyboard.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_keyboard_c.h"
>
</File>
Feb 8, 2011
Feb 8, 2011
915
916
917
918
<File
RelativePath="..\..\src\SDL_log.c"
>
</File>
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
<File
RelativePath="..\..\src\stdlib\SDL_malloc.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_m68k.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_m68k.h"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_MMX.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_MMX.h"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c"
>
</File>
<File
RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h"
>
</File>
<File
Jan 21, 2011
Jan 21, 2011
952
RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
>
</File>
<File
RelativePath="..\..\src\events\SDL_mouse.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_mouse_c.h"
>
</File>
<File
RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
>
</File>
<File
RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
>
</File>
Feb 3, 2011
Feb 3, 2011
971
972
973
974
975
976
977
978
<File
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
>
</File>
<File
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
>
</File>
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<File
RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
>
</File>
<File
RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_pixels.c"
>
</File>
<File
RelativePath="..\..\src\video\SDL_pixels_c.h"
>
</File>
<File
RelativePath="..\..\src\power\SDL_power.c"
>
</File>
<File
RelativePath="..\..\src\stdlib\SDL_qsort.c"