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
|
|
@ -122,7 +122,7 @@ InputName=example
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -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 -python $(InputPath)
|
||||
..\..\..\swig.exe -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue