Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.
This commit is contained in:
parent
0e6af5c0ea
commit
78cd350fe9
38 changed files with 77 additions and 74 deletions
|
|
@ -120,7 +120,7 @@ InputName=bar
|
|||
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
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ InputName=bar
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue