config.h, add script path to relative path

This commit is contained in:
h_vogt 2016-10-18 22:31:17 +02:00
parent aab806b149
commit 1e37255207
1 changed files with 2 additions and 2 deletions

View File

@ -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"