summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-22 15:22:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-22 15:22:04 (GMT)
commit06d3f604c9ea03a68b654e3a27b9cbfbadcff1d2 (patch)
treebbc689811d9130031cb68d7e594cbfc07da03cfe
parent94341f98919bb5c68335f97cf1346d3081d57d6e (diff)
downloadtcl-06d3f604c9ea03a68b654e3a27b9cbfbadcff1d2.zip
tcl-06d3f604c9ea03a68b654e3a27b9cbfbadcff1d2.tar.gz
tcl-06d3f604c9ea03a68b654e3a27b9cbfbadcff1d2.tar.bz2
Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supported
-rw-r--r--win/rules.vc9
1 files changed, 3 insertions, 6 deletions
diff --git a/win/rules.vc b/win/rules.vc
index a2c40f0..2d053fe 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -1446,9 +1446,6 @@ OPTDEFINES = $(OPTDEFINES) /DNO_STRTOI64=1
!if "$(_USE_64BIT_TIME_T)" == "1"
OPTDEFINES = $(OPTDEFINES) /D_USE_64BIT_TIME_T=1
!endif
-
-# _ATL_XP_TARGETING - Newer SDK's need this to build for XP
-COMPILERFLAGS = /D_ATL_XP_TARGETING
!endif
!if "$(TCL_BUILD_FOR)" == "8"
OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8
@@ -1459,9 +1456,9 @@ OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8
# so we pass both
!if !$(DOING_TCL) && !$(DOING_TK)
PKGNAMEFLAGS = /DPACKAGE_NAME="\"$(PRJ_PACKAGE_TCLNAME)\"" \
- /DPACKAGE_TCLNAME="\"$(PRJ_PACKAGE_TCLNAME)\"" \
- /DPACKAGE_VERSION="\"$(DOTVERSION)\"" \
- /DMODULE_SCOPE=extern
+ /DPACKAGE_TCLNAME="\"$(PRJ_PACKAGE_TCLNAME)\"" \
+ /DPACKAGE_VERSION="\"$(DOTVERSION)\"" \
+ /DMODULE_SCOPE=extern
!endif
# crt picks the C run time based on selected OPTS