invoke using swig.exe instead of just swig in Visual Studio project files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
65f79a952c
commit
48203afbd0
34 changed files with 68 additions and 68 deletions
|
|
@ -128,7 +128,7 @@ InputName=example
|
|||
echo RUBY_INCLUDE: %RUBY_INCLUDE%
|
||||
echo RUBY_LIB: %RUBY_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c++ -ruby $(InputPath)
|
||||
..\..\..\swig.exe -c++ -ruby $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -143,7 +143,7 @@ InputName=example
|
|||
echo RUBY_INCLUDE: %RUBY_INCLUDE%
|
||||
echo RUBY_LIB: %RUBY_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c++ -ruby $(InputPath)
|
||||
..\..\..\swig.exe -c++ -ruby $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue