.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:
parent
951be0ddb0
commit
7f1a3bea20
|
|
@ -129,6 +129,7 @@ libfte_la_SOURCES = \
|
|||
inp.h \
|
||||
inpcom.c \
|
||||
inpcom.h \
|
||||
inpc_probe.c \
|
||||
interp.c \
|
||||
interp.h \
|
||||
inventory.c \
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue