Differences From Artifact [0ebeb38ed1]:
- File win/rules.vc — part of check-in [398fef5a11] at 2023-10-13 14:59:52 on branch core-8-6-branch — Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 features (user: jan.nijtmans size: 62579)
To Artifact [7257aa896b]:
- File win/rules.vc — part of check-in [998a0743c7] at 2023-10-14 21:25:42 on branch core-8-6-branch — Missing !endif (in previous commit) (user: jan.nijtmans size: 62587)
| ︙ | |||
876 877 878 879 880 881 882 883 884 885 886 887 888 889 | 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 | + | USE_THREAD_ALLOC= 0 !endif !if $(TCL_MAJOR_VERSION) == 8 !if [nmakehlp -f $(OPTS) "time64bit"] !message *** Force 64-bit time_t _USE_64BIT_TIME_T = 1 !endif !endif # Yes, it's weird that the "symbols" option controls DEBUG and # the "pdbs" option controls SYMBOLS. That's historical. !if [nmakehlp -f $(OPTS) "symbols"] !message *** Doing symbols DEBUG = 1 |
| ︙ |