annotate VisualC/SDL/SDL_VS2005.vcproj @ 5110:d68e9722ff4d

Fixed bug #1109 Ozkan Sezer 2011-01-26 12:33:42 PST I got warnings from SDL_windowskeyboard.c when I compiled for win64.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 08:40:06 -0800
parents 124cda437b07
children 16a326715f39
rev   line source
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="Windows-1252"?>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 <VisualStudioProject
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ProjectType="Visual C++"
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
4 Version="8.00"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 Name="SDL"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 RootNamespace="SDL"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 <Platforms>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 <Platform
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 Name="Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 />
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
13 <Platform
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
14 Name="x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
15 />
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 </Platforms>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 <ToolFiles>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 </ToolFiles>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 <Configurations>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 <Configuration
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 Name="Debug|Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 OutputDirectory=".\Debug"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 IntermediateDirectory=".\Debug"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 ConfigurationType="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 UseOfMFC="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 ATLMinimizesCRunTimeLibraryUsage="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 Name="VCPreBuildEventTool"
3357
2d19d10e24d5 Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3252
diff changeset
31 Description="Making sure basic SDL headers are in place..."
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
32 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 Name="VCCustomBuildTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 Name="VCXMLDataGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 Name="VCWebServiceProxyGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 Name="VCMIDLTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 PreprocessorDefinitions="_DEBUG"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 MkTypLibCompatible="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 TargetEnvironment="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 TypeLibraryName=".\Debug/SDL.tlb"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 Name="VCCLCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 Optimization="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 AdditionalIncludeDirectories="..\..\include"
2264
f7f80b822c1f Enabled SSE2 intrinsics
Sam Lantinga <slouken@libsdl.org>
parents: 2261
diff changeset
55 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 RuntimeLibrary="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 BufferSecurityCheck="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 UsePrecompiledHeader="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 WarningLevel="3"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 Detect64BitPortabilityProblems="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 DebugInformationFormat="4"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 CompileAs="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 Name="VCManagedResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
69 Name="VCResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 PreprocessorDefinitions="_DEBUG"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 Culture="1033"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 Name="VCPreLinkEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
75 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
76 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
77 Name="VCLinkerTool"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
78 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
79 OutputFile="$(IntDir)\SDL.dll"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
80 SuppressStartupBanner="true"
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
81 IgnoreAllDefaultLibraries="true"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
82 GenerateDebugInformation="true"
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
83 SubSystem="2"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
84 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
85 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
86 Name="VCALinkTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
87 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
88 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 Name="VCManifestTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 Name="VCXDCMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 Name="VCBscMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
98 Name="VCFxCopTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
100 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
101 Name="VCAppVerifierTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
102 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
103 <Tool
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
104 Name="VCWebDeploymentTool"
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
105 />
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
106 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
107 Name="VCPostBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
108 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
109 </Configuration>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
110 <Configuration
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
111 Name="Debug|x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
112 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
113 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
114 ConfigurationType="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
116 UseOfMFC="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
117 ATLMinimizesCRunTimeLibraryUsage="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
118 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
119 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
120 Name="VCPreBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
121 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
122 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
123 Name="VCCustomBuildTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
124 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
125 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
126 Name="VCXMLDataGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
127 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
128 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
129 Name="VCWebServiceProxyGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
130 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
131 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
132 Name="VCMIDLTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
133 PreprocessorDefinitions="_DEBUG"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
134 MkTypLibCompatible="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
135 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
136 TargetEnvironment="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
137 TypeLibraryName=".\Debug/SDL.tlb"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
138 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
139 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
140 Name="VCCLCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
141 Optimization="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
142 AdditionalIncludeDirectories="..\..\include"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
143 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
144 RuntimeLibrary="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
145 BufferSecurityCheck="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
146 WarningLevel="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
147 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
148 Detect64BitPortabilityProblems="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
149 DebugInformationFormat="4"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
150 CompileAs="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
151 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
152 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
153 Name="VCManagedResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
154 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
155 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
156 Name="VCResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
157 PreprocessorDefinitions="_DEBUG"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
158 Culture="1033"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
159 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
160 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
161 Name="VCPreLinkEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
162 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
163 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
164 Name="VCLinkerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
165 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
166 OutputFile="$(IntDir)\SDL.dll"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
167 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
168 IgnoreAllDefaultLibraries="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
169 GenerateDebugInformation="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
170 SubSystem="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
171 TargetMachine="17"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
172 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
173 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
174 Name="VCALinkTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
175 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
176 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
177 Name="VCManifestTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
178 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
179 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
180 Name="VCXDCMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
181 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
182 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
183 Name="VCBscMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
184 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
185 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
186 Name="VCFxCopTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
187 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
188 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
189 Name="VCAppVerifierTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
190 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
191 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
192 Name="VCWebDeploymentTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
193 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
194 <Tool
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 Name="VCPostBuildEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 </Configuration>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
198 <Configuration
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
199 Name="Release|Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
200 OutputDirectory=".\Release"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
201 IntermediateDirectory=".\Release"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
202 ConfigurationType="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
203 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
204 UseOfMFC="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
205 ATLMinimizesCRunTimeLibraryUsage="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
206 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
207 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
208 Name="VCPreBuildEventTool"
3357
2d19d10e24d5 Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3252
diff changeset
209 Description="Making sure basic SDL headers are in place..."
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
210 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
211 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
212 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
213 Name="VCCustomBuildTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
214 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
215 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
216 Name="VCXMLDataGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
217 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
218 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
219 Name="VCWebServiceProxyGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
220 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
221 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
222 Name="VCMIDLTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
223 PreprocessorDefinitions="NDEBUG"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
224 MkTypLibCompatible="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
225 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
226 TargetEnvironment="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
227 TypeLibraryName=".\Release/SDL.tlb"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
228 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
229 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
230 Name="VCCLCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
231 InlineFunctionExpansion="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
232 EnableIntrinsicFunctions="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
233 AdditionalIncludeDirectories="..\..\include"
2264
f7f80b822c1f Enabled SSE2 intrinsics
Sam Lantinga <slouken@libsdl.org>
parents: 2261
diff changeset
234 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
235 StringPooling="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
236 RuntimeLibrary="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
237 BufferSecurityCheck="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
238 EnableFunctionLevelLinking="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
239 UsePrecompiledHeader="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
240 WarningLevel="3"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
241 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
242 Detect64BitPortabilityProblems="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
243 CompileAs="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
244 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
245 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
246 Name="VCManagedResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
247 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
248 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
249 Name="VCResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
250 PreprocessorDefinitions="NDEBUG"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
251 Culture="1033"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
252 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
253 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
254 Name="VCPreLinkEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
255 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
256 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
257 Name="VCLinkerTool"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
258 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
259 OutputFile="$(IntDir)\SDL.dll"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
260 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
261 IgnoreAllDefaultLibraries="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
262 SubSystem="2"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
263 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
264 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
265 Name="VCALinkTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
266 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
267 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
268 Name="VCManifestTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
269 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
270 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
271 Name="VCXDCMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
272 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
273 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
274 Name="VCBscMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
275 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
276 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
277 Name="VCFxCopTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
278 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
279 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
280 Name="VCAppVerifierTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
281 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
282 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
283 Name="VCWebDeploymentTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
284 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
285 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
286 Name="VCPostBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
287 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
288 </Configuration>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
289 <Configuration
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
290 Name="Release|x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
291 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
292 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
293 ConfigurationType="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
294 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
295 UseOfMFC="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
296 ATLMinimizesCRunTimeLibraryUsage="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
297 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
298 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
299 Name="VCPreBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
300 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
301 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
302 Name="VCCustomBuildTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
303 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
304 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
305 Name="VCXMLDataGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
306 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
307 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
308 Name="VCWebServiceProxyGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
309 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
310 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
311 Name="VCMIDLTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
312 PreprocessorDefinitions="NDEBUG"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
313 MkTypLibCompatible="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
314 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
315 TargetEnvironment="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
316 TypeLibraryName=".\Release/SDL.tlb"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
317 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
318 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
319 Name="VCCLCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
320 InlineFunctionExpansion="1"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
321 EnableIntrinsicFunctions="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
322 AdditionalIncludeDirectories="..\..\include"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
323 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
324 StringPooling="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
325 RuntimeLibrary="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
326 BufferSecurityCheck="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
327 EnableFunctionLevelLinking="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
328 WarningLevel="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
329 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
330 Detect64BitPortabilityProblems="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
331 CompileAs="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
332 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
333 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
334 Name="VCManagedResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
335 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
336 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
337 Name="VCResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
338 PreprocessorDefinitions="NDEBUG"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
339 Culture="1033"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
340 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
341 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
342 Name="VCPreLinkEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
343 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
344 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
345 Name="VCLinkerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
346 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
347 OutputFile="$(IntDir)\SDL.dll"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
348 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
349 IgnoreAllDefaultLibraries="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
350 SubSystem="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
351 TargetMachine="17"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
352 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
353 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
354 Name="VCALinkTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
355 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
356 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
357 Name="VCManifestTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
358 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
359 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
360 Name="VCXDCMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
361 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
362 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
363 Name="VCBscMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
364 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
365 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
366 Name="VCFxCopTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
367 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
368 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
369 Name="VCAppVerifierTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
370 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
371 <Tool
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
372 Name="VCWebDeploymentTool"
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
373 />
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
374 <Tool
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
375 Name="VCPostBuildEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
376 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
377 </Configuration>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
378 </Configurations>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
379 <References>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
380 </References>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
381 <Files>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
382 <Filter
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
383 Name="API Headers"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
384 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
385 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
386 RelativePath="..\..\include\SDL.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
387 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
388 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
389 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
390 RelativePath="..\..\include\SDL_assert.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
391 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
392 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
393 <File
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
394 RelativePath="..\..\include\SDL_atomic.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
395 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
396 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
397 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
398 RelativePath="..\..\include\SDL_audio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
399 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
400 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
401 <File
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
402 RelativePath="..\..\include\SDL_clipboard.h"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
403 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
404 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
405 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
406 RelativePath="..\..\include\SDL_compat.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
407 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
408 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
409 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
410 RelativePath="..\..\include\SDL_config.h"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
411 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
412 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
413 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
414 RelativePath="..\..\include\SDL_config_windows.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
415 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
416 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
417 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
418 RelativePath="..\..\include\SDL_copying.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
419 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
420 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
421 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
422 RelativePath="..\..\include\SDL_cpuinfo.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
423 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
424 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
425 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
426 RelativePath="..\..\include\SDL_endian.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
427 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
428 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
429 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
430 RelativePath="..\..\include\SDL_error.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
431 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
432 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
433 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
434 RelativePath="..\..\include\SDL_events.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
435 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
436 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
437 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
438 RelativePath="..\..\include\SDL_haptic.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
439 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
440 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
441 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
442 RelativePath="..\..\include\SDL_joystick.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
443 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
444 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
445 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
446 RelativePath="..\..\include\SDL_keyboard.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
447 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
448 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
449 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
450 RelativePath="..\..\include\SDL_keysym.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
451 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
452 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
453 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
454 RelativePath="..\..\include\SDL_loadso.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
455 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
456 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
457 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
458 RelativePath="..\..\include\SDL_main.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
459 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
460 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
461 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
462 RelativePath="..\..\include\SDL_mouse.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
463 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
464 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
465 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
466 RelativePath="..\..\include\SDL_mutex.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
467 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
468 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
469 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
470 RelativePath="..\..\include\SDL_name.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
471 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
472 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
473 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
474 RelativePath="..\..\include\SDL_opengl.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
475 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
476 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
477 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
478 RelativePath="..\..\include\SDL_opengles.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
479 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
480 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
481 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
482 RelativePath="..\..\include\SDL_pixels.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
483 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
484 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
485 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
486 RelativePath="..\..\include\SDL_platform.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
487 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
488 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
489 <File
3198
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
490 RelativePath="..\..\include\SDL_power.h"
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
491 >
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
492 </File>
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
493 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
494 RelativePath="..\..\include\SDL_quit.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
495 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
496 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
497 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
498 RelativePath="..\..\include\SDL_rect.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
499 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
500 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
501 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
502 RelativePath="..\..\include\SDL_revision.h"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
503 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
504 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
505 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
506 RelativePath="..\..\include\SDL_rwops.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
507 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
508 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
509 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
510 RelativePath="..\..\include\SDL_scancode.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
511 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
512 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
513 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
514 RelativePath="..\..\include\SDL_stdinc.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
515 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
516 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
517 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
518 RelativePath="..\..\include\SDL_surface.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
519 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
520 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
521 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
522 RelativePath="..\..\include\SDL_syswm.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
523 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
524 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
525 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
526 RelativePath="..\..\include\SDL_thread.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
527 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
528 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
529 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
530 RelativePath="..\..\include\SDL_timer.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
531 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
532 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
533 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
534 RelativePath="..\..\include\SDL_types.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
535 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
536 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
537 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
538 RelativePath="..\..\include\SDL_version.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
539 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
540 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
541 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
542 RelativePath="..\..\include\SDL_video.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
543 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
544 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
545 </Filter>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
546 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
547 RelativePath="..\..\src\events\blank_cursor.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
548 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
549 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
550 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
551 RelativePath="..\..\src\events\default_cursor.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
552 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
553 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
554 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
555 RelativePath="..\..\src\audio\windx5\directx.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
556 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
557 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
558 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
559 RelativePath="..\..\src\libm\e_atan2.c"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
560 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
561 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
562 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
563 RelativePath="..\..\src\libm\e_log.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
564 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
565 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
566 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
567 RelativePath="..\..\src\libm\e_pow.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
568 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
569 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
570 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
571 RelativePath="..\..\src\libm\e_rem_pio2.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
572 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
573 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
574 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
575 RelativePath="..\..\src\libm\e_sqrt.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
576 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
577 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
578 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
579 RelativePath="..\..\src\libm\k_cos.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
580 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
581 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
582 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
583 RelativePath="..\..\src\libm\k_rem_pio2.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
584 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
585 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
586 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
587 RelativePath="..\..\src\libm\k_sin.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
588 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
589 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
590 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
591 RelativePath="..\..\src\libm\math.h"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
592 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
593 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
594 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
595 RelativePath="..\..\src\libm\math_private.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
596 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
597 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
598 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
599 RelativePath="..\..\src\video\mmx.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
600 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
601 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
602 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
603 RelativePath="..\..\src\libm\s_atan.c"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
604 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
605 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
606 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
607 RelativePath="..\..\src\libm\s_copysign.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
608 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
609 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
610 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
611 RelativePath="..\..\src\libm\s_cos.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
612 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
613 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
614 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
615 RelativePath="..\..\src\libm\s_fabs.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
616 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
617 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
618 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
619 RelativePath="..\..\src\libm\s_floor.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
620 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
621 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
622 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
623 RelativePath="..\..\src\libm\s_scalbn.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
624 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
625 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
626 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
627 RelativePath="..\..\src\libm\s_sin.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
628 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
629 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
630 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
631 RelativePath="..\..\src\SDL.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
632 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
633 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
634 <File
3074
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
635 RelativePath="..\..\src\video\SDL_alphamult.c"
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
636 >
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
637 </File>
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
638 <File
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
639 RelativePath="..\..\src\video\SDL_alphamult.h"
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
640 >
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
641 </File>
caffd6a5555d Added missing files
Sam Lantinga <slouken@libsdl.org>
parents: 2918
diff changeset
642 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
643 RelativePath="..\..\src\SDL_assert.c"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
644 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
645 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
646 <File
5003
3a95a2b93eb3 Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents: 4968
diff changeset
647 RelativePath="..\..\src\atomic\SDL_atomic.c"
3a95a2b93eb3 Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents: 4968
diff changeset
648 >
3a95a2b93eb3 Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents: 4968
diff changeset
649 </File>
3a95a2b93eb3 Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents: 4968
diff changeset
650 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
651 RelativePath="..\..\src\audio\SDL_audio.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
652 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
653 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
654 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
655 RelativePath="..\..\src\audio\SDL_audio_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
656 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
657 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
658 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
659 RelativePath="..\..\src\audio\SDL_audiocvt.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
660 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
661 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
662 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
663 RelativePath="..\..\src\audio\SDL_audiodev.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
664 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
665 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
666 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
667 RelativePath="..\..\src\audio\SDL_audiodev_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
668 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
669 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
670 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
671 RelativePath="..\..\src\audio\SDL_audiomem.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
672 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
673 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
674 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
675 RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
676 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
677 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
678 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
679 RelativePath="..\..\src\video\SDL_blendfillrect.c"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
680 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
681 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
682 <File
2918
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
683 RelativePath="..\..\src\video\SDL_blendline.c"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
684 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
685 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
686 <File
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
687 RelativePath="..\..\src\video\SDL_blendpoint.c"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
688 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
689 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
690 <File
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
691 RelativePath="..\..\src\video\SDL_blendrect.c"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
692 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
693 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
694 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
695 RelativePath="..\..\src\video\SDL_blit.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
696 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
697 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
698 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
699 RelativePath="..\..\src\video\SDL_blit.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
700 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
701 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
702 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
703 RelativePath="..\..\src\video\SDL_blit_0.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
704 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
705 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
706 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
707 RelativePath="..\..\src\video\SDL_blit_1.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
708 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
709 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
710 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
711 RelativePath="..\..\src\video\SDL_blit_A.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
712 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
713 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
714 <File
2312
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
715 RelativePath="..\..\src\video\SDL_blit_auto.c"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
716 >
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
717 </File>
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
718 <File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
719 RelativePath="..\..\src\video\SDL_blit_auto.h"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
720 >
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
721 </File>
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
722 <File
2250
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
723 RelativePath="..\..\src\video\SDL_blit_copy.c"
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
724 >
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
725 </File>
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
726 <File
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
727 RelativePath="..\..\src\video\SDL_blit_copy.h"
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
728 >
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
729 </File>
e1d228456537 Fixed a few compiler warnings.
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
730 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
731 RelativePath="..\..\src\video\SDL_blit_N.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
732 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
733 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
734 <File
2312
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
735 RelativePath="..\..\src\video\SDL_blit_slow.c"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
736 >
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
737 </File>
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
738 <File
2918
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
739 RelativePath="..\..\src\video\SDL_blit_slow.h"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
740 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
741 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
742 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
743 RelativePath="..\..\src\video\SDL_bmp.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
744 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
745 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
746 <File
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
747 RelativePath="..\..\src\video\SDL_clipboard.c"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
748 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
749 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
750 <File
4504
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
751 RelativePath="..\..\src\events\SDL_clipboardevents.c"
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
752 >
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
753 </File>
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
754 <File
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
755 RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
756 >
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
757 </File>
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
758 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
759 RelativePath="..\..\src\SDL_compat.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
760 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
761 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
762 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
763 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
764 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
765 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
766 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
767 RelativePath="..\..\src\video\windows\SDL_d3drender.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
768 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
769 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
770 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
771 RelativePath="..\..\src\video\windows\SDL_d3drender.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
772 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
773 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
774 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
775 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
776 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
777 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
778 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
779 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
780 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
781 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
782 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
783 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
784 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
785 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
786 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
787 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
788 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
789 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
790 <File
2918
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
791 RelativePath="..\..\src\video\SDL_draw.h"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
792 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
793 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
794 <File
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
795 RelativePath="..\..\src\video\SDL_drawline.c"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
796 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
797 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
798 <File
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
799 RelativePath="..\..\src\video\SDL_drawpoint.c"
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
800 >
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
801 </File>
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
802 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
803 RelativePath="..\..\src\video\SDL_drawrect.c"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
804 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
805 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
806 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
807 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
808 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
809 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
810 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
811 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
812 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
813 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
814 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
815 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
816 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
817 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
818 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
819 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
820 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
821 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
822 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
823 RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
824 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
825 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
826 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
827 RelativePath="..\..\src\SDL_error.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
828 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
829 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
830 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
831 RelativePath="..\..\src\SDL_error_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
832 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
833 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
834 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
835 RelativePath="..\..\src\events\SDL_events.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
836 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
837 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
838 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
839 RelativePath="..\..\src\events\SDL_events_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
840 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
841 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
842 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
843 RelativePath="..\..\src\SDL_fatal.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
844 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
845 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
846 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
847 RelativePath="..\..\src\SDL_fatal.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
848 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
849 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
850 <File
2918
bd518fc76f28 Updated to build on Windows
Sam Lantinga <slouken@libsdl.org>
parents: 2760
diff changeset
851 RelativePath="..\..\src\video\SDL_fillrect.c"
2312
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
852 >
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
853 </File>
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents: 2264
diff changeset
854 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
855 RelativePath="..\..\src\video\SDL_gamma.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
856 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
857 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
858 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
859 RelativePath="..\..\src\video\windows\SDL_gdirender.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
860 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
861 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
862 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
863 RelativePath="..\..\src\video\windows\SDL_gdirender.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
864 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
865 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
866 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
867 RelativePath="..\..\src\events\SDL_gesture.c"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
868 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
869 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
870 <File
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
871 RelativePath="..\..\src\events\SDL_gesture_c.h"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
872 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
873 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
874 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
875 RelativePath="..\..\src\stdlib\SDL_getenv.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
876 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
877 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
878 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
879 RelativePath="..\..\src\video\SDL_glesfuncs.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
880 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
881 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
882 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
883 RelativePath="..\..\src\video\SDL_glfuncs.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
884 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
885 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
886 <File
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
887 RelativePath="..\..\src\haptic\SDL_haptic.c"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
888 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
889 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
890 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
891 RelativePath="..\..\src\stdlib\SDL_iconv.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
892 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
893 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
894 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
895 RelativePath="..\..\src\joystick\SDL_joystick.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
896 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
897 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
898 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
899 RelativePath="..\..\src\joystick\SDL_joystick_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
900 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
901 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
902 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
903 RelativePath="..\..\src\events\SDL_keyboard.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
904 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
905 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
906 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
907 RelativePath="..\..\src\events\SDL_keyboard_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
908 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
909 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
910 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
911 RelativePath="..\..\src\video\SDL_leaks.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
912 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
913 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
914 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
915 RelativePath="..\..\src\stdlib\SDL_malloc.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
916 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
917 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
918 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
919 RelativePath="..\..\src\audio\SDL_mixer.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
920 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
921 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
922 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
923 RelativePath="..\..\src\audio\SDL_mixer_m68k.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
924 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
925 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
926 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
927 RelativePath="..\..\src\audio\SDL_mixer_m68k.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
928 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
929 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
930 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
931 RelativePath="..\..\src\audio\SDL_mixer_MMX.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
932 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
933 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
934 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
935 RelativePath="..\..\src\audio\SDL_mixer_MMX.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
936 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
937 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
938 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
939 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
940 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
941 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
942 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
943 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
944 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
945 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
946 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
947 RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
948 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
949 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
950 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
951 RelativePath="..\..\src\events\SDL_mouse.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
952 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
953 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
954 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
955 RelativePath="..\..\src\events\SDL_mouse_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
956 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
957 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
958 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
959 RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
960 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
961 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
962 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
963 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
964 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
965 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
966 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
967 RelativePath="..\..\src\video\dummy\SDL_nullrender.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
968 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
969 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
970 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
971 RelativePath="..\..\src\video\dummy\SDL_nullrender_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
972 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
973 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
974 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
975 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
976 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
977 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
978 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
979 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
980 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
981 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
982 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
983 RelativePath="..\..\src\video\SDL_pixels.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
984 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
985 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
986 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
987 RelativePath="..\..\src\video\SDL_pixels_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
988 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
989 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
990 <File
3198
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
991 RelativePath="..\..\src\power\SDL_power.c"
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
992 >
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
993 </File>
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
994 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
995 RelativePath="..\..\src\stdlib\SDL_qsort.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
996 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
997 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
998 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
999 RelativePath="..\..\src\events\SDL_quit.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1000 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1001 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1002 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1003 RelativePath="..\..\src\video\SDL_rect.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1004 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1005 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1006 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1007 RelativePath="..\..\src\video\SDL_rect_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1008 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1009 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1010 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1011 RelativePath="..\..\src\video\SDL_renderer_gl.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1012 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1013 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1014 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1015 RelativePath="..\..\src\video\SDL_renderer_gl.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1016 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1017 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1018 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1019 RelativePath="..\..\src\video\SDL_renderer_sw.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1020 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1021 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1022 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1023 RelativePath="..\..\src\video\SDL_renderer_sw.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1024 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1025 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1026 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1027 RelativePath="..\..\src\video\SDL_RLEaccel.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1028 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1029 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1030 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1031 RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1032 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1033 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1034 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1035 RelativePath="..\..\src\file\SDL_rwops.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1036 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1037 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1038 <File
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1039 RelativePath="..\..\src\video\SDL_shape.c"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1040 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1041 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1042 <File
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1043 RelativePath="..\..\src\video\SDL_shape_internals.h"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1044 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1045 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1046 <File
5096
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1047 RelativePath="..\..\src\atomic\SDL_spinlock.c"
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1048 >
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1049 </File>
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1050 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1051 RelativePath="..\..\src\stdlib\SDL_stdlib.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1052 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1053 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1054 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1055 RelativePath="..\..\src\video\SDL_stretch.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1056 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1057 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1058 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1059 RelativePath="..\..\src\stdlib\SDL_string.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1060 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1061 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1062 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1063 RelativePath="..\..\src\video\SDL_surface.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1064 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1065 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1066 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1067 RelativePath="..\..\src\audio\SDL_sysaudio.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1068 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1069 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1070 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1071 RelativePath="..\..\src\events\SDL_sysevents.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1072 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1073 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1074 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1075 RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
2760
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1076 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1077 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1078 <File
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1079 RelativePath="..\..\src\haptic\SDL_syshaptic.h"
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1080 >
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1081 </File>
02aa80d7905f Updated Visual C++ build
Sam Lantinga <slouken@libsdl.org>
parents: 2312
diff changeset
1082 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1083 RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1084 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1085 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1086 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1087 RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1088 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1089 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1090 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1091 RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1092 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1093 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1094 <File
3198
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
1095 RelativePath="..\..\src\power\windows\SDL_syspower.c"
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
1096 >
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
1097 </File>
fefe74ca604d Added power API and test program to Visual C++ project files.
Ryan C. Gordon <icculus@icculus.org>
parents: 3074
diff changeset
1098 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1099 RelativePath="..\..\src\thread\windows\SDL_syssem.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1100 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1101 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1102 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1103 RelativePath="..\..\src\thread\windows\SDL_systhread.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1104 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1105 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1106 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1107 RelativePath="..\..\src\thread\SDL_systhread.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1108 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1109 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1110 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1111 RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1112 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1113 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1114 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1115 RelativePath="..\..\src\timer\windows\SDL_systimer.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1116 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1117 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1118 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1119 RelativePath="..\..\src\timer\SDL_systimer.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1120 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1121 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1122 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1123 RelativePath="..\..\src\video\SDL_sysvideo.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1124 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1125 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1126 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1127 RelativePath="..\..\src\thread\SDL_thread.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1128 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1129 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1130 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1131 RelativePath="..\..\src\thread\SDL_thread_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1132 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1133 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1134 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1135 RelativePath="..\..\src\timer\SDL_timer.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1136 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1137 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1138 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1139 RelativePath="..\..\src\timer\SDL_timer_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1140 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1141 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1142 <File
4931
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1143 RelativePath="..\..\src\events\SDL_touch.c"
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1144 >
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1145 </File>
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1146 <File
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1147 RelativePath="..\..\src\events\SDL_touch_c.h"
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1148 >
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1149 </File>
fc718f26c15e Fixed SDL_VS2005.vcproj
Jim Grandpre <jim.tla@gmail.com>
parents: 4930
diff changeset
1150 <File
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1151 RelativePath="..\..\src\video\SDL_video.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1152 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1153 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1154 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1155 RelativePath="..\..\src\video\windows\SDL_vkeys.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1156 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1157 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1158 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1159 RelativePath="..\..\src\audio\SDL_wave.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1160 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1161 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1162 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1163 RelativePath="..\..\src\audio\SDL_wave.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1164 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1165 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1166 <File
5096
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1167 RelativePath="..\..\src\events\SDL_windowevents.c"
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1168 >
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1169 </File>
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1170 <File
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1171 RelativePath="..\..\src\events\SDL_windowevents_c.h"
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1172 >
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1173 </File>
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1174 <File
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1175 RelativePath="..\..\src\core\windows\SDL_windows.c"
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1176 >
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1177 </File>
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1178 <File
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1179 RelativePath="..\..\src\core\windows\SDL_windows.h"
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1180 >
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1181 </File>
124cda437b07 Added SDL_window.* to the project.
krogoway
parents: 5062
diff changeset
1182 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1183 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1184 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1185 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1186 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1187 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1188 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1189 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1190 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1191 RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1192 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1193 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1194 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1195 RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1196 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1197 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1198 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1199 RelativePath="..\..\src\video\windows\SDL_windowsgamma.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1200 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1201 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1202 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1203 RelativePath="..\..\src\video\windows\SDL_windowsgamma.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1204 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1205 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1206 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1207 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1208 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1209 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1210 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1211 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1212 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1213 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1214 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1215 RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1216 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1217 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1218 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1219 RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1220 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1221 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1222 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1223 RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1224 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1225 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1226 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1227 RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1228 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1229 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1230 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1231 RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1232 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1233 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1234 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1235 RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1236 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1237 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1238 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1239 RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1240 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1241 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1242 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1243 RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1244 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1245 </File>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4931
diff changeset
1246 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1247 RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1248 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1249 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1250 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1251 RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1252 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1253 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1254 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1255 RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1256 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1257 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1258 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1259 RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1260 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1261 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1262 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1263 RelativePath="..\..\src\video\SDL_yuv_mmx.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1264 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1265 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1266 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1267 RelativePath="..\..\src\video\SDL_yuv_sw.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1268 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1269 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1270 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1271 RelativePath="..\..\src\video\SDL_yuv_sw_c.h"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1272 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1273 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1274 <File
5062
e8916fe9cfc8 Fixed bug #925
Sam Lantinga <slouken@libsdl.org>
parents: 5003
diff changeset
1275 RelativePath="..\..\src\video\windows\wmmsg.h"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1276 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1277 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1278 </Files>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1279 <Globals>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1280 </Globals>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1281 </VisualStudioProject>