diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2009-03-20 23:54:43 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2009-03-20 23:54:43 +0000 |
commit | 48203afbd0bac33a0ce8176d681ad33ff5c50217 (patch) | |
tree | 81e32fb768538a990b0b72bb0e528deaf4eba9ef /Examples/python/contract/example.dsp | |
parent | 65f79a952cc244ba33f2de1e59dbbf3377576009 (diff) | |
download | swig-48203afbd0bac33a0ce8176d681ad33ff5c50217.tar.gz |
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
Diffstat (limited to 'Examples/python/contract/example.dsp')
-rw-r--r-- | Examples/python/contract/example.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/python/contract/example.dsp b/Examples/python/contract/example.dsp index 7a32f4dc1..32845e0e8 100644 --- a/Examples/python/contract/example.dsp +++ b/Examples/python/contract/example.dsp @@ -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
|