From 8fa02c02b6703a1a5c167dc8c8081df26c28b0f2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 3 Aug 2024 16:06:58 +0200 Subject: [PATCH] Copy the correct spinit to ngspice/visualc --- visualc/make-install-vngspice.bat | 3 ++- visualc/make-install-vngspiced.bat | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/visualc/make-install-vngspice.bat b/visualc/make-install-vngspice.bat index 3891a718e..4f37bba02 100644 --- a/visualc/make-install-vngspice.bat +++ b/visualc/make-install-vngspice.bat @@ -27,6 +27,7 @@ if "%2" == "fftw" goto copy2 if "%3" == "fftw" goto copy2 copy %1\ngspice.exe %dst%\bin\ +copy .\spinitr .\spinit goto end :copy2 @@ -56,6 +57,7 @@ if "%2" == "fftw" goto copy2-64 if "%3" == "fftw" goto copy2-64 copy %1\ngspice.exe %dst%\bin\ +copy .\spinitr64 .\spinit goto end :copy2-64 @@ -65,7 +67,6 @@ copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\ :end mkdir %dst%\share\ngspice\scripts\src\ngspice copy .\spinit_all %dst%\share\ngspice\scripts\spinit -copy .\spinitr .\spinit cd ..\src copy ciderinit %dst%\share\ngspice\scripts copy devaxis %dst%\share\ngspice\scripts diff --git a/visualc/make-install-vngspiced.bat b/visualc/make-install-vngspiced.bat index 3de5fc68a..af00c4f0a 100644 --- a/visualc/make-install-vngspiced.bat +++ b/visualc/make-install-vngspiced.bat @@ -27,6 +27,7 @@ if "%2" == "fftw" goto copy2 if "%3" == "fftw" goto copy2 copy %1\ngspice.exe %dst%\bin\ +copy .\spinitd .\spinit goto end :copy2 @@ -56,6 +57,7 @@ if "%2" == "fftw" goto copy2-64 if "%3" == "fftw" goto copy2-64 copy %1\ngspice.exe %dst%\bin\ +copy .\spinitd64 .\spinit goto end :copy2-64 @@ -65,7 +67,7 @@ copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\ :end mkdir %dst%\share\ngspice\scripts\src\ngspice copy .\spinit_all %dst%\share\ngspice\scripts\spinit -copy .\spinitr .\spinit + cd ..\src copy ciderinit %dst%\share\ngspice\scripts copy devaxis %dst%\share\ngspice\scripts