From 785cf42ddb482340fb6cbad147338d3535f434fd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 17 Oct 2009 21:46:08 +0000 Subject: [PATCH] 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. --- VisualC/SDL/SDL.vcproj | 4 ++-- VisualC/SDL/SDL_VS2008.vcproj | 4 ++-- VisualC/SDLmain/SDLmain.vcproj | 6 +++--- VisualC/SDLmain/SDLmain_VS2008.vcproj | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VisualC/SDL/SDL.vcproj b/VisualC/SDL/SDL.vcproj index 26fa4ea50..5c2e4e7e7 100644 --- a/VisualC/SDL/SDL.vcproj +++ b/VisualC/SDL/SDL.vcproj @@ -26,7 +26,7 @@