*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@963 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
92c204bafa
commit
c935b71cfa
2 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ SOURCEDIRS = `ls $(SOURCE)`
|
|||
|
||||
swig: Modules1.1 Swig Modules Preprocessor LParse DOH
|
||||
$(CXX) -o $(TARGET) \
|
||||
$(SOURCE)/Modules1.1/libmodules11.a \
|
||||
$(SOURCE)/Modules/libmodules.a \
|
||||
$(SOURCE)/Modules1.1/libmodules11.a \
|
||||
$(SOURCE)/LParse/liblparse.a \
|
||||
$(SOURCE)/Preprocessor/libcpp.a \
|
||||
$(SOURCE)/Swig/libswig.a \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ CC = @CC@
|
|||
AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
CFLAGS = @CFLAGS@
|
||||
INCLUDE = -I$(srcdir)/. -I$(srcdir)/../DOH/Include -I$(srcdir)/../Swig -I$(srcdir)/../Preprocessor -I$(srcdir)/../LParse
|
||||
INCLUDE = -I$(srcdir)/. -I$(srcdir)/../Include -I$(srcdir)/../DOH/Include -I$(srcdir)/../Swig -I$(srcdir)/../Preprocessor -I$(srcdir)/../LParse
|
||||
TARGET = libmodules.a
|
||||
|
||||
.c.o:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue