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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index dbebfc4..0c0c0bb 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.183 2010/08/27 00:50:51 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.184 2010/08/30 09:19:38 nijtmans Exp $ VERSION = @TCL_VERSION@ @@ -82,7 +82,7 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ #CFLAGS = $(CFLAGS_DEBUG) #CFLAGS = $(CFLAGS_OPTIMIZE) #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) -CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ +CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -DUNICODE -D_UNICODE # To enable compilation debugging reverse the comment characters on one of the # following lines. |