Updated Guile builds.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@751 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1335d46de8
commit
b78562280c
1 changed files with 3 additions and 6 deletions
|
|
@ -278,20 +278,17 @@ guile_cpp: $(SRCS)
|
|||
|
||||
# -----------------------------------------------------------------
|
||||
# Build statically linked Guile interpreter
|
||||
#
|
||||
# These should only be used in conjunction with the %include embed.i
|
||||
# library file
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
GUILE_LIBOPTS = @GUILELINK@ @LIBS@ $(TKINTER) $(SYSLIBS)
|
||||
GUILE_LIBOPTS = @GUILELINK@ @LIBS@ $(SYSLIBS)
|
||||
|
||||
guile_static: $(SRCS)
|
||||
$(SWIG) -guile -lembed.i $(SWIGOPT) $(INTERFACE)
|
||||
$(SWIG) -guile -lguilemain.i $(SWIGOPT) $(INTERFACE)
|
||||
$(CC) $(CFLAGS) @LINKFORSHARED@ $(ISRCS) $(SRCS) $(INCLUDE) \
|
||||
$(GUILE_INCLUDE) $(LIBS) -L$(GUILE_LIB) $(GUILE_LIBOPTS) -o $(TARGET)
|
||||
|
||||
guile_static_cpp: $(SRCS)
|
||||
$(SWIG) -c++ -guile -lembed.i $(SWIGOPT) $(INTERFACE)
|
||||
$(SWIG) -c++ -guile -lguilemain.i $(SWIGOPT) $(INTERFACE)
|
||||
$(CXX) $(CFLAGS) $(ISRCS) $(SRCS) $(INCLUDE) \
|
||||
$(GUILE_INCLUDE) $(LIBS) -L$(GUILE_LIB) $(GUILE_LIBOPTS) -o $(TARGET)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue