From 1e37255207c08af425cb7a85b235732c4184bcbe Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 18 Oct 2016 22:31:17 +0200 Subject: [PATCH] config.h, add script path to relative path --- visualc/include/ngspice/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index 821ee48a2..f3648268f 100644 --- a/visualc/include/ngspice/config.h +++ b/visualc/include/ngspice/config.h @@ -446,9 +446,9 @@ #ifdef CONFIG64 /* Define the directory for executables */ -#define NGSPICEBINDIR "C:/Spice64/bin" +#define NGSPICEBINDIR "../bin" /* Define the directory for architecture independent data files */ -#define NGSPICEDATADIR "C:/Spice64/share/ngspice" +#define NGSPICEDATADIR "../share/ngspice" #else /* Define the directory for executables */ #define NGSPICEBINDIR "C:/Spice/bin"