Mercurial > sdl-ios-xcode
comparison VisualC/SDLmain/SDLmain_VS2008.vcproj @ 3402:1653b8eac4d3
Fixed bug #852
Jesse Anders 2009-10-17 14:17:25 PDT
In VC++, the build script that creates SDL_config.h and SDL_revision.h fails
when the project directory path includes spaces. For example, if the project
directory path is:
c:\Documents and Settings\Jesse\My Documents\Visual Studio 2008\Projects\SDL
1.3\VisualC\SDL\
The following error is generated:
'and' is not recognized as an internal or external command
Placing all paths in quotes fixes this.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 21:46:08 +0000 |
parents | c4d6458121db |
children | 5f812979e179 |
comparison
equal
deleted
inserted
replaced
3401:244ca085c026 | 3402:1653b8eac4d3 |
---|---|
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_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" |
33 /> | 33 /> |
34 <Tool | 34 <Tool |
35 Name="VCCustomBuildTool" | 35 Name="VCCustomBuildTool" |
36 /> | 36 /> |
37 <Tool | 37 <Tool |
164 ATLMinimizesCRunTimeLibraryUsage="false" | 164 ATLMinimizesCRunTimeLibraryUsage="false" |
165 > | 165 > |
166 <Tool | 166 <Tool |
167 Name="VCPreBuildEventTool" | 167 Name="VCPreBuildEventTool" |
168 Description="Making sure basic SDL headers are in place..." | 168 Description="Making sure basic SDL headers are in place..." |
169 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" | 169 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" |
170 /> | 170 /> |
171 <Tool | 171 <Tool |
172 Name="VCCustomBuildTool" | 172 Name="VCCustomBuildTool" |
173 /> | 173 /> |
174 <Tool | 174 <Tool |
301 ATLMinimizesCRunTimeLibraryUsage="false" | 301 ATLMinimizesCRunTimeLibraryUsage="false" |
302 > | 302 > |
303 <Tool | 303 <Tool |
304 Name="VCPreBuildEventTool" | 304 Name="VCPreBuildEventTool" |
305 Description="Making sure basic SDL headers are in place..." | 305 Description="Making sure basic SDL headers are in place..." |
306 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" | 306 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" |
307 /> | 307 /> |
308 <Tool | 308 <Tool |
309 Name="VCCustomBuildTool" | 309 Name="VCCustomBuildTool" |
310 /> | 310 /> |
311 <Tool | 311 <Tool |