summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-05-07 13:09:26 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-05-07 13:09:26 +0000
commit757bc071411fdeb8286595ec0bd7cf244c9fdbf8 (patch)
treea66c2603626b1431b3a2f7438371b93cbb4069c9 /config
parentab756fbfe310fe1b25c0ea16554258520a579c87 (diff)
downloadocaml-757bc071411fdeb8286595ec0bd7cf244c9fdbf8.tar.gz
MAJ pour ocaml.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@800 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.nt6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile.nt b/config/Makefile.nt
index 1b7ab562e8..a77c1530ce 100644
--- a/config/Makefile.nt
+++ b/config/Makefile.nt
@@ -3,13 +3,13 @@
######### General configuration
### Where to install the binaries
-BINDIR=c:\camlsl\bin
+BINDIR=c:\ocaml\bin
### Where to install the standard library
-LIBDIR=c:\camlsl\lib
+LIBDIR=c:\ocaml\lib
### Where to install the info files
-DISTRIB=c:\camlsl
+DISTRIB=c:\ocaml
########## Configuration for the bytecode compiler