summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-12 06:58:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-12 06:58:17 (GMT)
commitb6205f2109061ddf55396177f78af038c07a3671 (patch)
tree3f0368f666b91fa7f6900559f4fdc619d9d0f239 /win/makefile.vc
parent615cc9fcfc5b4e022adc79dd5f546d3c2fba9641 (diff)
downloadtcl-b6205f2109061ddf55396177f78af038c07a3671.zip
tcl-b6205f2109061ddf55396177f78af038c07a3671.tar.gz
tcl-b6205f2109061ddf55396177f78af038c07a3671.tar.bz2
No longer support "OPTS=utf16" in makefile.vc/rules.vc
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 5df599c..8ee2fcb 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -52,7 +52,7 @@
# turn on the 64-bit compiler, if your SDK has it.
#
# Basic macros and options usable on the commandline (see rules.vc for more info):
-# OPTS=msvcrt,nothreads,pdbs,profile,static,staticpkg,symbols,thrdalloc,time64bit,unchecked,utf16,none
+# OPTS=msvcrt,nothreads,pdbs,profile,static,staticpkg,symbols,thrdalloc,time64bit,unchecked,none
# Sets special options for the core. The default is for none.
# Any combination of the above may be used (comma separated).
# 'none' will over-ride everything to nothing.
@@ -77,7 +77,6 @@
# unchecked = Allows a symbols build to not use the debug
# enabled runtime (msvcrt.dll not msvcrtd.dll
# or libcmt.lib not libcmtd.lib).
-# utf16 = Forces a build using UTF-16 representation internally.
#
# STATS=compdbg,memdbg,none
# Sets optional memory and bytecode compiler debugging code added