summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-14 08:50:20 (GMT)
committernijtmans <nijtmans>2010-09-14 08:50:20 (GMT)
commit68210e822d6dbb2b6f75377ff522895246f5d8de (patch)
tree0884517687e8c7116bfaa6cc4634e1496a55a730 /win/rules.vc
parent68ab044b211b5dd0f0aadde700faccc5d36665d0 (diff)
downloadtk-68210e822d6dbb2b6f75377ff522895246f5d8de.zip
tk-68210e822d6dbb2b6f75377ff522895246f5d8de.tar.gz
tk-68210e822d6dbb2b6f75377ff522895246f5d8de.tar.bz2
[FRQ 2965056]: Windows build with -DUNICODE
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/rules.vc b/win/rules.vc
index fab8118..f9aefe9 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.27 2010/09/09 14:59:24 nijtmans Exp $
+# RCS: @(#) $Id: rules.vc,v 1.28 2010/09/14 08:50:20 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]