Browse Source

including hist_info files

pre-master-46
Holger Vogt 7 years ago
parent
commit
1ba02f3c87
  1. 2
      visualc/vngspice-fftw.vcxproj

2
visualc/vngspice-fftw.vcxproj

@ -917,6 +917,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
<ClInclude Include="..\src\frontend\wdisp\windisp.h" />
<ClInclude Include="..\src\frontend\wdisp\winprint.h" />
<ClInclude Include="..\src\frontend\where.h" />
<ClInclude Include="..\src\hist_info.h" />
<ClInclude Include="..\src\include\ngspice\1-f-code.h" />
<ClInclude Include="..\src\include\ngspice\acdefs.h" />
<ClInclude Include="..\src\include\ngspice\bdrydefs.h" />
@ -1521,6 +1522,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
<ClCompile Include="..\src\frontend\wdisp\windisp.c" />
<ClCompile Include="..\src\frontend\wdisp\winprint.c" />
<ClCompile Include="..\src\frontend\where.c" />
<ClCompile Include="..\src\hist_info.c" />
<ClCompile Include="..\src\main.c" />
<ClCompile Include="..\src\maths\cmaths\cmath1.c" />
<ClCompile Include="..\src\maths\cmaths\cmath2.c" />

Loading…
Cancel
Save