Mercurial > sdl-ios-xcode
comparison VisualC/SDLmain/SDLmain_VS2005.vcproj @ 5119:16a326715f39
Always copy the SDL_config_windows.h to SDL_config.h for VisualC 2005, 2008 and 2010 projects.
author | krogoway |
---|---|
date | Thu, 27 Jan 2011 20:30:39 -0600 |
parents | e8916fe9cfc8 |
children | 6b6cf2727809 |
comparison
equal
deleted
inserted
replaced
5118:02b860cbc7ce | 5119:16a326715f39 |
---|---|
27 ATLMinimizesCRunTimeLibraryUsage="false" | 27 ATLMinimizesCRunTimeLibraryUsage="false" |
28 > | 28 > |
29 <Tool | 29 <Tool |
30 Name="VCPreBuildEventTool" | 30 Name="VCPreBuildEventTool" |
31 Description="Making sure basic SDL headers are in place..." | 31 Description="Making sure basic SDL headers are in place..." |
32 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_windows.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_windows.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="echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
33 /> | 33 /> |
34 <Tool | 34 <Tool |
35 Name="VCCustomBuildTool" | 35 Name="VCCustomBuildTool" |
36 /> | 36 /> |
37 <Tool | 37 <Tool |
162 ATLMinimizesCRunTimeLibraryUsage="false" | 162 ATLMinimizesCRunTimeLibraryUsage="false" |
163 > | 163 > |
164 <Tool | 164 <Tool |
165 Name="VCPreBuildEventTool" | 165 Name="VCPreBuildEventTool" |
166 Description="Making sure basic SDL headers are in place..." | 166 Description="Making sure basic SDL headers are in place..." |
167 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_windows.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_windows.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="echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
168 /> | 168 /> |
169 <Tool | 169 <Tool |
170 Name="VCCustomBuildTool" | 170 Name="VCCustomBuildTool" |
171 /> | 171 /> |
172 <Tool | 172 <Tool |
297 ATLMinimizesCRunTimeLibraryUsage="false" | 297 ATLMinimizesCRunTimeLibraryUsage="false" |
298 > | 298 > |
299 <Tool | 299 <Tool |
300 Name="VCPreBuildEventTool" | 300 Name="VCPreBuildEventTool" |
301 Description="Making sure basic SDL headers are in place..." | 301 Description="Making sure basic SDL headers are in place..." |
302 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_windows.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_windows.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="echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
303 /> | 303 /> |
304 <Tool | 304 <Tool |
305 Name="VCCustomBuildTool" | 305 Name="VCCustomBuildTool" |
306 /> | 306 /> |
307 <Tool | 307 <Tool |