Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.

This commit is contained in:
William S Fulton 2013-01-15 07:18:20 +00:00
commit 78cd350fe9
38 changed files with 77 additions and 74 deletions

View file

@ -128,7 +128,7 @@ InputName=example
echo RUBY_INCLUDE: %RUBY_INCLUDE%
echo RUBY_LIB: %RUBY_LIB%
echo on
..\..\..\swig.exe -c++ -ruby $(InputPath)
..\..\..\swig.exe -c++ -ruby "$(InputPath)"
# End Custom Build
@ -143,7 +143,7 @@ InputName=example
echo RUBY_INCLUDE: %RUBY_INCLUDE%
echo RUBY_LIB: %RUBY_LIB%
echo on
..\..\..\swig.exe -c++ -ruby $(InputPath)
..\..\..\swig.exe -c++ -ruby "$(InputPath)"
# End Custom Build