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