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
|
|
@ -120,7 +120,7 @@ InputName=foo
|
|||
echo RUBY_INCLUDE: %RUBY_INCLUDE%
|
||||
echo RUBY_LIB: %RUBY_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -ruby $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -ruby $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ InputName=foo
|
|||
echo RUBY_INCLUDE: %RUBY_INCLUDE%
|
||||
echo RUBY_LIB: %RUBY_LIB%
|
||||
echo on
|
||||
..\..\..\swig -c -c++ -ruby $(InputPath)
|
||||
..\..\..\swig -noruntime -c++ -ruby $(InputPath)
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue