Browse Source

add resource file for fftw build

pre-master-46
dwarning 7 years ago
committed by Holger Vogt
parent
commit
4cc88a0b1b
  1. 3
      visualc/vngspice-fftw.vcxproj

3
visualc/vngspice-fftw.vcxproj

@ -2664,6 +2664,9 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
<ClCompile Include=".\src\msvc-compat.c" /> <ClCompile Include=".\src\msvc-compat.c" />
<ClCompile Include=".\tmp-bison\parse-bison.c" /> <ClCompile Include=".\tmp-bison\parse-bison.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ResourceCompile Include="vngspice.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
Loading…
Cancel
Save