Skip to content

Commit 1854521

Browse files
committed
build libtclzip
The zip file with the Tcl scripts need to be built even if it is not embedded. This file is copied into the install directory by the install-libraries target
1 parent ff294fd commit 1854521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/tcl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<NMakeBuildCommandLine>setlocal
6464
set VCINSTALLDIR=$(VCInstallDir)
6565
cd /D "$(tclDir)win"
66-
nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) core shell dlls
66+
nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) core shell dlls libtclzip
6767
nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) install-binaries install-libraries
6868
copy /Y ..\license.terms "$(OutDir)\tcllicense.terms"
6969
</NMakeBuildCommandLine>

0 commit comments

Comments
 (0)