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:
William S Fulton 2009-03-20 23:54:43 +00:00
commit 48203afbd0
34 changed files with 68 additions and 68 deletions

View file

@ -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