Added winmm.lib to vsfilter.vcproj
Originally committed to SVN as r1404.
This commit is contained in:
parent
c8c21c7c9c
commit
1d530b82fd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="delayimp.lib strmbasdu.lib"
|
AdditionalDependencies="delayimp.lib strmbasdu.lib winmm.lib"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile=".\vsfilter.def"
|
ModuleDefinitionFile=".\vsfilter.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
|
|
Loading…
Reference in a new issue