Differences From Artifact [374bdf3866]:
- File win/Makefile.in — part of check-in [d27b044524] at 2018-10-29 14:00:48 on branch core-8-5-branch — [TIP 525] Backport package tcltest 2.5 (user: dgp size: 25186)
To Artifact [5eda891eec]:
- File win/Makefile.in — part of check-in [576c68f114] at 2018-11-22 12:58:16 on branch core-8-5-branch — win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dependencies to build tcl (dlls) also. (user: sebres size: 25195) [more...]
| ︙ | |||
383 384 385 386 387 388 389 | 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | - + |
TCL_OBJS = ${GENERIC_OBJS} $(TOMMATH_OBJS) ${WIN_OBJS}
TCL_DOCS = "$(ROOT_DIR_NATIVE)"/doc/*.[13n]
all: binaries libraries doc
|
| ︙ |