Mercurial > sdl-ios-xcode
annotate VisualC/SDL/SDL_VS2008.vcproj @ 5222:9c0593fa27d6
Create an OpenGL 1.1 context by default, if available.
This is easier for people to set up and work with, and is more conformant to the way desktop OpenGL works.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Feb 2011 09:23:01 -0800 |
parents | 06837416f969 |
children | 2ee8112bfc6b |
rev | line source |
---|---|
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="Windows-1252"?> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 <VisualStudioProject |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 ProjectType="Visual C++" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 Version="9.00" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 Name="SDL" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 RootNamespace="SDL" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 TargetFrameworkVersion="131072" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 <Platforms> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 <Platform |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 Name="Win32" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 <Platform |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 Name="x64" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 </Platforms> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 <ToolFiles> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 </ToolFiles> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 <Configurations> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 Name="Debug|Win32" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 OutputDirectory=".\Debug" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 IntermediateDirectory=".\Debug" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 Name="VCPreBuildEventTool" |
3356 | 32 Description="Making sure basic SDL headers are in place..." |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
33 CommandLine="echo Copying SDL_config_windows.h to SDL_config.h...
xcopy /d /q /y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION "hg-0:baadf00d" >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 TargetEnvironment="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 TypeLibraryName=".\Debug/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 Optimization="0" |
4884
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4874
diff
changeset
|
55 AdditionalIncludeDirectories="..\..\include;C:\Program Files\Microsoft SDKs\Windows\v7.0\Include" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__" |
5039
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
57 RuntimeLibrary="3" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 DebugInformationFormat="4" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 CompileAs="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 Name="VCLinkerTool" |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
78 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 OutputFile="$(IntDir)\SDL.dll" |
4968 | 80 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 GenerateDebugInformation="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
106 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
107 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 Name="Debug|x64" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 Name="VCPreBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 TargetEnvironment="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 TypeLibraryName=".\Debug/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
135 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
136 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
137 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
138 Optimization="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
139 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
140 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
141 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
142 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
143 WarningLevel="3" |
4968 | 144 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
145 Detect64BitPortabilityProblems="false" |
4968 | 146 DebugInformationFormat="4" |
147 CompileAs="0" | |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
148 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
149 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
150 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
151 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
152 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
153 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
154 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
155 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
156 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
157 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
158 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
159 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
160 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
161 Name="VCLinkerTool" |
4968 | 162 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
163 OutputFile="$(IntDir)\SDL.dll" |
4968 | 164 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
165 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
166 GenerateDebugInformation="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
167 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
168 TargetMachine="17" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
169 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
170 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
171 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
181 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
182 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
183 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
184 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
185 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
186 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
187 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
188 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
189 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
190 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
191 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
192 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
193 Name="Release|Win32" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
194 OutputDirectory=".\Release" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
195 IntermediateDirectory=".\Release" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
196 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
197 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
198 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
199 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
200 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
201 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
202 Name="VCPreBuildEventTool" |
3356 | 203 Description="Making sure basic SDL headers are in place..." |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
204 CommandLine="echo Copying SDL_config_windows.h to SDL_config.h...
xcopy /d /q /y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION "hg-0:baadf00d" >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
205 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
206 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
207 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
208 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
209 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
210 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
211 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
212 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
213 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
214 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
215 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
216 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
217 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
218 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
219 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
220 TargetEnvironment="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
221 TypeLibraryName=".\Release/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
222 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
223 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
224 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
225 InlineFunctionExpansion="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
226 EnableIntrinsicFunctions="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
227 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
228 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
229 StringPooling="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
230 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
231 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
232 EnableFunctionLevelLinking="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
233 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
234 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
235 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
236 CompileAs="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
237 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
238 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
239 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
240 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
241 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
242 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
243 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
244 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
245 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
246 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
247 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
248 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
249 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
250 Name="VCLinkerTool" |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
251 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
252 OutputFile="$(IntDir)\SDL.dll" |
4968 | 253 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
254 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
255 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
256 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
257 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
258 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
259 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
260 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
261 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
262 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
263 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
264 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
265 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
266 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
267 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
268 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
269 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
270 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
271 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
272 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
273 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
274 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
275 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
276 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
277 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
278 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
279 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
280 Name="Release|x64" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
281 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
282 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
283 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
284 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
285 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
286 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
287 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
288 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
289 Name="VCPreBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
290 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
291 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
292 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
293 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
294 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
295 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
296 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
297 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
298 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
299 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
300 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
301 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
302 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
303 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
304 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
305 TargetEnvironment="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
306 TypeLibraryName=".\Release/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
307 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
308 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
309 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
310 InlineFunctionExpansion="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
311 EnableIntrinsicFunctions="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
312 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
313 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
314 StringPooling="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
315 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
316 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
317 EnableFunctionLevelLinking="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
318 WarningLevel="3" |
4968 | 319 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
320 Detect64BitPortabilityProblems="false" |
4968 | 321 CompileAs="0" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
322 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
323 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
324 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
325 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
326 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
327 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
328 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
329 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
330 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
331 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
332 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
333 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
334 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
335 Name="VCLinkerTool" |
4968 | 336 AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
337 OutputFile="$(IntDir)\SDL.dll" |
4968 | 338 SuppressStartupBanner="true" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
339 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
340 SubSystem="2" |
4968 | 341 TargetMachine="17" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
342 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
343 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
344 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
345 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
346 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
347 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
348 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
349 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
350 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
351 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
352 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
353 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
354 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
355 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
356 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
357 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
358 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
359 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
360 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
361 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
362 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
363 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
364 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
365 </Configurations> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
366 <References> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
367 </References> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
368 <Files> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
369 <Filter |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
370 Name="API Headers" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
371 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
372 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
373 RelativePath="..\..\include\SDL.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
374 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
375 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
376 <File |
3671
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
377 RelativePath="..\..\include\SDL_assert.h" |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
378 > |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
379 </File> |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
380 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
381 RelativePath="..\..\include\SDL_atomic.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
382 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
383 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
384 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
385 RelativePath="..\..\include\SDL_audio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
386 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
387 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
388 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
389 RelativePath="..\..\include\SDL_blendmode.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
390 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
391 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
392 <File |
4500
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
393 RelativePath="..\..\include\SDL_clipboard.h" |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
394 > |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
395 </File> |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
396 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
397 RelativePath="..\..\include\SDL_compat.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
398 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
399 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
400 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
401 RelativePath="..\..\include\SDL_config.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
402 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
403 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
404 <File |
5062 | 405 RelativePath="..\..\include\SDL_config_windows.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
406 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
407 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
408 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
409 RelativePath="..\..\include\SDL_copying.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
410 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
411 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
412 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
413 RelativePath="..\..\include\SDL_cpuinfo.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
414 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
415 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
416 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
417 RelativePath="..\..\include\SDL_endian.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
418 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
419 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
420 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
421 RelativePath="..\..\include\SDL_error.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
422 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
423 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
424 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
425 RelativePath="..\..\include\SDL_events.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
426 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
427 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
428 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
429 RelativePath="..\..\include\SDL_gesture.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
430 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
431 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
432 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
433 RelativePath="..\..\include\SDL_haptic.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
434 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
435 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
436 <File |
5199 | 437 RelativePath="..\..\include\SDL_hints.h" |
438 > | |
439 </File> | |
440 <File | |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
441 RelativePath="..\..\include\SDL_input.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
442 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
443 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
444 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
445 RelativePath="..\..\include\SDL_joystick.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
446 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
447 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
448 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
449 RelativePath="..\..\include\SDL_keyboard.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
450 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
451 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
452 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
453 RelativePath="..\..\include\SDL_keysym.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
454 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
455 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
456 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
457 RelativePath="..\..\include\SDL_loadso.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
458 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
459 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
460 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
461 RelativePath="..\..\include\SDL_main.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
462 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
463 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
464 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
465 RelativePath="..\..\include\SDL_mouse.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
466 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
467 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
468 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
469 RelativePath="..\..\include\SDL_mutex.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
470 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
471 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
472 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
473 RelativePath="..\..\include\SDL_name.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
474 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
475 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
476 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
477 RelativePath="..\..\include\SDL_opengl.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
478 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
479 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
480 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
481 RelativePath="..\..\include\SDL_opengles.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
482 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
483 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
484 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
485 RelativePath="..\..\include\SDL_pixels.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
486 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
487 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
488 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
489 RelativePath="..\..\include\SDL_platform.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
490 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
491 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
492 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
493 RelativePath="..\..\include\SDL_power.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
494 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
495 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
496 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
497 RelativePath="..\..\include\SDL_quit.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
498 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
499 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
500 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
501 RelativePath="..\..\include\SDL_rect.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
502 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
503 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
504 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
505 RelativePath="..\..\include\SDL_render.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
506 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
507 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
508 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
509 RelativePath="..\..\include\SDL_revision.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
510 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
511 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
512 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
513 RelativePath="..\..\include\SDL_rwops.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
514 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
515 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
516 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
517 RelativePath="..\..\include\SDL_scancode.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
518 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
519 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
520 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
521 RelativePath="..\..\include\SDL_shape.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
522 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
523 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
524 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
525 RelativePath="..\..\include\SDL_stdinc.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
526 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
527 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
528 <File |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
529 RelativePath="..\..\include\SDL_surface.h" |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
530 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
531 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
532 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
533 RelativePath="..\..\include\SDL_syswm.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
534 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
535 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
536 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
537 RelativePath="..\..\include\SDL_thread.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
538 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
539 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
540 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
541 RelativePath="..\..\include\SDL_timer.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
542 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
543 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
544 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
545 RelativePath="..\..\include\SDL_touch.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
546 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
547 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
548 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
549 RelativePath="..\..\include\SDL_types.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
550 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
551 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
552 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
553 RelativePath="..\..\include\SDL_version.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
554 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
555 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
556 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
557 RelativePath="..\..\include\SDL_video.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
558 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
559 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
560 </Filter> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
561 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
562 RelativePath="..\..\src\events\blank_cursor.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
563 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
564 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
565 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
566 RelativePath="..\..\src\events\default_cursor.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
567 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
568 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
569 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
570 RelativePath="..\..\src\audio\windx5\directx.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
571 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
572 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
573 <File |
4874
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
574 RelativePath="..\..\src\libm\e_atan2.c" |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
575 > |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
576 </File> |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
577 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
578 RelativePath="..\..\src\libm\e_log.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
579 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
580 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
581 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
582 RelativePath="..\..\src\libm\e_pow.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
583 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
584 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
585 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
586 RelativePath="..\..\src\libm\e_rem_pio2.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
587 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
588 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
589 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
590 RelativePath="..\..\src\libm\e_sqrt.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
591 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
592 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
593 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
594 RelativePath="..\..\src\libm\k_cos.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
595 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
596 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
597 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
598 RelativePath="..\..\src\libm\k_rem_pio2.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
599 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
600 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
601 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
602 RelativePath="..\..\src\libm\k_sin.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
603 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
604 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
605 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
606 RelativePath="..\..\src\libm\math.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
607 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
608 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
609 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
610 RelativePath="..\..\src\libm\math_private.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
611 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
612 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
613 <File |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
614 RelativePath="..\..\src\render\mmx.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
615 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
616 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
617 <File |
4874
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
618 RelativePath="..\..\src\libm\s_atan.c" |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
619 > |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
620 </File> |
8288636b861d
Compiling in atan()/atan2() implementation on Visual Studio 2008.
Sam Lantinga <slouken@libsdl.org>
parents:
4868
diff
changeset
|
621 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
622 RelativePath="..\..\src\libm\s_copysign.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
623 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
624 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
625 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
626 RelativePath="..\..\src\libm\s_cos.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
627 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
628 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
629 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
630 RelativePath="..\..\src\libm\s_fabs.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
631 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
632 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
633 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
634 RelativePath="..\..\src\libm\s_floor.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
635 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
636 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
637 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
638 RelativePath="..\..\src\libm\s_scalbn.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
639 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
640 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
641 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
642 RelativePath="..\..\src\libm\s_sin.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
643 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
644 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
645 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
646 RelativePath="..\..\src\SDL.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
647 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
648 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
649 <File |
3671
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
650 RelativePath="..\..\src\SDL_assert.c" |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
651 > |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
652 </File> |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
653 <File |
5003
3a95a2b93eb3
Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents:
4968
diff
changeset
|
654 RelativePath="..\..\src\atomic\SDL_atomic.c" |
3a95a2b93eb3
Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents:
4968
diff
changeset
|
655 > |
3a95a2b93eb3
Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents:
4968
diff
changeset
|
656 </File> |
3a95a2b93eb3
Updated the atomic API for better use cases
Sam Lantinga <slouken@libsdl.org>
parents:
4968
diff
changeset
|
657 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
658 RelativePath="..\..\src\audio\SDL_audio.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
659 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
660 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
661 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
662 RelativePath="..\..\src\audio\SDL_audio_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
663 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
664 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
665 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
666 RelativePath="..\..\src\audio\SDL_audiocvt.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
667 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
668 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
669 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
670 RelativePath="..\..\src\audio\SDL_audiodev.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
671 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
672 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
673 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
674 RelativePath="..\..\src\audio\SDL_audiodev_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
675 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
676 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
677 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
678 RelativePath="..\..\src\audio\SDL_audiomem.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
679 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
680 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
681 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
682 RelativePath="..\..\src\audio\SDL_audiotypecvt.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
683 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
684 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
685 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
686 RelativePath="..\..\src\render\software\SDL_blendfillrect.c" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
687 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
688 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
689 <File |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
690 RelativePath="..\..\src\render\software\SDL_blendfillrect.h" |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
691 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
692 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
693 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
694 RelativePath="..\..\src\render\software\SDL_blendline.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
695 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
696 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
697 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
698 RelativePath="..\..\src\render\software\SDL_blendline.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
699 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
700 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
701 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
702 RelativePath="..\..\src\render\software\SDL_blendpoint.c" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
703 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
704 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
705 <File |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
706 RelativePath="..\..\src\render\software\SDL_blendpoint.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
707 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
708 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
709 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
710 RelativePath="..\..\src\video\SDL_blit.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
711 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
712 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
713 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
714 RelativePath="..\..\src\video\SDL_blit.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
715 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
716 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
717 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
718 RelativePath="..\..\src\video\SDL_blit_0.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
719 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
720 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
721 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
722 RelativePath="..\..\src\video\SDL_blit_1.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
723 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
724 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
725 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
726 RelativePath="..\..\src\video\SDL_blit_A.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
727 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
728 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
729 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
730 RelativePath="..\..\src\video\SDL_blit_auto.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
731 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
732 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
733 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
734 RelativePath="..\..\src\video\SDL_blit_auto.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
735 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
736 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
737 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
738 RelativePath="..\..\src\video\SDL_blit_copy.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
739 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
740 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
741 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
742 RelativePath="..\..\src\video\SDL_blit_copy.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
743 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
744 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
745 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
746 RelativePath="..\..\src\video\SDL_blit_N.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
747 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
748 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
749 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
750 RelativePath="..\..\src\video\SDL_blit_slow.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
751 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
752 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
753 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
754 RelativePath="..\..\src\video\SDL_blit_slow.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
755 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
756 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
757 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
758 RelativePath="..\..\src\video\SDL_bmp.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
759 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
760 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
761 <File |
4500
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
762 RelativePath="..\..\src\video\SDL_clipboard.c" |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
763 > |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
764 </File> |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
765 <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
|
766 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
|
767 > |
9faebccfefb3
Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents:
4500
diff
changeset
|
768 </File> |
9faebccfefb3
Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents:
4500
diff
changeset
|
769 <File |
9faebccfefb3
Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents:
4500
diff
changeset
|
770 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
|
771 > |
9faebccfefb3
Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents:
4500
diff
changeset
|
772 </File> |
9faebccfefb3
Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents:
4500
diff
changeset
|
773 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
774 RelativePath="..\..\src\SDL_compat.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
775 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
776 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
777 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
778 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
779 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
780 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
781 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
782 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
783 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
784 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
785 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
786 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
787 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
788 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
789 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
790 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
791 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
792 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
793 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
794 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
795 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
796 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
797 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
798 RelativePath="..\..\src\render\software\SDL_draw.h" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
799 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
800 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
801 <File |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
802 RelativePath="..\..\src\render\software\SDL_drawline.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
803 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
804 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
805 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
806 RelativePath="..\..\src\render\software\SDL_drawline.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
807 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
808 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
809 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
810 RelativePath="..\..\src\render\software\SDL_drawpoint.c" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
811 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
812 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
813 <File |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
814 RelativePath="..\..\src\render\software\SDL_drawpoint.h" |
3600
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
815 > |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
816 </File> |
e36bead37acb
Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents:
3403
diff
changeset
|
817 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
818 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
819 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
820 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
821 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
822 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
823 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
824 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
825 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
826 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
827 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
828 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
829 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
830 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
831 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
832 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
833 <File |
5062 | 834 RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
835 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
836 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
837 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
838 RelativePath="..\..\src\SDL_error.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
839 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
840 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
841 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
842 RelativePath="..\..\src\SDL_error_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
843 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
844 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
845 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
846 RelativePath="..\..\src\events\SDL_events.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
847 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
848 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
849 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
850 RelativePath="..\..\src\events\SDL_events_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
851 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
852 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
853 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
854 RelativePath="..\..\src\SDL_fatal.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
855 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
856 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
857 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
858 RelativePath="..\..\src\SDL_fatal.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
859 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
860 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
861 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
862 RelativePath="..\..\src\video\SDL_fillrect.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
863 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
864 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
865 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
866 RelativePath="..\..\src\video\SDL_gamma.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
867 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
868 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
869 <File |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
870 RelativePath="..\..\src\events\SDL_gesture.c" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
871 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
872 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
873 <File |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
874 RelativePath="..\..\src\events\SDL_gesture_c.h" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
875 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
876 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
877 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
878 RelativePath="..\..\src\stdlib\SDL_getenv.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
879 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
880 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
881 <File |
3671
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
882 RelativePath="..\..\src\video\SDL_glesfuncs.h" |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
883 > |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
884 </File> |
0d6f520c0eb9
Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents:
3600
diff
changeset
|
885 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
886 RelativePath="..\..\src\video\SDL_glfuncs.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
887 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
888 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
889 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
890 RelativePath="..\..\src\haptic\SDL_haptic.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
891 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
892 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
893 <File |
5199 | 894 RelativePath="..\..\src\SDL_hints.c" |
895 > | |
896 </File> | |
897 <File | |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
898 RelativePath="..\..\src\stdlib\SDL_iconv.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
899 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
900 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
901 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
902 RelativePath="..\..\src\joystick\SDL_joystick.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
903 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
904 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
905 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
906 RelativePath="..\..\src\joystick\SDL_joystick_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
907 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
908 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
909 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
910 RelativePath="..\..\src\events\SDL_keyboard.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
911 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
912 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
913 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
914 RelativePath="..\..\src\events\SDL_keyboard_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
915 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
916 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
917 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
918 RelativePath="..\..\src\video\SDL_leaks.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
919 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
920 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
921 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
922 RelativePath="..\..\src\stdlib\SDL_malloc.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
923 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
924 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
925 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
926 RelativePath="..\..\src\audio\SDL_mixer.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
927 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
928 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
929 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
930 RelativePath="..\..\src\audio\SDL_mixer_m68k.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
931 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
932 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
933 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
934 RelativePath="..\..\src\audio\SDL_mixer_m68k.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
935 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
936 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
937 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
938 RelativePath="..\..\src\audio\SDL_mixer_MMX.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
939 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
940 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
941 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
942 RelativePath="..\..\src\audio\SDL_mixer_MMX.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
943 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
944 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
945 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
946 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
947 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
948 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
949 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
950 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
951 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
952 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
953 <File |
5062 | 954 RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
955 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
956 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
957 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
958 RelativePath="..\..\src\events\SDL_mouse.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
959 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
960 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
961 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
962 RelativePath="..\..\src\events\SDL_mouse_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
963 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
964 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
965 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
966 RelativePath="..\..\src\video\dummy\SDL_nullevents.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
967 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
968 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
969 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
970 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
971 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
972 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
973 <File |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
974 RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
975 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
976 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
977 <File |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
978 RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h" |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
979 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
980 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
981 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
982 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
983 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
984 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
985 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
986 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
987 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
988 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
989 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
990 RelativePath="..\..\src\video\SDL_pixels.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
991 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
992 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
993 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
994 RelativePath="..\..\src\video\SDL_pixels_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
995 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
996 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
997 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
998 RelativePath="..\..\src\power\SDL_power.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
999 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1000 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1001 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1002 RelativePath="..\..\src\stdlib\SDL_qsort.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1003 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1004 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1005 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1006 RelativePath="..\..\src\events\SDL_quit.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1007 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1008 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1009 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1010 RelativePath="..\..\src\video\SDL_rect.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1011 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1012 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1013 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1014 RelativePath="..\..\src\video\SDL_rect_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1015 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1016 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1017 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
1018 RelativePath="..\..\src\render\SDL_render.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1019 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1020 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1021 <File |
5199 | 1022 RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1023 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1024 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1025 <File |
5199 | 1026 RelativePath="..\..\src\render\opengl\SDL_render_gl.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1027 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1028 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1029 <File |
5199 | 1030 RelativePath="..\..\src\render\software\SDL_render_sw.c" |
1031 > | |
1032 </File> | |
1033 <File | |
1034 RelativePath="..\..\src\render\software\SDL_render_sw_c.h" | |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1035 > |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1036 </File> |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1037 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1038 RelativePath="..\..\src\video\SDL_RLEaccel.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1039 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1040 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1041 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1042 RelativePath="..\..\src\video\SDL_RLEaccel_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1043 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1044 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1045 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1046 RelativePath="..\..\src\file\SDL_rwops.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1047 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1048 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1049 <File |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1050 RelativePath="..\..\src\video\SDL_shape.c" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1051 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1052 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1053 <File |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1054 RelativePath="..\..\src\video\SDL_shape_internals.h" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1055 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1056 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1057 <File |
5039
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1058 RelativePath="..\..\src\atomic\SDL_spinlock.c" |
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1059 > |
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1060 </File> |
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1061 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1062 RelativePath="..\..\src\stdlib\SDL_stdlib.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1063 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1064 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1065 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1066 RelativePath="..\..\src\video\SDL_stretch.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1067 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1068 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1069 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1070 RelativePath="..\..\src\stdlib\SDL_string.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1071 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1072 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1073 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1074 RelativePath="..\..\src\video\SDL_surface.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1075 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1076 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1077 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1078 RelativePath="..\..\src\audio\SDL_sysaudio.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1079 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1080 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1081 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1082 RelativePath="..\..\src\events\SDL_sysevents.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1083 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1084 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1085 <File |
5062 | 1086 RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1087 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1088 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1089 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1090 RelativePath="..\..\src\haptic\SDL_syshaptic.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1091 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1092 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1093 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1094 RelativePath="..\..\src\joystick\SDL_sysjoystick.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1095 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1096 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1097 <File |
5062 | 1098 RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1099 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1100 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1101 <File |
5062 | 1102 RelativePath="..\..\src\thread\windows\SDL_sysmutex.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1103 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1104 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1105 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1106 RelativePath="..\..\src\power\windows\SDL_syspower.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1107 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1108 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1109 <File |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
1110 RelativePath="..\..\src\render\SDL_sysrender.h" |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
1111 > |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
1112 </File> |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5140
diff
changeset
|
1113 <File |
5062 | 1114 RelativePath="..\..\src\thread\windows\SDL_syssem.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1115 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1116 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1117 <File |
5062 | 1118 RelativePath="..\..\src\thread\windows\SDL_systhread.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1119 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1120 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1121 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1122 RelativePath="..\..\src\thread\SDL_systhread.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1123 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1124 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1125 <File |
5062 | 1126 RelativePath="..\..\src\thread\windows\SDL_systhread_c.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1127 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1128 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1129 <File |
5062 | 1130 RelativePath="..\..\src\timer\windows\SDL_systimer.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1131 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1132 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1133 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1134 RelativePath="..\..\src\timer\SDL_systimer.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1135 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1136 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1137 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1138 RelativePath="..\..\src\video\SDL_sysvideo.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1139 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1140 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1141 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1142 RelativePath="..\..\src\thread\SDL_thread.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1143 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1144 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1145 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1146 RelativePath="..\..\src\thread\SDL_thread_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1147 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1148 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1149 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1150 RelativePath="..\..\src\timer\SDL_timer.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1151 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1152 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1153 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1154 RelativePath="..\..\src\timer\SDL_timer_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1155 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1156 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1157 <File |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1158 RelativePath="..\..\src\events\SDL_touch.c" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1159 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1160 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1161 <File |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1162 RelativePath="..\..\src\events\SDL_touch_c.h" |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1163 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1164 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1165 <File |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1166 RelativePath="..\..\src\video\SDL_video.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1167 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1168 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1169 <File |
5062 | 1170 RelativePath="..\..\src\video\windows\SDL_vkeys.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1171 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1172 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1173 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1174 RelativePath="..\..\src\audio\SDL_wave.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1175 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1176 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1177 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1178 RelativePath="..\..\src\audio\SDL_wave.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1179 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1180 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1181 <File |
5092
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1182 RelativePath="..\..\src\events\SDL_windowevents.c" |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1183 > |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1184 </File> |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1185 <File |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1186 RelativePath="..\..\src\events\SDL_windowevents_c.h" |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1187 > |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1188 </File> |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1189 <File |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1190 RelativePath="..\..\src\core\windows\SDL_windows.c" |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1191 > |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1192 </File> |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1193 <File |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1194 RelativePath="..\..\src\core\windows\SDL_windows.h" |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1195 > |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1196 </File> |
327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Sam Lantinga <slouken@libsdl.org>
parents:
5062
diff
changeset
|
1197 <File |
5062 | 1198 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c" |
4500
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1199 > |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1200 </File> |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1201 <File |
5062 | 1202 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h" |
4500
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1203 > |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1204 </File> |
eff4e88cc1e8
Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents:
4487
diff
changeset
|
1205 <File |
5062 | 1206 RelativePath="..\..\src\video\windows\SDL_windowsevents.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1207 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1208 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1209 <File |
5062 | 1210 RelativePath="..\..\src\video\windows\SDL_windowsevents.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1211 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1212 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1213 <File |
5180 | 1214 RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c" |
1215 > | |
1216 </File> | |
1217 <File | |
1218 RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h" | |
1219 > | |
1220 </File> | |
1221 <File | |
5062 | 1222 RelativePath="..\..\src\video\windows\SDL_windowsgamma.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1223 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1224 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1225 <File |
5062 | 1226 RelativePath="..\..\src\video\windows\SDL_windowsgamma.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1227 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1228 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1229 <File |
5062 | 1230 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1231 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1232 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1233 <File |
5062 | 1234 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1235 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1236 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1237 <File |
5062 | 1238 RelativePath="..\..\src\video\windows\SDL_windowsmodes.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1239 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1240 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1241 <File |
5062 | 1242 RelativePath="..\..\src\video\windows\SDL_windowsmodes.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1243 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1244 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1245 <File |
5062 | 1246 RelativePath="..\..\src\video\windows\SDL_windowsmouse.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1247 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1248 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1249 <File |
5062 | 1250 RelativePath="..\..\src\video\windows\SDL_windowsmouse.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1251 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1252 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1253 <File |
5062 | 1254 RelativePath="..\..\src\video\windows\SDL_windowsopengl.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1255 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1256 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1257 <File |
5062 | 1258 RelativePath="..\..\src\video\windows\SDL_windowsopengl.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1259 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1260 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1261 <File |
5062 | 1262 RelativePath="..\..\src\video\windows\SDL_windowsshape.c" |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1263 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1264 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1265 <File |
5062 | 1266 RelativePath="..\..\src\video\windows\SDL_windowsshape.h" |
4868
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1267 > |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1268 </File> |
d6adaafcfb10
Fixed compiling with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org>
parents:
4504
diff
changeset
|
1269 <File |
5062 | 1270 RelativePath="..\..\src\video\windows\SDL_windowsvideo.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1271 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1272 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1273 <File |
5062 | 1274 RelativePath="..\..\src\video\windows\SDL_windowsvideo.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1275 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1276 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1277 <File |
5062 | 1278 RelativePath="..\..\src\video\windows\SDL_windowswindow.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1279 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1280 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1281 <File |
5062 | 1282 RelativePath="..\..\src\video\windows\SDL_windowswindow.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1283 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1284 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1285 <File |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1286 RelativePath="..\..\src\render\SDL_yuv_mmx.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1287 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1288 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1289 <File |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1290 RelativePath="..\..\src\render\SDL_yuv_sw.c" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1291 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1292 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1293 <File |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1294 RelativePath="..\..\src\render\SDL_yuv_sw_c.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1295 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1296 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1297 <File |
5062 | 1298 RelativePath="..\..\src\video\windows\wmmsg.h" |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1299 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1300 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1301 </Files> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1302 <Globals> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1303 </Globals> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1304 </VisualStudioProject> |