Differences From Artifact [2f58252157]:
- File win/Makefile.in — part of check-in [62bd017e33] at 2025-09-08 14:33:21 on branch core-9-0-branch — Any edit to a released package needs to bump the version number. (user: dgp size: 40113)
To Artifact [d453bf176d]:
- File win/Makefile.in — 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: 40139) [more...]
| ︙ | |||
278 279 280 281 282 283 284 285 286 287 288 289 290 291 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | + |
${AC_FLAGS} ${COMPILE_DEBUG_FLAGS}
TCLTEST_OBJS = \
tclTest.$(OBJEXT) \
tclTestABSList.$(OBJEXT) \
tclTestObj.$(OBJEXT) \
tclTestProcBodyObj.$(OBJEXT) \
tclMutexTest.$(OBJEXT) \
tclThreadTest.$(OBJEXT) \
tclWinTest.$(OBJEXT)
GENERIC_OBJS = \
regcomp.$(OBJEXT) \
regexec.$(OBJEXT) \
regfree.$(OBJEXT) \
|
| ︙ |