Skip to content

Commit dbc72ee

Browse files
committed
Remove nmake build step
Signed-off-by: Mingde (Matthew) Zeng <[email protected]>
1 parent cace64b commit dbc72ee

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

PCbuild/tcl.vcxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@
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" />

PCbuild/tix.vcxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@
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>

PCbuild/tk.vcxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@
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">

0 commit comments

Comments
 (0)