546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
|
shell: libtclzip
@$(COPY) /b "$(TCLSHRAW)"+"$(TCLSCRIPTZIP)" "$(TCLSH)"
!endif
dlls: setup $(TCLREGLIB) $(TCLDDELIB) $(OUT_DIR)\zlib1.dll $(OUT_DIR)\libtommath.dll
libtclzip: $(TCLSCRIPTZIP)
tcltest: setup core $(TCLTEST) dlls
!if $(TCL_EMBED_SCRIPTS) && $(STATIC_BUILD)
tcltest: libtclzip
@$(COPY) /b "$(TCLTESTRAW)"+"$(TCLSCRIPTZIP)" "$(TCLTEST)"
!endif
install: install-binaries install-libraries install-docs install-pkgs
!if $(SYMBOLS)
|
>
>
>
|
|
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
|
shell: libtclzip
@$(COPY) /b "$(TCLSHRAW)"+"$(TCLSCRIPTZIP)" "$(TCLSH)"
!endif
dlls: setup $(TCLREGLIB) $(TCLDDELIB) $(OUT_DIR)\zlib1.dll $(OUT_DIR)\libtommath.dll
libtclzip: $(TCLSCRIPTZIP)
$(OUT_DIR)\thrower.dll: $(WIN_DIR)\dltest\thrower.dll
copy $(WIN_DIR)\dltest\thrower.dll $(OUT_DIR)
tcltest: setup core $(TCLTEST) dlls $(OUT_DIR)\thrower.dll
!if $(TCL_EMBED_SCRIPTS) && $(STATIC_BUILD)
tcltest: libtclzip
@$(COPY) /b "$(TCLTESTRAW)"+"$(TCLSCRIPTZIP)" "$(TCLTEST)"
!endif
install: install-binaries install-libraries install-docs install-pkgs
!if $(SYMBOLS)
|