including hist_info files
This commit is contained in:
parent
7f0379e08c
commit
f92f3f5f65
|
|
@ -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…
Reference in New Issue