summaryrefslogtreecommitdiff
path: root/Examples/ruby/import/base.dsp
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-15 07:18:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-15 07:18:20 +0000
commit78cd350fe98581d1353425eb9898a1e0a1d5ef6e (patch)
treebedb3776913e50961316d0d5ecbadccae3a52cf7 /Examples/ruby/import/base.dsp
parent0e6af5c0ea6db5a69e047274b029fb937c1adebc (diff)
downloadswig-78cd350fe98581d1353425eb9898a1e0a1d5ef6e.tar.gz
Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.
Diffstat (limited to 'Examples/ruby/import/base.dsp')
-rw-r--r--Examples/ruby/import/base.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/ruby/import/base.dsp b/Examples/ruby/import/base.dsp
index 174afef3e..4b9e2ea3f 100644
--- a/Examples/ruby/import/base.dsp
+++ b/Examples/ruby/import/base.dsp
@@ -120,7 +120,7 @@ InputName=base
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=base
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