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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue