File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -881,10 +881,6 @@ USE_THREAD_ALLOC= 0
881
881
!message *** Build for Tcl8
882
882
TCL_BUILD_FOR = 8
883
883
!endif
884
- !if [nmakehlp -f $(OPTS) "tk8"]
885
- !message *** Build for Tk8
886
- TK_BUILD_FOR = 8
887
- !endif
888
884
889
885
!if $(TCL_MAJOR_VERSION) == 8
890
886
!if [nmakehlp -f $(OPTS) "time64bit"]
@@ -1454,10 +1450,7 @@ OPTDEFINES = $(OPTDEFINES) /D_USE_64BIT_TIME_T=1
1454
1450
!endif
1455
1451
!endif
1456
1452
!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
1461
1454
!endif
1462
1455
1463
1456
# Like the TEA system only set this non empty for non-Tk extensions
You can’t perform that action at this time.
0 commit comments