diff options
author | nijtmans <nijtmans> | 2010-09-14 08:50:20 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-14 08:50:20 (GMT) |
commit | 489243375bc1695860d1034b6f519b93c589835c (patch) | |
tree | 0884517687e8c7116bfaa6cc4634e1496a55a730 /win/Makefile.in | |
parent | 0c254e968229c9bc7eff66532569fa0f9ff3be5f (diff) | |
download | tk-489243375bc1695860d1034b6f519b93c589835c.zip tk-489243375bc1695860d1034b6f519b93c589835c.tar.gz tk-489243375bc1695860d1034b6f519b93c589835c.tar.bz2 |
[FRQ 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 d77fe8d..065c21a 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.92 2010/08/27 00:57:50 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.93 2010/09/14 08:50:20 nijtmans Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -166,7 +166,7 @@ LDFLAGS_OPTIMIZE = @LDFLAGS_OPTIMIZE@ #CFLAGS = $(CFLAGS_DEBUG) #CFLAGS = $(CFLAGS_OPTIMIZE) #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) -CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ +CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -DUNICODE -D_UNICODE # Special compiler flags to use when building man2tcl on Windows. MAN2TCLFLAGS = @MAN2TCLFLAGS@ |