.probe: Add the new file inpc_probe.c to the VS project files

and makefile.am in ngspice/src/frontend
This commit is contained in:
Holger Vogt 2021-11-28 16:38:41 +01:00
parent 951be0ddb0
commit 7f1a3bea20
4 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,7 @@ libfte_la_SOURCES = \
inp.h \
inpcom.c \
inpcom.h \
inpc_probe.c \
interp.c \
interp.h \
inventory.c \

View File

@ -1033,6 +1033,7 @@
<ClCompile Include="..\src\frontend\init.c" />
<ClCompile Include="..\src\frontend\inp.c" />
<ClCompile Include="..\src\frontend\inpcom.c" />
<ClCompile Include="..\src\frontend\inpc_probe.c" />
<ClCompile Include="..\src\frontend\interp.c" />
<ClCompile Include="..\src\frontend\inventory.c" />
<ClCompile Include="..\src\frontend\linear.c" />

View File

@ -1483,6 +1483,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
<ClCompile Include="..\src\frontend\init.c" />
<ClCompile Include="..\src\frontend\inp.c" />
<ClCompile Include="..\src\frontend\inpcom.c" />
<ClCompile Include="..\src\frontend\inpc_probe.c" />
<ClCompile Include="..\src\frontend\interp.c" />
<ClCompile Include="..\src\frontend\inventory.c" />
<ClCompile Include="..\src\frontend\linear.c" />

View File

@ -1492,6 +1492,7 @@
<ClCompile Include="..\src\frontend\init.c" />
<ClCompile Include="..\src\frontend\inp.c" />
<ClCompile Include="..\src\frontend\inpcom.c" />
<ClCompile Include="..\src\frontend\inpc_probe.c" />
<ClCompile Include="..\src\frontend\interp.c" />
<ClCompile Include="..\src\frontend\inventory.c" />
<ClCompile Include="..\src\frontend\linear.c" />