summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2007-03-01 14:48:53 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2007-03-01 14:48:53 +0000
commit868a69d46a925b3e4dad1d23d4ab852504bfd77a (patch)
treefb1c6866d4bf4681e9de47b5fdc63835ba716102
parent57c05afe7bb351d971de5a0ca3cfb62fef5e37c7 (diff)
Use TCL/TK 8.4 instead of 8.3
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7955 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--config/Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile.mingw b/config/Makefile.mingw
index dc05a4e0f..94c685e84 100644
--- a/config/Makefile.mingw
+++ b/config/Makefile.mingw
@@ -146,11 +146,11 @@ BNG_ARCH=ia32
BNG_ASM_LEVEL=1
### Configuration for LablTk
-# Set TK_ROOT to the directory where you installed TCL/TK 8.3
+# Set TK_ROOT to the directory where you installed TCL/TK 8.4
# There must be no spaces or special characters in $(TK_ROOT)
TK_ROOT=c:/tcl
TK_DEFS=-I$(TK_ROOT)/include
-TK_LINK=$(TK_ROOT)/lib/tk83.lib $(TK_ROOT)/lib/tcl83.lib
+TK_LINK=$(TK_ROOT)/lib/tk84.lib $(TK_ROOT)/lib/tcl84.lib
############# Aliases for common commands