From f541c6fb051869bb3950be551bd9c85e9ed01249 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 14 Jan 2024 14:31:02 +0100 Subject: [PATCH] C:\Spice64 is again the default install directory for ngspice made by MSVC. --- visualc/make-install-vngspice.bat | 2 +- visualc/make-install-vngspiced.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/visualc/make-install-vngspice.bat b/visualc/make-install-vngspice.bat index 6894d84b2..871abf6d9 100644 --- a/visualc/make-install-vngspice.bat +++ b/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 diff --git a/visualc/make-install-vngspiced.bat b/visualc/make-install-vngspiced.bat index 529f324b4..a75f8c705 100644 --- a/visualc/make-install-vngspiced.bat +++ b/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