Compiler et installer win32caml sous Mingw aussi bien que sous Cygwin (PR#1831)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5843 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2003-09-25 08:19:17 +00:00
parent 173634f92d
commit b3f7e7e9dc
1 changed files with 1 additions and 4 deletions

View File

@ -226,9 +226,7 @@ installbyt:
cd ocamldoc ; $(MAKEREC) install
mkdir -p $(STUBLIBDIR)
for i in $(OTHERLIBRARIES); do $(MAKEREC) -C otherlibs/$$i install; done
ifeq ($(TOOLCHAIN),msvc)
cd win32caml ; $(MAKE) install
endif
cd camlp4 ; make install
cp README $(DISTRIB)/Readme.gen
cp README.win32 $(DISTRIB)/Readme.win
@ -586,9 +584,8 @@ partialclean::
# The Win32 toplevel GUI
win32gui:
ifeq ($(TOOLCHAIN),msvc)
cd win32caml ; $(MAKE) all
endif
clean::
cd win32caml ; $(MAKE) clean