summaryrefslogtreecommitdiff
path: root/config/Makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'config/Makefile.mingw')
-rw-r--r--config/Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile.mingw b/config/Makefile.mingw
index 3e755f99a6..f72c2eaa99 100644
--- a/config/Makefile.mingw
+++ b/config/Makefile.mingw
@@ -145,11 +145,11 @@ BNG_ARCH=ia32
BNG_ASM_LEVEL=1
### Configuration for LablTk
-# Set TK_ROOT to the directory where you installed TCL/TK 8.4
+# Set TK_ROOT to the directory where you installed TCL/TK 8.5
# 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)/bin/tk84.dll $(TK_ROOT)/bin/tcl84.dll -lws2_32
+TK_LINK=$(TK_ROOT)/bin/tk85.dll $(TK_ROOT)/bin/tcl85.dll -lws2_32
############# Aliases for common commands