Browse Source

C:\Spice64 is again the default install directory for ngspice made by MSVC.

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

2
visualc/make-install-vngspice.bat

@ -34,7 +34,7 @@ goto end
:b64
set dst=c:\Spice64_KLU
set dst=c:\Spice64
set cmsrc=.\codemodels\x64\Release
mkdir %dst%\bin

2
visualc/make-install-vngspiced.bat

@ -34,7 +34,7 @@ goto end
:b64
set dst=c:\Spice64d_KLU
set dst=c:\Spice64d
set cmsrc=.\codemodels\x64\Debug
mkdir %dst%\bin

Loading…
Cancel
Save