summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-06 17:06:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-06 17:06:57 (GMT)
commit63c0a20a8afa09b9a9ec1e06c0196a3e7a2c46d3 (patch)
tree6c890835718cff4ace8e6291343747c3a15454e2 /win
parentcb8a097597ff0e6ef698c194e357e9f57ccd8425 (diff)
parenta3c994f6e532fcade7f6ae02446fe484b2c49773 (diff)
downloadtk-63c0a20a8afa09b9a9ec1e06c0196a3e7a2c46d3.zip
tk-63c0a20a8afa09b9a9ec1e06c0196a3e7a2c46d3.tar.gz
tk-63c0a20a8afa09b9a9ec1e06c0196a3e7a2c46d3.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc6
1 files changed, 2 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6101abe..3db8eee 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -17,7 +17,7 @@
# General usage:
# nmake [-nologo] -f makefile.vc [TARGET|MACRODEF [TARGET|MACRODEF] [...]]
#
-# For MACRODEF, see TIP 477 (https://core.tcl-lang.org/tips/doc/trunk/tip/477.md)
+# For MACRODEF, see TIP 477 (https://core.tcl-lang.org/tips/doc/main/tip/477.md)
# or examine Sections 7-9 in rules.vc. This makefile has the following
# values for the OPTS macro in addition to the ones described there.
# noembed = Embeds Tcl scripts into the wish executable. Currently only
@@ -32,7 +32,7 @@
# core -- Only builds the core [tkXX.(dll|lib)].
# all -- Builds everything.
# test -- Builds and runs the test suite.
-# tktest -- Just builds the binaries for the test suite.
+# tktest -- Just builds the test shell.
# install -- Installs the built binaries and libraries to $(INSTALLDIR)
# as the root of the install tree.
# cwish -- Builds a console version of wish.
@@ -85,8 +85,6 @@ DEFAULT_BUILD_TARGET = release
# We have a custom resource file
RCFILE = tk.rc
-USE_WIDECHAR_API = 0
-
# The rules.vc file does much of the hard work in terms of defining
# the build configuration, macros, output directories etc.
!include "rules-ext.vc"