Mercurial > sdl-ios-xcode
comparison VisualC/SDL/SDL_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 | 124cda437b07 |
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 |
205 ATLMinimizesCRunTimeLibraryUsage="false" | 205 ATLMinimizesCRunTimeLibraryUsage="false" |
206 > | 206 > |
207 <Tool | 207 <Tool |
208 Name="VCPreBuildEventTool" | 208 Name="VCPreBuildEventTool" |
209 Description="Making sure basic SDL headers are in place..." | 209 Description="Making sure basic SDL headers are in place..." |
210 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
" | 210 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
" |
211 /> | 211 /> |
212 <Tool | 212 <Tool |
213 Name="VCCustomBuildTool" | 213 Name="VCCustomBuildTool" |
214 /> | 214 /> |
215 <Tool | 215 <Tool |