Prerequisite
- Cygwin: gcc, ocaml, make
cd cilYou might need to edit the Makefile.cil to remove the following lines (at line 259)
./configure
make
make quicktest
$(ECHO)#if test $(OBJDIR) != $(<D) -a -f $(OBJDIR)/$(basename $(<F)).cmi ;then \
$(COMMAND) mv -f $(OBJDIR)/$(basename $(<F)).cmi $(<D); \
mv -f $(OBJDIR)/$(basename $(<F)).cmi $(<D); \
fi
No comments:
Post a Comment