Add some missing link libs to MSVC zita-convolver

This commit is contained in:
John Emmas 2018-10-23 09:55:31 +01:00
parent 4e4c6e7d1e
commit c1626bee39
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pthreadVCE2.lib"
AdditionalDependencies="pthreadVCE2.lib libfftw3f-3.lib"
OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32D.dll"
AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
IgnoreDefaultLibraryNames="libboost_regex-vc80-mt-gd-1_40.lib;msvcrt.lib;dsound.lib"
@ -139,7 +139,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pthreadVCE2.lib"
AdditionalDependencies="pthreadVCE2.lib libfftw3f-3.lib"
OutputFile="$(OutDir)\$(DllPrefix)$(ProjectName)32.dll"
AdditionalLibraryDirectories="F:\pthread-win32\Pre-built.2\lib"
IgnoreDefaultLibraryNames="libboost_regex-vc80-mt-gd-1_40.lib;dsound.lib"