Differences From Artifact [79107212e8]:
- File win/Makefile.in — part of check-in [da876cd930] at 2024-11-23 16:20:38 on branch bug-a8e4f76ce4 — Update MemoryModule to latest (master) version. (user: jan.nijtmans size: 40610)
To Artifact [de7342a2bf]:
- File win/Makefile.in — part of check-in [1304129573] at 2024-11-23 16:51:10 on branch bug-a8e4f76ce4 — Re-apply [b11c0b7e61], for testing purposes only (user: jan.nijtmans size: 40785) [more...]
| ︙ | |||
546 547 548 549 550 551 552 | 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 | + + + + - - + + + |
${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS} ${DDE_DLL_FILE} ${REG_DLL_FILE}
@rm -rf ${TCL_VFS_ROOT}
@mkdir -p ${TCL_VFS_PATH}
@echo "creating ${TCL_VFS_PATH} (prepare compression)"
@( \
$(COPY) -a $(TOP_DIR)/library/* ${TCL_VFS_PATH}; \
$(COPY) -a ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl; \
if test "${ZIPFS_BUILD}" != "2" ; then \
$(COPY) ${DDE_DLL_FILE} ${TCL_VFS_PATH}/dde; \
$(COPY) ${REG_DLL_FILE} ${TCL_VFS_PATH}/registry; \
else \
|
| ︙ |