Mercurial > sdl-ios-xcode
comparison VisualC/SDLmain/SDLmain_VS2005.vcproj @ 4968:379361d5e425
Jcw87 to Sam
The project files for VS 2005 are still outdated/messed up. I have a patch that will bring the VS 2005 project files up to date with the VS 2008 project files, add the x64 platform to the VS 2005 project files, fix a few issues with x64 in VS 2008, and a few other misc changes that don't really change the output at all.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 Jan 2011 08:35:18 -0800 |
parents | 3c4e0130c9b1 |
children | e8916fe9cfc8 |
comparison
equal
deleted
inserted
replaced
4967:f74a3f94c408 | 4968:379361d5e425 |
---|---|
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 <<<<<<< local | |
5 Version="8.00" | 4 Version="8.00" |
6 ======= | |
7 Version="9.00" | |
8 >>>>>>> other | |
9 Name="SDLmain" | 5 Name="SDLmain" |
10 ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" | 6 ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" |
11 <<<<<<< local | 7 RootNamespace="SDLmain" |
12 ======= | |
13 TargetFrameworkVersion="131072" | |
14 >>>>>>> other | |
15 > | 8 > |
16 <Platforms> | 9 <Platforms> |
17 <Platform | 10 <Platform |
18 Name="Win32" | 11 Name="Win32" |
19 /> | 12 /> |
13 <Platform | |
14 Name="x64" | |
15 /> | |
20 </Platforms> | 16 </Platforms> |
21 <ToolFiles> | 17 <ToolFiles> |
22 </ToolFiles> | 18 </ToolFiles> |
23 <Configurations> | 19 <Configurations> |
24 <Configuration | 20 <Configuration |
31 ATLMinimizesCRunTimeLibraryUsage="false" | 27 ATLMinimizesCRunTimeLibraryUsage="false" |
32 > | 28 > |
33 <Tool | 29 <Tool |
34 Name="VCPreBuildEventTool" | 30 Name="VCPreBuildEventTool" |
35 Description="Making sure basic SDL headers are in place..." | 31 Description="Making sure basic SDL headers are in place..." |
36 <<<<<<< local | |
37 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY" | |
38 ======= | |
39 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" | 32 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
40 >>>>>>> other | |
41 /> | 33 /> |
42 <Tool | 34 <Tool |
43 Name="VCCustomBuildTool" | 35 Name="VCCustomBuildTool" |
44 /> | 36 /> |
45 <Tool | 37 <Tool |
57 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | 49 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" |
58 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS" | 50 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS" |
59 StringPooling="true" | 51 StringPooling="true" |
60 RuntimeLibrary="2" | 52 RuntimeLibrary="2" |
61 EnableFunctionLevelLinking="true" | 53 EnableFunctionLevelLinking="true" |
62 UsePrecompiledHeader="0" | 54 WarningLevel="3" |
63 PrecompiledHeaderFile=".\Release/SDLmain.pch" | 55 SuppressStartupBanner="true" |
64 AssemblerListingLocation=".\Release/" | 56 CompileAs="0" |
65 ObjectFile=".\Release/" | 57 /> |
66 ProgramDataBaseFileName=".\Release/" | 58 <Tool |
67 WarningLevel="3" | 59 Name="VCManagedResourceCompilerTool" |
68 SuppressStartupBanner="true" | 60 /> |
69 CompileAs="0" | 61 <Tool |
70 /> | 62 Name="VCResourceCompilerTool" |
71 <Tool | 63 /> |
72 Name="VCManagedResourceCompilerTool" | 64 <Tool |
73 /> | 65 Name="VCPreLinkEventTool" |
74 <Tool | 66 /> |
75 Name="VCResourceCompilerTool" | 67 <Tool |
76 /> | 68 Name="VCLibrarianTool" |
77 <Tool | 69 OutputFile="$(IntDir)\SDLmain.lib" |
78 Name="VCPreLinkEventTool" | 70 SuppressStartupBanner="true" |
79 /> | 71 /> |
80 <Tool | 72 <Tool |
81 Name="VCLibrarianTool" | 73 Name="VCALinkTool" |
82 OutputFile=".\Release\SDLmain.lib" | 74 /> |
75 <Tool | |
76 Name="VCXDCMakeTool" | |
77 /> | |
78 <Tool | |
79 Name="VCBscMakeTool" | |
80 /> | |
81 <Tool | |
82 Name="VCFxCopTool" | |
83 /> | |
84 <Tool | |
85 Name="VCPostBuildEventTool" | |
86 /> | |
87 </Configuration> | |
88 <Configuration | |
89 Name="Release|x64" | |
90 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
91 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
92 ConfigurationType="4" | |
93 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
94 UseOfMFC="0" | |
95 ATLMinimizesCRunTimeLibraryUsage="false" | |
96 > | |
97 <Tool | |
98 Name="VCPreBuildEventTool" | |
99 /> | |
100 <Tool | |
101 Name="VCCustomBuildTool" | |
102 /> | |
103 <Tool | |
104 Name="VCXMLDataGeneratorTool" | |
105 /> | |
106 <Tool | |
107 Name="VCWebServiceProxyGeneratorTool" | |
108 /> | |
109 <Tool | |
110 Name="VCMIDLTool" | |
111 TargetEnvironment="3" | |
112 /> | |
113 <Tool | |
114 Name="VCCLCompilerTool" | |
115 InlineFunctionExpansion="1" | |
116 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | |
117 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | |
118 StringPooling="true" | |
119 RuntimeLibrary="2" | |
120 EnableFunctionLevelLinking="true" | |
121 WarningLevel="3" | |
122 SuppressStartupBanner="true" | |
123 CompileAs="0" | |
124 /> | |
125 <Tool | |
126 Name="VCManagedResourceCompilerTool" | |
127 /> | |
128 <Tool | |
129 Name="VCResourceCompilerTool" | |
130 /> | |
131 <Tool | |
132 Name="VCPreLinkEventTool" | |
133 /> | |
134 <Tool | |
135 Name="VCLibrarianTool" | |
136 OutputFile="$(IntDir)\SDLmain.lib" | |
83 SuppressStartupBanner="true" | 137 SuppressStartupBanner="true" |
84 /> | 138 /> |
85 <Tool | 139 <Tool |
86 Name="VCALinkTool" | 140 Name="VCALinkTool" |
87 /> | 141 /> |
108 ATLMinimizesCRunTimeLibraryUsage="false" | 162 ATLMinimizesCRunTimeLibraryUsage="false" |
109 > | 163 > |
110 <Tool | 164 <Tool |
111 Name="VCPreBuildEventTool" | 165 Name="VCPreBuildEventTool" |
112 Description="Making sure basic SDL headers are in place..." | 166 Description="Making sure basic SDL headers are in place..." |
113 <<<<<<< local | |
114 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY" | |
115 ======= | |
116 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" | 167 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
117 >>>>>>> other | |
118 /> | 168 /> |
119 <Tool | 169 <Tool |
120 Name="VCCustomBuildTool" | 170 Name="VCCustomBuildTool" |
121 /> | 171 /> |
122 <Tool | 172 <Tool |
134 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | 184 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" |
135 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT" | 185 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT" |
136 StringPooling="true" | 186 StringPooling="true" |
137 RuntimeLibrary="2" | 187 RuntimeLibrary="2" |
138 EnableFunctionLevelLinking="true" | 188 EnableFunctionLevelLinking="true" |
139 UsePrecompiledHeader="0" | 189 WarningLevel="3" |
140 PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch" | 190 SuppressStartupBanner="true" |
141 AssemblerListingLocation=".\Release_NOSTDIO/" | 191 CompileAs="0" |
142 ObjectFile=".\Release_NOSTDIO/" | 192 /> |
143 ProgramDataBaseFileName=".\Release_NOSTDIO/" | 193 <Tool |
144 WarningLevel="3" | 194 Name="VCManagedResourceCompilerTool" |
145 SuppressStartupBanner="true" | 195 /> |
146 CompileAs="0" | 196 <Tool |
147 /> | 197 Name="VCResourceCompilerTool" |
148 <Tool | 198 /> |
149 Name="VCManagedResourceCompilerTool" | 199 <Tool |
150 /> | 200 Name="VCPreLinkEventTool" |
151 <Tool | 201 /> |
152 Name="VCResourceCompilerTool" | 202 <Tool |
153 /> | 203 Name="VCLibrarianTool" |
154 <Tool | 204 OutputFile="$(IntDir)\SDLmain.lib" |
155 Name="VCPreLinkEventTool" | 205 SuppressStartupBanner="true" |
156 /> | 206 /> |
157 <Tool | 207 <Tool |
158 Name="VCLibrarianTool" | 208 Name="VCALinkTool" |
159 OutputFile=".\Release_NOSTDIO\SDLmain.lib" | 209 /> |
210 <Tool | |
211 Name="VCXDCMakeTool" | |
212 /> | |
213 <Tool | |
214 Name="VCBscMakeTool" | |
215 /> | |
216 <Tool | |
217 Name="VCFxCopTool" | |
218 /> | |
219 <Tool | |
220 Name="VCPostBuildEventTool" | |
221 /> | |
222 </Configuration> | |
223 <Configuration | |
224 Name="Release_NoSTDIO|x64" | |
225 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
226 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
227 ConfigurationType="4" | |
228 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
229 UseOfMFC="0" | |
230 ATLMinimizesCRunTimeLibraryUsage="false" | |
231 > | |
232 <Tool | |
233 Name="VCPreBuildEventTool" | |
234 /> | |
235 <Tool | |
236 Name="VCCustomBuildTool" | |
237 /> | |
238 <Tool | |
239 Name="VCXMLDataGeneratorTool" | |
240 /> | |
241 <Tool | |
242 Name="VCWebServiceProxyGeneratorTool" | |
243 /> | |
244 <Tool | |
245 Name="VCMIDLTool" | |
246 TargetEnvironment="3" | |
247 /> | |
248 <Tool | |
249 Name="VCCLCompilerTool" | |
250 InlineFunctionExpansion="1" | |
251 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | |
252 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT" | |
253 StringPooling="true" | |
254 RuntimeLibrary="2" | |
255 EnableFunctionLevelLinking="true" | |
256 WarningLevel="3" | |
257 SuppressStartupBanner="true" | |
258 CompileAs="0" | |
259 /> | |
260 <Tool | |
261 Name="VCManagedResourceCompilerTool" | |
262 /> | |
263 <Tool | |
264 Name="VCResourceCompilerTool" | |
265 /> | |
266 <Tool | |
267 Name="VCPreLinkEventTool" | |
268 /> | |
269 <Tool | |
270 Name="VCLibrarianTool" | |
271 OutputFile="$(IntDir)\SDLmain.lib" | |
160 SuppressStartupBanner="true" | 272 SuppressStartupBanner="true" |
161 /> | 273 /> |
162 <Tool | 274 <Tool |
163 Name="VCALinkTool" | 275 Name="VCALinkTool" |
164 /> | 276 /> |
185 ATLMinimizesCRunTimeLibraryUsage="false" | 297 ATLMinimizesCRunTimeLibraryUsage="false" |
186 > | 298 > |
187 <Tool | 299 <Tool |
188 Name="VCPreBuildEventTool" | 300 Name="VCPreBuildEventTool" |
189 Description="Making sure basic SDL headers are in place..." | 301 Description="Making sure basic SDL headers are in place..." |
190 <<<<<<< local | |
191 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY" | |
192 ======= | |
193 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" | 302 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
194 >>>>>>> other | |
195 /> | 303 /> |
196 <Tool | 304 <Tool |
197 Name="VCCustomBuildTool" | 305 Name="VCCustomBuildTool" |
198 /> | 306 /> |
199 <Tool | 307 <Tool |
209 Name="VCCLCompilerTool" | 317 Name="VCCLCompilerTool" |
210 Optimization="0" | 318 Optimization="0" |
211 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | 319 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" |
212 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS" | 320 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS" |
213 RuntimeLibrary="2" | 321 RuntimeLibrary="2" |
214 UsePrecompiledHeader="0" | |
215 PrecompiledHeaderFile=".\Debug/SDLmain.pch" | |
216 AssemblerListingLocation=".\Debug/" | |
217 ObjectFile=".\Debug/" | |
218 ProgramDataBaseFileName=".\Debug/" | |
219 WarningLevel="3" | 322 WarningLevel="3" |
220 SuppressStartupBanner="true" | 323 SuppressStartupBanner="true" |
221 DebugInformationFormat="1" | 324 DebugInformationFormat="1" |
222 CompileAs="0" | 325 CompileAs="0" |
223 /> | 326 /> |
230 <Tool | 333 <Tool |
231 Name="VCPreLinkEventTool" | 334 Name="VCPreLinkEventTool" |
232 /> | 335 /> |
233 <Tool | 336 <Tool |
234 Name="VCLibrarianTool" | 337 Name="VCLibrarianTool" |
235 OutputFile=".\Debug\SDLmain.lib" | 338 OutputFile="$(IntDir)\SDLmain.lib" |
339 SuppressStartupBanner="true" | |
340 /> | |
341 <Tool | |
342 Name="VCALinkTool" | |
343 /> | |
344 <Tool | |
345 Name="VCXDCMakeTool" | |
346 /> | |
347 <Tool | |
348 Name="VCBscMakeTool" | |
349 /> | |
350 <Tool | |
351 Name="VCFxCopTool" | |
352 /> | |
353 <Tool | |
354 Name="VCPostBuildEventTool" | |
355 /> | |
356 </Configuration> | |
357 <Configuration | |
358 Name="Debug|x64" | |
359 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
360 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
361 ConfigurationType="4" | |
362 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
363 UseOfMFC="0" | |
364 ATLMinimizesCRunTimeLibraryUsage="false" | |
365 > | |
366 <Tool | |
367 Name="VCPreBuildEventTool" | |
368 /> | |
369 <Tool | |
370 Name="VCCustomBuildTool" | |
371 /> | |
372 <Tool | |
373 Name="VCXMLDataGeneratorTool" | |
374 /> | |
375 <Tool | |
376 Name="VCWebServiceProxyGeneratorTool" | |
377 /> | |
378 <Tool | |
379 Name="VCMIDLTool" | |
380 TargetEnvironment="3" | |
381 /> | |
382 <Tool | |
383 Name="VCCLCompilerTool" | |
384 Optimization="0" | |
385 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" | |
386 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
387 RuntimeLibrary="2" | |
388 WarningLevel="3" | |
389 SuppressStartupBanner="true" | |
390 DebugInformationFormat="1" | |
391 CompileAs="0" | |
392 /> | |
393 <Tool | |
394 Name="VCManagedResourceCompilerTool" | |
395 /> | |
396 <Tool | |
397 Name="VCResourceCompilerTool" | |
398 /> | |
399 <Tool | |
400 Name="VCPreLinkEventTool" | |
401 /> | |
402 <Tool | |
403 Name="VCLibrarianTool" | |
404 OutputFile="$(IntDir)\SDLmain.lib" | |
236 SuppressStartupBanner="true" | 405 SuppressStartupBanner="true" |
237 /> | 406 /> |
238 <Tool | 407 <Tool |
239 Name="VCALinkTool" | 408 Name="VCALinkTool" |
240 /> | 409 /> |