comparison VisualC/SDL/SDL.vcproj @ 4647:be2250bb482b

Fixed some windows compilation bugs - Still does not compile.
author jimtla
date Thu, 03 Jun 2010 11:08:17 -0400
parents 0d6f520c0eb9
children 7ad7a473b086
comparison
equal deleted inserted replaced
4646:eea1bf53effa 4647:be2250bb482b
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="9.00"
5 Name="SDL" 5 Name="SDL"
6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" 6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
7 RootNamespace="SDL" 7 RootNamespace="SDL"
8 TargetFrameworkVersion="131072"
8 > 9 >
9 <Platforms> 10 <Platforms>
10 <Platform 11 <Platform
11 Name="Win32" 12 Name="Win32"
12 /> 13 />
83 SuppressStartupBanner="true" 84 SuppressStartupBanner="true"
84 IgnoreAllDefaultLibraries="true" 85 IgnoreAllDefaultLibraries="true"
85 GenerateDebugInformation="true" 86 GenerateDebugInformation="true"
86 ProgramDatabaseFile=".\Debug/SDL.pdb" 87 ProgramDatabaseFile=".\Debug/SDL.pdb"
87 SubSystem="2" 88 SubSystem="2"
89 RandomizedBaseAddress="1"
90 DataExecutionPrevention="0"
88 ImportLibrary=".\Debug/SDL.lib" 91 ImportLibrary=".\Debug/SDL.lib"
89 CLRUnmanagedCodeCheck="false" 92 CLRUnmanagedCodeCheck="false"
90 /> 93 />
91 <Tool 94 <Tool
92 Name="VCALinkTool" 95 Name="VCALinkTool"
103 <Tool 106 <Tool
104 Name="VCFxCopTool" 107 Name="VCFxCopTool"
105 /> 108 />
106 <Tool 109 <Tool
107 Name="VCAppVerifierTool" 110 Name="VCAppVerifierTool"
108 />
109 <Tool
110 Name="VCWebDeploymentTool"
111 /> 111 />
112 <Tool 112 <Tool
113 Name="VCPostBuildEventTool" 113 Name="VCPostBuildEventTool"
114 /> 114 />
115 </Configuration> 115 </Configuration>
183 LinkIncremental="1" 183 LinkIncremental="1"
184 SuppressStartupBanner="true" 184 SuppressStartupBanner="true"
185 IgnoreAllDefaultLibraries="true" 185 IgnoreAllDefaultLibraries="true"
186 ProgramDatabaseFile=".\Release/SDL.pdb" 186 ProgramDatabaseFile=".\Release/SDL.pdb"
187 SubSystem="2" 187 SubSystem="2"
188 RandomizedBaseAddress="1"
189 DataExecutionPrevention="0"
188 ImportLibrary=".\Release/SDL.lib" 190 ImportLibrary=".\Release/SDL.lib"
189 /> 191 />
190 <Tool 192 <Tool
191 Name="VCALinkTool" 193 Name="VCALinkTool"
192 /> 194 />
202 <Tool 204 <Tool
203 Name="VCFxCopTool" 205 Name="VCFxCopTool"
204 /> 206 />
205 <Tool 207 <Tool
206 Name="VCAppVerifierTool" 208 Name="VCAppVerifierTool"
207 />
208 <Tool
209 Name="VCWebDeploymentTool"
210 /> 209 />
211 <Tool 210 <Tool
212 Name="VCPostBuildEventTool" 211 Name="VCPostBuildEventTool"
213 /> 212 />
214 </Configuration> 213 </Configuration>
927 <File 926 <File
928 RelativePath="..\..\src\timer\SDL_timer_c.h" 927 RelativePath="..\..\src\timer\SDL_timer_c.h"
929 > 928 >
930 </File> 929 </File>
931 <File 930 <File
931 RelativePath="..\..\src\events\SDL_touch.c"
932 >
933 </File>
934 <File
935 RelativePath="..\..\src\events\SDL_touch_c.h"
936 >
937 </File>
938 <File
932 RelativePath="..\..\src\video\SDL_video.c" 939 RelativePath="..\..\src\video\SDL_video.c"
933 > 940 >
934 </File> 941 </File>
935 <File 942 <File
936 RelativePath="..\..\src\video\win32\SDL_vkeys.h" 943 RelativePath="..\..\src\video\win32\SDL_vkeys.h"