summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-30 19:03:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-30 19:03:12 (GMT)
commitc3cb435cf41b2fcd2ccfafc7a25033e88b052d73 (patch)
tree2002025f2d6e243a81e81d7979fb792d742006b2
parent75eea66ef7e21fd307cd4a2173b04548f7f8b096 (diff)
downloadtcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.zip
tcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.tar.gz
tcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.tar.bz2
Fix OPTS=utf16 build for Tcl 9.0
-rw-r--r--win/rules.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index d8b3b12..87b6fa5 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -887,12 +887,12 @@ TCL_BUILD_FOR = 8
!message *** Force 64-bit time_t
_USE_64BIT_TIME_T = 1
!endif
+!endif
!if [nmakehlp -f $(OPTS) "utf16"]
!message *** Force UTF-16 internally
TCL_UTF_MAX = 3
!endif
-!endif
# Yes, it's weird that the "symbols" option controls DEBUG and
# the "pdbs" option controls SYMBOLS. That's historical.