(MZC): New var.
(mzscheme): Use `MZC'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@624 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3e779b0441
commit
ecee4cf7c3
1 changed files with 4 additions and 2 deletions
|
|
@ -332,10 +332,12 @@ java_cpp: $(SRCS)
|
|||
# Build a C dynamically loadable module
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
MZC = test -n "@MZC@" && @MZC@
|
||||
|
||||
mzscheme: $(SRCS)
|
||||
$(SWIG) -mzscheme $(SWIGOPT) $(INTERFACE)
|
||||
mzc --cc $(ISRCS) $(SRCS)
|
||||
mzc --ld $(TARGET)$(SO) $(OBJS) $(IOBJS)
|
||||
$(MZC) --cc $(ISRCS) $(SRCS)
|
||||
$(MZC) --ld $(TARGET)$(SO) $(OBJS) $(IOBJS)
|
||||
|
||||
##################################################################
|
||||
##### RUBY ######
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue