summaryrefslogtreecommitdiffstats
path: root/Makefile.nt
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-03-18 12:07:01 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-03-18 12:07:01 +0000
commit4e5672112046c6a5ac4a4e4255a85fedca3a17b2 (patch)
tree370b351e41b79387d1297d88538e5fc8984956fd /Makefile.nt
parent3f8f3d67f405ff1cfbc6263a8634221b829b4136 (diff)
Makefile.nt: rectif. de l'installation
README.win32: MAJ. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@705 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile.nt')
-rw-r--r--Makefile.nt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.nt b/Makefile.nt
index 20dc4a4b0..aa98e696e 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -185,10 +185,10 @@ installbyt:
cp toplevel\topdirs.cmi $(LIBDIR)\topdirs.cmi
cd tools & $(MAKEREC) install
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) install & cd ..\..)
- cd wingui & $(MAKEREC) install
- cp README.win32 $(DISTRIB)\Readme.txt
- cp LICENSE $(DISTRIB)\License.txt
- cp Changes $(DISTRIB)\Changes.txt
+ cd wingui & $(MAKE) -nologo install
+ copy /a README.win32 $(DISTRIB)\Readme.txt
+ copy /a LICENSE $(DISTRIB)\License.txt
+ copy /a Changes $(DISTRIB)\Changes.txt
# Installation of the native-code compiler
installopt: