Skip to content

Commit

Permalink
Fix building tcl/tk with only the VC build tools installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Jul 15, 2016
1 parent a47a7a5 commit b7567c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PCbuild/tcl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,6 @@ nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFla
<Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
<RemoveDir Directories="$(IntDir)" />
</Target>

<Target Name="ResolveAssemblyReferences" />
</Project>
2 changes: 2 additions & 0 deletions PCbuild/tix.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersi
<RemoveDir Directories="$(OutDir)" />
<RemoveDir Directories="$(IntDir)" />
</Target>

<Target Name="ResolveAssemblyReferences" />
</Project>
2 changes: 2 additions & 0 deletions PCbuild/tk.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs
<Delete Files="$(TargetPath);$(BuildPath)$(tkDLLName)" />
<RemoveDir Directories="$(IntDir)" />
</Target>

<Target Name="ResolveAssemblyReferences" />
</Project>

0 comments on commit b7567c5

Please sign in to comment.