Differences From Artifact [e7ddd7cd25]:
- File win/makefile.vc — part of check-in [c00ce71a06] at 2025-08-13 16:43:39 on branch core-9-0-branch — Remove more references to version 8.7 (user: jan.nijtmans size: 42953)
To Artifact [f0ca7416f1]:
- File win/makefile.vc — part of check-in [c921c9016b] at 2025-09-28 11:21:03 on branch apn-mutex-tests — Add mutex lock and cv tests. Refactor mutex test C into separate file (user: apnadkarni size: 42985) [more...]
| ︙ | |||
228 229 230 231 232 233 234 235 236 237 238 239 240 241 | 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | + | $(TMP_DIR)\tclAppInit.obj \ $(TMP_DIR)\tclsh.res TCLTESTOBJS = \ $(TMP_DIR)\tclTest.obj \ $(TMP_DIR)\tclTestObj.obj \ $(TMP_DIR)\tclTestProcBodyObj.obj \ $(TMP_DIR)\tclMutexTest.obj \ $(TMP_DIR)\tclThreadTest.obj \ $(TMP_DIR)\tclWinTest.obj \ $(TMP_DIR)\tclTestABSList.obj \ !if !$(STATIC_BUILD) $(OUT_DIR)\tommath.lib \ !endif $(TMP_DIR)\testMain.obj \ |
| ︙ |