New -noruntime commandline option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5406 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
56d598c8fe
commit
4a7ea494b9
17 changed files with 34 additions and 34 deletions
|
|
@ -25,16 +25,16 @@ which must be built and properly installed.
|
|||
|
||||
Unix:
|
||||
-----
|
||||
- Run make
|
||||
- Make sure the SWIG runtime library is built and the path to it is
|
||||
in LD_LIBRARY_PATH
|
||||
- Run make
|
||||
- Run the test as described above
|
||||
|
||||
Windows:
|
||||
--------
|
||||
- Make sure the SWIG runtime library is built and in your path. See Windows.html.
|
||||
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
|
||||
to create the 4 DLLs. The Batch build option in the Build menu is the
|
||||
easiest way to do this. Only use the Release builds not the Debug builds.
|
||||
- Make sure the SWIG runtime library is built and in your path
|
||||
- Run the test as described above
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ InputName=bar
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ InputName=bar
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ InputName=base
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ InputName=base
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ InputName=foo
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ InputName=foo
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ InputName=spam
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ InputName=spam
|
|||
echo PYTHON_INCLUDE: %PYTHON_INCLUDE%
|
||||
echo PYTHON_LIB: %PYTHON_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -python $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -python $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue