Skip to content

Commit

Permalink
Merge from 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Jul 15, 2016
2 parents b3e73b3 + b7567c5 commit 3823aab
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 3823aab

Please sign in to comment.