Debug Win32 Release Win32 PGInstrument Win32 PGInstrument x64 PGUpdate Win32 PGUpdate x64 Debug x64 Release x64 {B5FD6F1D-129E-4BFF-9340-03606FAC7283} Makefile $(tcltkDir) $(OutDir)bin\$(tclDLLName) msvcrt symbols,msvcrt BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" WARNINGS="-W3 -wd4311 -wd4312" setlocal set VCINSTALLDIR=$(VCInstallDir) cd /D "$(tclDir)win" nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) core shell dlls nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) install-binaries install-libraries copy /Y ..\license.terms "$(OutDir)\tcllicense.terms"