diff options
author | nijtmans <nijtmans> | 2010-08-30 09:19:37 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-30 09:19:37 (GMT) |
commit | af6af80ab88abd5db88a9b378434fa041f19a74a (patch) | |
tree | 0d954c81b8cc7292bf263a114bf84176c178bbe1 /win/rules.vc | |
parent | ff9209620e3750a879b1cfe363cb06042092dfdc (diff) | |
download | tcl-af6af80ab88abd5db88a9b378434fa041f19a74a.zip tcl-af6af80ab88abd5db88a9b378434fa041f19a74a.tar.gz tcl-af6af80ab88abd5db88a9b378434fa041f19a74a.tar.bz2 |
[Freq 2965056]: Windows build with -DUNICODE
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/rules.vc b/win/rules.vc index cfddff3..b86c138 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -11,7 +11,7 @@ # Copyright (c) 2003-2007 Patrick Thoyts # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: rules.vc,v 1.42 2010/07/01 21:28:16 nijtmans Exp $ +# RCS: @(#) $Id: rules.vc,v 1.43 2010/08/30 09:19:38 nijtmans Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -130,7 +130,7 @@ DEBUGFLAGS = $(DEBUGFLAGS) -RTC1 DEBUGFLAGS = $(DEBUGFLAGS) -GZ !endif -COMPILERFLAGS =-W3 +COMPILERFLAGS =-W3 -DUNICODE -D_UNICODE # In v13 -GL and -YX are incompatible. !if [nmakehlp -c -YX] |