summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-06 17:01:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-06 17:01:13 (GMT)
commit779222606dd9a9deed75b69ed72df3ce6c7e9846 (patch)
tree7f1c6a561a5e423e589d7930601ab2471c5fb46e /win/makefile.vc
parente8141a379a9b93e29c944d4bc9982a66aa40390a (diff)
downloadtk-779222606dd9a9deed75b69ed72df3ce6c7e9846.zip
tk-779222606dd9a9deed75b69ed72df3ce6c7e9846.tar.gz
tk-779222606dd9a9deed75b69ed72df3ce6c7e9846.tar.bz2
USE_WIDECHAR_API isn't used anywhere. Comment fixes
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 2 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 8885853..3858102 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.
# noxp = If you do not have the uxtheme.h header then you
@@ -31,7 +31,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.
@@ -84,8 +84,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"