diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2013-01-15 07:18:20 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2013-01-15 07:18:20 +0000 |
commit | 78cd350fe98581d1353425eb9898a1e0a1d5ef6e (patch) | |
tree | bedb3776913e50961316d0d5ecbadccae3a52cf7 /Examples/python/multimap | |
parent | 0e6af5c0ea6db5a69e047274b029fb937c1adebc (diff) | |
download | swig-78cd350fe98581d1353425eb9898a1e0a1d5ef6e.tar.gz |
Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.
Diffstat (limited to 'Examples/python/multimap')
-rw-r--r-- | Examples/python/multimap/example.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/python/multimap/example.dsp b/Examples/python/multimap/example.dsp index 32845e0e8..68f79c7a6 100644 --- a/Examples/python/multimap/example.dsp +++ b/Examples/python/multimap/example.dsp @@ -122,7 +122,7 @@ InputName=example echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
echo PYTHON_LIB: %PYTHON_LIB%
echo on
- ..\..\..\swig.exe -python $(InputPath)
+ ..\..\..\swig.exe -python "$(InputPath)"
# End Custom Build
@@ -137,7 +137,7 @@ InputName=example echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
echo PYTHON_LIB: %PYTHON_LIB%
echo on
- ..\..\..\swig.exe -python $(InputPath)
+ ..\..\..\swig.exe -python "$(InputPath)"
# End Custom Build
|