Fixed core
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@101 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6dfe91dcc3
commit
3dfb1aba02
3 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ RPATH = @RPATH@
|
|||
SO = @SO@
|
||||
CCSHARED = @CCSHARED@
|
||||
LDSHARED = @LDSHARED@
|
||||
INCLUDE = -I. -I../Core -I../DOH/Include
|
||||
INCLUDE = -I. -I../Swig -I../DOH/Include
|
||||
|
||||
SRCS = expr.c cpp.c
|
||||
OBJS = expr.o cpp.o
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ LIBSRCS = main.cxx scanner.cxx symbol.cxx include.cxx types.cxx parms.cxx emit.c
|
|||
sstring.cxx wrapfunc.cxx comment.cxx typemap.cxx naming.cxx
|
||||
|
||||
PARSER = parser.y
|
||||
INCLUDE = -I../Include -I. -I../Core -I../Preprocessor -I../DOH/Include
|
||||
INCLUDE = -I../Include -I. -I../Swig -I../Preprocessor -I../DOH/Include
|
||||
CFLAGS = @CFLAGS@ -DSWIG_LIB='"$(SWIG_LIB)"' -DSWIG_CC='"$(CC)"' @DEFS@
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue