(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:
Thien-Thi Nguyen 2000-08-05 02:35:50 +00:00
commit ecee4cf7c3

View file

@ -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 ######