summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-07-23 12:50:53 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-07-23 12:50:53 +0000
commitdec17bb4e3c3971b337b4585ea3b4f26e77d14b0 (patch)
treef3e48950ea664c9e66e5fcbbbcdc345d4f4b9de5
parentf694cfd960215f4266fc47429c9e9c89a4930fe0 (diff)
downloadocaml-dec17bb4e3c3971b337b4585ea3b4f26e77d14b0.tar.gz
fix Windows recompilation instructions
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@10628 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--README.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/README.win32 b/README.win32
index f5d6f1cf83..ac1edc5021 100644
--- a/README.win32
+++ b/README.win32
@@ -110,7 +110,7 @@ in their default directories. If this is not the case, you will need
to adjust the paths accordingly.
Open a Windows Command Prompt and enter the following commands:
- cd "C:\Program Files\Visual Studio 9.0\VC\bin"
+ cd "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"
vcvars32
echo VCPATH="`cygpath -p '%Path%'`" >C:\cygwin\tmp\msenv
echo LIB="%LIB%;C:\Tcl\lib" >>C:\cygwin\tmp\msenv
@@ -231,7 +231,7 @@ companion MSYS tools: these have problems with long command lines.
Instead, use the version of MinGW provided by Cygwin.
Start a Cygwin shell and unpack the source distribution
-(ocaml-X.YZ.tar.gz) with "tar xzf". Change to the top-level
+(ocaml-X.YY.Z.tar.gz) with "tar xzf". Change to the top-level
directory of the OCaml distribution. Then, do
cp config/m-nt.h config/m.h