Changed -c to -noruntime

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-11-20 21:18:53 +00:00
commit 8ff296c06d
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../swig
SWIGOPT = -c -shadow
SWIGOPT = -noruntime -shadow
RUNTIMEDIR = $(TOP)/../Runtime/.libs
all::

View file

@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../swig
SWIGOPT = -c
SWIGOPT = -noruntime
RUNTIMEDIR = $(TOP)/../Runtime/.libs
all::
@ -12,7 +12,6 @@ all::
RUNTIMEDIR='$(RUNTIMEDIR)' TARGET='bar' INTERFACE='bar.i' tcl_multi_cpp
$(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
RUNTIMEDIR='$(RUNTIMEDIR)' TARGET='spam' INTERFACE='spam.i' tcl_multi_cpp
clean::