Copy the correct spinit to ngspice/visualc
This commit is contained in:
parent
ee9a8462ea
commit
8fa02c02b6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue