Browse Source

Copy the correct spinit to ngspice/visualc

pre-master-46
Holger Vogt 2 years ago
parent
commit
a96237061d
  1. 3
      visualc/make-install-vngspice.bat
  2. 4
      visualc/make-install-vngspiced.bat

3
visualc/make-install-vngspice.bat

@ -27,6 +27,7 @@ if "%2" == "fftw" goto copy2
if "%3" == "fftw" goto copy2 if "%3" == "fftw" goto copy2
copy %1\ngspice.exe %dst%\bin\ copy %1\ngspice.exe %dst%\bin\
copy .\spinitr .\spinit
goto end goto end
:copy2 :copy2
@ -56,6 +57,7 @@ if "%2" == "fftw" goto copy2-64
if "%3" == "fftw" goto copy2-64 if "%3" == "fftw" goto copy2-64
copy %1\ngspice.exe %dst%\bin\ copy %1\ngspice.exe %dst%\bin\
copy .\spinitr64 .\spinit
goto end goto end
:copy2-64 :copy2-64
@ -65,7 +67,6 @@ copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\
:end :end
mkdir %dst%\share\ngspice\scripts\src\ngspice mkdir %dst%\share\ngspice\scripts\src\ngspice
copy .\spinit_all %dst%\share\ngspice\scripts\spinit copy .\spinit_all %dst%\share\ngspice\scripts\spinit
copy .\spinitr .\spinit
cd ..\src cd ..\src
copy ciderinit %dst%\share\ngspice\scripts copy ciderinit %dst%\share\ngspice\scripts
copy devaxis %dst%\share\ngspice\scripts copy devaxis %dst%\share\ngspice\scripts

4
visualc/make-install-vngspiced.bat

@ -27,6 +27,7 @@ if "%2" == "fftw" goto copy2
if "%3" == "fftw" goto copy2 if "%3" == "fftw" goto copy2
copy %1\ngspice.exe %dst%\bin\ copy %1\ngspice.exe %dst%\bin\
copy .\spinitd .\spinit
goto end goto end
:copy2 :copy2
@ -56,6 +57,7 @@ if "%2" == "fftw" goto copy2-64
if "%3" == "fftw" goto copy2-64 if "%3" == "fftw" goto copy2-64
copy %1\ngspice.exe %dst%\bin\ copy %1\ngspice.exe %dst%\bin\
copy .\spinitd64 .\spinit
goto end goto end
:copy2-64 :copy2-64
@ -65,7 +67,7 @@ copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\
:end :end
mkdir %dst%\share\ngspice\scripts\src\ngspice mkdir %dst%\share\ngspice\scripts\src\ngspice
copy .\spinit_all %dst%\share\ngspice\scripts\spinit copy .\spinit_all %dst%\share\ngspice\scripts\spinit
copy .\spinitr .\spinit
cd ..\src cd ..\src
copy ciderinit %dst%\share\ngspice\scripts copy ciderinit %dst%\share\ngspice\scripts
copy devaxis %dst%\share\ngspice\scripts copy devaxis %dst%\share\ngspice\scripts

Loading…
Cancel
Save