# HG changeset patch # User Sam Lantinga # Date 1255815968 0 # Node ID 1653b8eac4d304e6940b5a4a350d6077956dfa1c # Parent 244ca085c026b80ec62ada24bb8e4183e5db7be0 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. diff -r 244ca085c026 -r 1653b8eac4d3 VisualC/SDL/SDL.vcproj --- a/VisualC/SDL/SDL.vcproj Sat Oct 17 07:38:14 2009 +0000 +++ b/VisualC/SDL/SDL.vcproj Sat Oct 17 21:46:08 2009 +0000 @@ -26,7 +26,7 @@