summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-09-21 09:20:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-09-21 09:20:54 (GMT)
commit3b786ffebeb7769d34099ea7064532501dc6aee5 (patch)
treeea95523b9a7a3e14334066aac23dffa90dda6617 /win/Makefile.in
parent1dbcf0c93e804523b3eed57e1716fdec5497f31c (diff)
parent46c577d5c882b4ad5ca458e7591b3391327194d9 (diff)
downloadtcl-3b786ffebeb7769d34099ea7064532501dc6aee5.zip
tcl-3b786ffebeb7769d34099ea7064532501dc6aee5.tar.gz
tcl-3b786ffebeb7769d34099ea7064532501dc6aee5.tar.bz2
Make it more likely that compiles with VS2012/VS2013 actually work on Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 28ffe0a..066e6b1 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -81,7 +81,7 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
-CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -DUNICODE -D_UNICODE
+CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -DUNICODE -D_UNICODE -D_ATL_XP_TARGETING
# To compile without backward compatibility and deprecated code uncomment the
# following