1.1 --- a/VisualC/SDL/SDL.vcproj Thu Oct 08 09:32:07 2009 +0000
1.2 +++ b/VisualC/SDL/SDL.vcproj Thu Oct 08 09:37:58 2009 +0000
1.3 @@ -25,6 +25,8 @@
1.4 >
1.5 <Tool
1.6 Name="VCPreBuildEventTool"
1.7 + Description="Making sure basic SDL headers are in place..."
1.8 + CommandLine="if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
:SDLCONFIGOKAY

if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
:SDLREVISIONOKAY"
1.9 />
1.10 <Tool
1.11 Name="VCCustomBuildTool"
1.12 @@ -122,6 +124,8 @@
1.13 >
1.14 <Tool
1.15 Name="VCPreBuildEventTool"
1.16 + Description="Making sure basic SDL headers are in place..."
1.17 + CommandLine="if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
:SDLCONFIGOKAY

if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
:SDLREVISIONOKAY"
1.18 />
1.19 <Tool
1.20 Name="VCCustomBuildTool"
2.1 --- a/VisualC/SDLmain/SDLmain.vcproj Thu Oct 08 09:32:07 2009 +0000
2.2 +++ b/VisualC/SDLmain/SDLmain.vcproj Thu Oct 08 09:37:58 2009 +0000
2.3 @@ -24,6 +24,8 @@
2.4 >
2.5 <Tool
2.6 Name="VCPreBuildEventTool"
2.7 + Description="Making sure basic SDL headers are in place..."
2.8 + CommandLine="if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
:SDLCONFIGOKAY

if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
:SDLREVISIONOKAY"
2.9 />
2.10 <Tool
2.11 Name="VCCustomBuildTool"
2.12 @@ -95,6 +97,8 @@
2.13 >
2.14 <Tool
2.15 Name="VCPreBuildEventTool"
2.16 + Description="Making sure basic SDL headers are in place..."
2.17 + CommandLine="if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
:SDLCONFIGOKAY

if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
:SDLREVISIONOKAY"
2.18 />
2.19 <Tool
2.20 Name="VCCustomBuildTool"
2.21 @@ -166,6 +170,8 @@
2.22 >
2.23 <Tool
2.24 Name="VCPreBuildEventTool"
2.25 + Description="Making sure basic SDL headers are in place..."
2.26 + CommandLine="if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
:SDLCONFIGOKAY

if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
:SDLREVISIONOKAY"
2.27 />
2.28 <Tool
2.29 Name="VCCustomBuildTool"