diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-30 19:03:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-30 19:03:12 (GMT) |
commit | c3cb435cf41b2fcd2ccfafc7a25033e88b052d73 (patch) | |
tree | 2002025f2d6e243a81e81d7979fb792d742006b2 /win/rules.vc | |
parent | 75eea66ef7e21fd307cd4a2173b04548f7f8b096 (diff) | |
download | tcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.zip tcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.tar.gz tcl-c3cb435cf41b2fcd2ccfafc7a25033e88b052d73.tar.bz2 |
Fix OPTS=utf16 build for Tcl 9.0
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 2 |
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.
|