Fix #372 (Link error with Visual C++ 2008 Express)

Add shlwapi.lib to Visual Studio project.
This commit is contained in:
Kimmo Varis 2009-06-07 14:46:34 +03:00
parent 9bac4aca75
commit 8375d1f1ae
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@ -127,6 +128,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
LinkIncremental="1"
GenerateDebugInformation="false"
SubSystem="1"