summaryrefslogtreecommitdiff
path: root/Examples/r/simple/example.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/r/simple/example.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/r/simple/example.dsp')
-rw-r--r--Examples/r/simple/example.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/r/simple/example.dsp b/Examples/r/simple/example.dsp
index 356815d19..105392bbd 100644
--- a/Examples/r/simple/example.dsp
+++ b/Examples/r/simple/example.dsp
@@ -122,7 +122,7 @@ InputName=example
echo R_INCLUDE: %R_INCLUDE%
echo R_LIB: %R_LIB%
echo on
- ..\..\..\swig.exe -r $(InputPath)
+ ..\..\..\swig.exe -r "$(InputPath)"
# End Custom Build
@@ -137,7 +137,7 @@ InputName=example
echo R_INCLUDE: %R_INCLUDE%
echo R_LIB: %R_LIB%
echo on
- ..\..\..\swig.exe -r $(InputPath)
+ ..\..\..\swig.exe -r "$(InputPath)"
# End Custom Build