Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #107 from doo/do_not_show_link_progress
Browse files Browse the repository at this point in the history
disable showing of progress during linking
  • Loading branch information
Marcus Ilgner committed Aug 16, 2013
2 parents b5a1c73 + 2f01b32 commit 316d606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SQLite3Component/SQLite3Component.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<SubSystem>Console</SubSystem>
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<ShowProgress>LinkVerbose</ShowProgress>
<ShowProgress>NotSet</ShowProgress>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -206,7 +206,7 @@
<SubSystem>Console</SubSystem>
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<ShowProgress>LinkVerbose</ShowProgress>
<ShowProgress>NotSet</ShowProgress>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit 316d606

Please sign in to comment.