executable now named ngspice_opus.exe
This commit is contained in:
parent
c481f5c21e
commit
29bb49e18b
|
|
@ -27,12 +27,12 @@ copy xspice\verilog\shim.vpi %dst%\lib\ngspice\ivlng.vpi
|
|||
if "%2" == "fftw" goto copy2
|
||||
if "%3" == "fftw" goto copy2
|
||||
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy .\spinitr .\spinit
|
||||
goto end
|
||||
|
||||
:copy2
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy ..\..\fftw-3.3-dll32\libfftw3-3.dll %dst%\bin\
|
||||
goto end
|
||||
|
||||
|
|
@ -61,12 +61,12 @@ copy ..\..\libsamplerate\bin\samplerate.dll %dst%\bin\
|
|||
if "%2" == "fftw" goto copy2-64
|
||||
if "%3" == "fftw" goto copy2-64
|
||||
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy .\spinitr64 .\spinit
|
||||
goto end
|
||||
|
||||
:copy2-64
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\
|
||||
|
||||
:end
|
||||
|
|
|
|||
|
|
@ -27,12 +27,12 @@ copy xspice\verilog\shim.vpi %dst%\lib\ngspice\ivlng.vpi
|
|||
if "%2" == "fftw" goto copy2
|
||||
if "%3" == "fftw" goto copy2
|
||||
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy .\spinitd .\spinit
|
||||
goto end
|
||||
|
||||
:copy2
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy ..\..\fftw-3.3-dll32\libfftw3-3.dll %dst%\bin\
|
||||
goto end
|
||||
|
||||
|
|
@ -61,12 +61,12 @@ copy ..\..\libsamplerate\bin\samplerate.dll %dst%\bin\
|
|||
if "%2" == "fftw" goto copy2-64
|
||||
if "%3" == "fftw" goto copy2-64
|
||||
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy .\spinitd64 .\spinit
|
||||
goto end
|
||||
|
||||
:copy2-64
|
||||
copy %1\ngspice.exe %dst%\bin\
|
||||
copy %1\ngspice_opus.exe %dst%\bin\
|
||||
copy ..\..\fftw-3.3-dll64\libfftw3-3.dll %dst%\bin\
|
||||
|
||||
:end
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
<ProjectGuid>{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}</ProjectGuid>
|
||||
<RootNamespace>vngspice</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
|
@ -154,7 +155,7 @@
|
|||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<TargetName>ngspice</TargetName>
|
||||
<TargetName>ngspice_opus</TargetName>
|
||||
<OutDir>$(ProjectName)\$(Configuration).$(Platform)\</OutDir>
|
||||
<IntDir>$(ProjectName)\$(Configuration).$(Platform)\obj\</IntDir>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue