File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 6464 <TclOpts Condition =" $(Configuration) == 'Debug'" >symbols</TclOpts >
6565 <TclDirs >INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs >
6666 <DebugFlags Condition =" '$(Configuration)' == 'Debug'" >DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags >
67- <NMakeBuildCommandLine >setlocal
68- @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
69- ')
70- goto :eof
71- :build
72- set VCINSTALLDIR=$(VCInstallDir)
73- cd /D "$(tclDir)win"
74- nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) core shell dlls
75- nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) install-binaries install-libraries
76- </NMakeBuildCommandLine >
7767 </PropertyGroup >
7868
7969 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
Original file line number Diff line number Diff line change 6161 <TixDirs >BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs >
6262 <DebugFlags Condition =" '$(Configuration)' == 'Debug'" >DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags >
6363 <DebugFlags Condition =" '$(Configuration)' != 'Debug'" >DEBUG=0 NODEBUG=1</DebugFlags >
64- <NMakeBuildCommandLine >setlocal
65- @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
66- ')
67- goto :eof
68- :build
69- set VCINSTALLDIR=$(VCInstallDir)
70- cd /D "$(tixDir)win"
71- nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
72- </NMakeBuildCommandLine >
73- <NMakeCleanCommandLine >rmdir /q/s "$(OutDir.TrimEnd(`\`))"</NMakeCleanCommandLine >
7464 </PropertyGroup >
7565
7666 <ItemGroup >
Original file line number Diff line number Diff line change 6464 <TkOpts Condition =" $(Configuration) == 'Debug'" >symbols,msvcrt</TkOpts >
6565 <TkDirs >TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs >
6666 <DebugFlags Condition =" '$(Configuration)' == 'Debug'" >DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags >
67- <NMakeBuildCommandLine >setlocal
68- @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
69- ')
70- goto :eof
71- :build
72- set VCINSTALLDIR=$(VCInstallDir)
73- cd /D "$(tkDir)win"
74- nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) all
75- nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) install-binaries install-libraries
76- </NMakeBuildCommandLine >
7767 </PropertyGroup >
7868 <ItemGroup >
7969 <ProjectReference Include =" tcl.vcxproj" >
You can’t perform that action at this time.
0 commit comments