Makefile.nt: meilleure install.

README.win32: MAJ.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@689 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-03-11 13:58:14 +00:00
parent 4ae1b28696
commit 1973b55b71
2 changed files with 6 additions and 3 deletions

View File

@ -184,7 +184,10 @@ installbyt:
cp toplevel\topdirs.cmi $(LIBDIR)\topdirs.cmi
cd tools & $(MAKEREC) install
cd otherlibs\str & $(MAKEREC) install
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) installopt & cd ..\..)
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) install & cd ..\..)
cp README.win32 $(DISTRIB)\Readme.txt
cp LICENSE $(DISTRIB)\License.txt
cp Changes $(DISTRIB)\Changes.txt
# Installation of the native-code compiler
installopt:

View File

@ -14,7 +14,7 @@ Linking Caml bytecode with C code (cslc -custom) requires the
Microsoft Visual C++ compiler.
The native-code compiler (cslopt) requires Visual C++ and the
Microsoft assembler MASM version 5.
Microsoft assembler MASM version 6.
INSTALLATION:
@ -71,7 +71,7 @@ The command-line tools can be recompiled from the Unix source
distribution (csl-X.YZ.tar.gz), which also contains the files modified
for Windows.
In addition to Visual C++ 4.0 and MASM 5, you will also need a healthy
In addition to Visual C++ 4.0 and MASM 6, you will also need a healthy
set of Unix / GNU utilities that understands long file names
(see e.g. ftp://ftp.cc.utexas.edu/microlib/nt/gnu/).