Fix linking of examples.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13208 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5db9c97963
commit
c4ae9c169c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ IWRAP = $(INTERFACE:.i=_wrap.i)
|
|||
IPROXYSRCS = $(INTERFACE:.i=_proxy.c)
|
||||
ISRCS = $(IWRAP:.i=.c)
|
||||
ICXXSRCS = $(IWRAP:.i=.cxx)
|
||||
IOBJS = $(IWRAP:.i=.o) $(IPROXYSRCS:.c:.o)
|
||||
IOBJS = $(IWRAP:.i=.o) $(IPROXYSRCS:.c=.o)
|
||||
|
||||
##################################################################
|
||||
# Dynamic loading for C++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue