Mercurial > sdl-ios-xcode
annotate VisualC/SDL/SDL_VS2008.vcproj @ 3294:470d0a416aa7
Fixed bug #714
fuzzyTew@gmail.com 2009-03-14 15:18:45 PDT
patch to change HAVE_ICONV to HAVE_ICONV_H
There are two separate iconv checks in configure -- one for the header file and
one for the library. include/SDL_stdinc.h uses the library define to see
whether or not it should reference the types defined in the header, which
naturally breaks if the library exists and the header does not.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 11:04:01 +0000 |
parents | 1a8c9a6752e5 |
children | 81b3f9d45dea |
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" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 TargetEnvironment="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 TypeLibraryName=".\Debug/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 Optimization="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 PreprocessorDefinitions="_DEBUG;_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
|
55 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
57 UsePrecompiledHeader="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 DebugInformationFormat="4" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 CompileAs="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 Name="VCLinkerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 AdditionalDependencies="msimg32.lib winmm.lib" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
78 OutputFile="$(IntDir)\SDL.dll" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
80 GenerateDebugInformation="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 CLRUnmanagedCodeCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 </Configuration> |
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 Name="Debug|x64" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 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
|
112 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 Name="VCPreBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 TargetEnvironment="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 TypeLibraryName=".\Debug/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
135 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
136 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
137 Optimization="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
138 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
139 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
|
140 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
141 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
142 UsePrecompiledHeader="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
143 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
144 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
145 DebugInformationFormat="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
146 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
147 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
148 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
149 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
150 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
151 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
152 PreprocessorDefinitions="_DEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
153 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
154 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
155 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
156 Name="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
157 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
158 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
159 Name="VCLinkerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
160 AdditionalDependencies="msimg32.lib winmm.lib" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
161 OutputFile="$(IntDir)\SDL.dll" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
162 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
163 GenerateDebugInformation="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
164 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
165 TargetMachine="17" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
166 CLRUnmanagedCodeCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
167 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
168 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
169 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
170 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
171 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
181 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
182 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
183 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
184 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
185 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
186 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
187 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
188 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
189 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
190 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
191 Name="Release|Win32" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
192 OutputDirectory=".\Release" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
193 IntermediateDirectory=".\Release" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
194 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
195 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
|
196 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
197 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
198 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
199 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
200 Name="VCPreBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
201 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
202 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
203 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
204 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
205 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
206 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
207 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
208 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
209 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
210 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
211 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
212 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
213 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
214 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
215 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
216 TargetEnvironment="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
217 TypeLibraryName=".\Release/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
218 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
219 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
220 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
221 InlineFunctionExpansion="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
222 EnableIntrinsicFunctions="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
223 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
224 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
|
225 StringPooling="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
226 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
227 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
228 EnableFunctionLevelLinking="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
229 UsePrecompiledHeader="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
230 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
231 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
232 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
233 CompileAs="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
234 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
235 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
236 Name="VCManagedResourceCompilerTool" |
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="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
240 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
241 Culture="1033" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
242 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
243 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
244 Name="VCPreLinkEventTool" |
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="VCLinkerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
248 AdditionalDependencies="msimg32.lib winmm.lib" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
249 OutputFile="$(IntDir)\SDL.dll" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
250 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
251 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
252 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
253 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
254 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
255 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
256 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
257 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
258 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
259 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
260 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
261 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
262 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
263 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
264 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
265 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
266 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
267 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
268 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
269 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
270 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
271 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
272 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
273 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
274 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
275 <Configuration |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
276 Name="Release|x64" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
277 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
278 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
279 ConfigurationType="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
280 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
|
281 UseOfMFC="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
282 ATLMinimizesCRunTimeLibraryUsage="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
283 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
284 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
285 Name="VCPreBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
286 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
287 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
288 Name="VCCustomBuildTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
289 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
290 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
291 Name="VCXMLDataGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
292 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
293 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
294 Name="VCWebServiceProxyGeneratorTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
295 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
296 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
297 Name="VCMIDLTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
298 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
299 MkTypLibCompatible="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
300 SuppressStartupBanner="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
301 TargetEnvironment="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
302 TypeLibraryName=".\Release/SDL.tlb" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
303 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
304 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
305 Name="VCCLCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
306 InlineFunctionExpansion="1" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
307 EnableIntrinsicFunctions="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
308 AdditionalIncludeDirectories="..\..\include" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
309 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
|
310 StringPooling="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
311 RuntimeLibrary="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
312 BufferSecurityCheck="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
313 EnableFunctionLevelLinking="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
314 UsePrecompiledHeader="0" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
315 WarningLevel="3" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
316 Detect64BitPortabilityProblems="false" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
317 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
318 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
319 Name="VCManagedResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
320 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
321 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
322 Name="VCResourceCompilerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
323 PreprocessorDefinitions="NDEBUG" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
324 Culture="1033" |
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="VCPreLinkEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
328 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
329 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
330 Name="VCLinkerTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
331 AdditionalDependencies="msimg32.lib winmm.lib" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
332 OutputFile="$(IntDir)\SDL.dll" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
333 IgnoreAllDefaultLibraries="true" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
334 SubSystem="2" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
335 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
336 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
337 Name="VCALinkTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
338 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
339 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
340 Name="VCManifestTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
341 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
342 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
343 Name="VCXDCMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
344 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
345 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
346 Name="VCBscMakeTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
347 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
348 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
349 Name="VCFxCopTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
350 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
351 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
352 Name="VCAppVerifierTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
353 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
354 <Tool |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
355 Name="VCPostBuildEventTool" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
356 /> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
357 </Configuration> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
358 </Configurations> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
359 <References> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
360 </References> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
361 <Files> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
362 <Filter |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
363 Name="API Headers" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
364 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
365 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
366 RelativePath="..\..\include\SDL.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
367 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
368 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
369 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
370 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
|
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
374 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
|
375 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
376 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
377 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
378 RelativePath="..\..\include\SDL_config_win32.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
379 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
380 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
381 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
382 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
|
383 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
384 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
385 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
386 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
|
387 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
388 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
389 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
390 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
|
391 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
392 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
393 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
394 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
|
395 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
396 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
397 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
398 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
|
399 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
400 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
401 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
402 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
|
403 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
404 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
405 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
406 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
|
407 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
408 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
409 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
410 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
|
411 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
412 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
413 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
414 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
|
415 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
418 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
|
419 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
422 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
|
423 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
426 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
|
427 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
428 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
429 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
430 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
|
431 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
432 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
433 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
434 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
|
435 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
436 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
437 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
438 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
|
439 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
440 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
441 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
442 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
|
443 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
444 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
445 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
446 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
|
447 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
450 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
|
451 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
454 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
|
455 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
458 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
|
459 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
462 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
|
463 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
466 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
|
467 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
470 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
|
471 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
474 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
|
475 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
478 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
|
479 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
480 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
481 </Filter> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
482 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
483 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
|
484 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
485 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
486 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
487 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
|
488 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
489 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
490 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
491 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
|
492 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
493 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
494 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
495 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
|
496 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
497 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
498 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
499 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
|
500 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
501 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
502 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
503 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
|
504 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
505 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
506 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
507 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
|
508 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
509 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
510 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
511 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
|
512 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
513 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
514 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
515 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
|
516 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
517 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
518 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
519 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
|
520 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
521 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
522 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
523 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
|
524 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
525 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
526 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
527 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
|
528 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
529 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
530 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
531 RelativePath="..\..\src\video\mmx.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
532 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
533 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
534 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
535 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
|
536 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
537 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
538 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
539 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
|
540 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
541 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
542 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
543 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
|
544 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
545 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
546 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
547 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
|
548 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
549 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
550 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
551 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
|
552 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
553 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
554 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
555 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
|
556 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
557 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
558 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
559 RelativePath="..\..\src\SDL.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
560 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
563 RelativePath="..\..\src\video\SDL_alphamult.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
564 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
567 RelativePath="..\..\src\video\SDL_alphamult.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
568 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
571 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
|
572 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
573 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
574 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
575 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
|
576 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
577 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
578 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
579 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
|
580 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
583 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
|
584 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
587 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
|
588 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
591 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
|
592 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
595 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
|
596 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
599 RelativePath="..\..\src\video\SDL_blendline.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
600 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
603 RelativePath="..\..\src\video\SDL_blendpoint.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
604 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
607 RelativePath="..\..\src\video\SDL_blendrect.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
608 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
611 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
|
612 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
613 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
614 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
615 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
|
616 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
617 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
618 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
619 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
|
620 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
621 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
622 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
623 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
|
624 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
627 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
|
628 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
631 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
|
632 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
635 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
|
636 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
639 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
|
640 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
643 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
|
644 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
647 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
|
648 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
649 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
650 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
651 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
|
652 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
653 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
654 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
655 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
|
656 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
657 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
658 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
659 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
|
660 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
663 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
|
664 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
667 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
|
668 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
671 RelativePath="..\..\src\video\win32\SDL_d3drender.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
672 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
675 RelativePath="..\..\src\video\win32\SDL_d3drender.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
676 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
679 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
|
680 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
683 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
|
684 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
685 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
686 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
687 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
|
688 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
689 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
690 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
691 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
|
692 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
693 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
694 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
695 RelativePath="..\..\src\video\SDL_draw.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
696 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
697 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
698 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
699 RelativePath="..\..\src\video\SDL_drawline.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
700 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
701 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
702 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
703 RelativePath="..\..\src\video\SDL_drawpoint.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
704 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
705 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
706 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
707 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
|
708 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
711 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
|
712 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
715 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
|
716 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
719 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
|
720 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
723 RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
724 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
727 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
|
728 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
731 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
|
732 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
735 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
|
736 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
739 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
|
740 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
743 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
|
744 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
747 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
|
748 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
751 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
|
752 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
755 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
|
756 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
759 RelativePath="..\..\src\video\win32\SDL_gdirender.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
760 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
761 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
762 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
763 RelativePath="..\..\src\video\win32\SDL_gdirender.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
764 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
765 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
766 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
767 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
|
768 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
769 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
770 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
771 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
|
772 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
773 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
774 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
775 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
|
776 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
779 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
|
780 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
783 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
|
784 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
787 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
|
788 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
791 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
|
792 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
795 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
|
796 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
797 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
798 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
799 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
|
800 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
801 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
802 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
803 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
|
804 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
805 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
806 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
807 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
|
808 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
809 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
810 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
811 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
|
812 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
813 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
814 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
815 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
|
816 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
817 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
818 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
819 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
|
820 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
823 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
|
824 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
827 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
|
828 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
831 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
|
832 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
833 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
834 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
835 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
836 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
839 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
|
840 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
843 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
|
844 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
847 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
|
848 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
851 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
|
852 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
855 RelativePath="..\..\src\video\dummy\SDL_nullrender.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
856 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
859 RelativePath="..\..\src\video\dummy\SDL_nullrender_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
860 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
863 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
|
864 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
867 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
|
868 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
869 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
870 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
871 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
|
872 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
873 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
874 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
875 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
|
876 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
877 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
878 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
879 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
|
880 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
881 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
882 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
883 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
|
884 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
885 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
886 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
887 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
|
888 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
891 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
|
892 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
893 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
894 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
895 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
|
896 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
897 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
898 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
899 RelativePath="..\..\src\video\SDL_renderer_gl.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
900 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
903 RelativePath="..\..\src\video\SDL_renderer_gl.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
904 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
907 RelativePath="..\..\src\video\SDL_renderer_sw.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
908 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
911 RelativePath="..\..\src\video\SDL_renderer_sw.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
912 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
915 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
|
916 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
919 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
|
920 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
923 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
|
924 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
927 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
|
928 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
931 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
|
932 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
935 RelativePath="..\..\src\video\SDL_stretch_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
936 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
939 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
|
940 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
943 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
|
944 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
947 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
|
948 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
951 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
|
952 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
953 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
954 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
955 RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
956 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
959 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
|
960 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
963 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
|
964 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
967 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
968 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
971 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
972 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
973 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
974 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
975 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
|
976 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
977 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
978 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
979 RelativePath="..\..\src\thread\win32\SDL_syssem.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
980 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
981 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
982 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
983 RelativePath="..\..\src\thread\win32\SDL_systhread.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
984 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
987 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
|
988 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
991 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
992 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
995 RelativePath="..\..\src\timer\win32\SDL_systimer.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
996 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
999 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
|
1000 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1003 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
|
1004 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1007 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
|
1008 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1011 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
|
1012 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1015 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
|
1016 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1017 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1018 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1019 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
|
1020 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1021 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1022 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1023 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
|
1024 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1025 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1026 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1027 RelativePath="..\..\src\video\win32\SDL_vkeys.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1028 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1029 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1030 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1031 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
|
1032 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1033 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1034 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1035 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
|
1036 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1037 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1038 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1039 RelativePath="..\..\src\video\win32\SDL_win32events.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1040 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1043 RelativePath="..\..\src\video\win32\SDL_win32events.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1044 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1047 RelativePath="..\..\src\video\win32\SDL_win32gamma.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1048 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1049 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1050 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1051 RelativePath="..\..\src\video\win32\SDL_win32gamma.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1052 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1053 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1054 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1055 RelativePath="..\..\src\video\win32\SDL_win32keyboard.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1056 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1057 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1058 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1059 RelativePath="..\..\src\video\win32\SDL_win32keyboard.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1060 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1061 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1062 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1063 RelativePath="..\..\src\video\win32\SDL_win32modes.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1064 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1067 RelativePath="..\..\src\video\win32\SDL_win32modes.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1068 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1071 RelativePath="..\..\src\video\win32\SDL_win32mouse.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1072 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1075 RelativePath="..\..\src\video\win32\SDL_win32mouse.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1076 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1079 RelativePath="..\..\src\video\win32\SDL_win32opengl.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1080 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1083 RelativePath="..\..\src\video\win32\SDL_win32opengl.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1084 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1085 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1086 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1087 RelativePath="..\..\src\video\win32\SDL_win32video.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1088 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1091 RelativePath="..\..\src\video\win32\SDL_win32video.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1092 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1095 RelativePath="..\..\src\video\win32\SDL_win32window.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1096 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1097 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1098 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1099 RelativePath="..\..\src\video\win32\SDL_win32window.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1100 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1101 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1102 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1103 RelativePath="..\..\src\events\SDL_windowevents.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1104 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1107 RelativePath="..\..\src\events\SDL_windowevents_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1108 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1109 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1110 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1111 RelativePath="..\..\src\video\SDL_yuv_mmx.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1112 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1113 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1114 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1115 RelativePath="..\..\src\video\SDL_yuv_sw.c" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1116 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1117 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1118 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1119 RelativePath="..\..\src\video\SDL_yuv_sw_c.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1120 > |
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 <File |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1123 RelativePath="..\..\src\video\win32\wmmsg.h" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1124 > |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1125 </File> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1126 </Files> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1127 <Globals> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1128 </Globals> |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1129 </VisualStudioProject> |