Added LINKFORSHARED option to swig13 linking.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
69d1af33d8
commit
650baa6f2b
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ CXX = @CXX@
|
|||
LIBS = @LIBS@
|
||||
AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
LINKFORSHARED = @LINKFORSHARED@
|
||||
|
||||
# Note: Files in `SWIG_LIB' are machine independent so we use `prefix'
|
||||
# instead of `exec_prefix' or, derivatively, `libdir'.
|
||||
|
|
@ -47,7 +48,7 @@ experiment: Swig Preprocessor LParse Experiment DOH Modules
|
|||
|
||||
|
||||
swig13: Swig Preprocessor LParse SWIG1.3 DOH Modules
|
||||
$(CXX) -o $(TARGET) \
|
||||
$(CXX) -o $(TARGET) $(LINKFORSHARED) \
|
||||
$(SOURCE)/Modules/libmodules.a \
|
||||
$(SOURCE)/SWIG1.3/libswig13.a \
|
||||
$(SOURCE)/LParse/liblparse.a \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue