visualc/include/ngspice/config.h, target directories for debug versions

This commit is contained in:
h_vogt 2016-02-07 09:58:59 +01:00 committed by rlar
parent 866bc36e3a
commit 9e9240aae3
1 changed files with 14 additions and 0 deletions

View File

@ -441,6 +441,19 @@
/* Do not trigger unwanted traps by default */
/* #undef NEWTRUNC */
#ifdef NGDEBUG
#ifdef CONFIG64
/* Define the directory for executables */
#define NGSPICEBINDIR "C:/Spice64d/bin"
/* Define the directory for architecture independent data files */
#define NGSPICEDATADIR "C:/Spice64d/share/ngspice"
#else
/* Define the directory for executables */
#define NGSPICEBINDIR "C:/Spiced/bin"
/* Define the directory for architecture independent data files */
#define NGSPICEDATADIR "C:/Spiced/share/ngspice"
#endif
#else
#ifdef CONFIG64
/* Define the directory for executables */
#define NGSPICEBINDIR "C:/Spice64/bin"
@ -452,6 +465,7 @@
/* Define the directory for architecture independent data files */
#define NGSPICEDATADIR "C:/Spice/share/ngspice"
#endif
#endif
/* Define if we want NOBYPASS */
/* #undef NOBYPASS */