Skip to content

Commit be7b106

Browse files
author
jan.nijtmans
committed
Remove OPTS=tk8 option: It was meant to be able to compile extesions witk Tk 8.7, which will never fly ....
1 parent bf2ec5f commit be7b106

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

win/rules.vc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -881,10 +881,6 @@ USE_THREAD_ALLOC= 0
881881
!message *** Build for Tcl8
882882
TCL_BUILD_FOR = 8
883883
!endif
884-
!if [nmakehlp -f $(OPTS) "tk8"]
885-
!message *** Build for Tk8
886-
TK_BUILD_FOR = 8
887-
!endif
888884

889885
!if $(TCL_MAJOR_VERSION) == 8
890886
!if [nmakehlp -f $(OPTS) "time64bit"]
@@ -1454,10 +1450,7 @@ OPTDEFINES = $(OPTDEFINES) /D_USE_64BIT_TIME_T=1
14541450
!endif
14551451
!endif
14561452
!if "$(TCL_BUILD_FOR)" == "8"
1457-
OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8
1458-
!endif
1459-
!if "$(TK_BUILD_FOR)" == "8"
1460-
OPTDEFINES = $(OPTDEFINES) /DTK_MAJOR_VERSION=8
1453+
OPTDEFINES = $(OPTDEFINES) /DTCL_MAJOR_VERSION=8 /DTK_MAJOR_VERSION=8
14611454
!endif
14621455

14631456
# Like the TEA system only set this non empty for non-Tk extensions

0 commit comments

Comments
 (0)