changed -c to -noruntime

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5354 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-11-20 21:14:12 +00:00
commit ceda8b7655

View file

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