diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-13 15:21:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-13 15:21:39 (GMT) |
commit | b291975adc2e1b4fcb736387bccf278114be24d2 (patch) | |
tree | f7fd382911f5daff7d8017a4fcae45a7b6fa1d14 /win | |
parent | f69ad9c71f82c12ca7b24468c689f518d9b663bf (diff) | |
download | tk-b291975adc2e1b4fcb736387bccf278114be24d2.zip tk-b291975adc2e1b4fcb736387bccf278114be24d2.tar.gz tk-b291975adc2e1b4fcb736387bccf278114be24d2.tar.bz2 |
Fix duplicate lines in rules.vc
Diffstat (limited to 'win')
-rw-r--r-- | win/rules.vc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/rules.vc b/win/rules.vc index e39a007..bca056c 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1448,9 +1448,6 @@ COMPILERFLAGS = /D_ATL_XP_TARGETING !if "$(TCL_BUILD_FOR)" == "8"
OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8
!endif
-!if "$(TCL_BUILD_FOR)" == "8"
-OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8
-!endif
# Like the TEA system only set this non empty for non-Tk extensions
# Note: some extensions use PACKAGE_NAME and others use PACKAGE_TCLNAME
|