Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW targets
This commit is contained in:
parent
c6d286f417
commit
bf6ca0c491
|
|
@ -1,3 +1,9 @@
|
|||
2005-09-06 Steven Borley <steven.borley@virgin.net>
|
||||
|
||||
* Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW
|
||||
targets (src/conf.h)
|
||||
|
||||
|
||||
2005-09-08 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* src/frontend/streams.{c,h}: applied Hitoshi's fix for undefined
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
#ifndef __CONF_H
|
||||
#define __CONF_H
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#define NGSPICEBINDIR "C:\\msys\\1.0\\local\\bin"
|
||||
#define NGSPICEDATADIR "C:\\msys\\1.0\\local\\share\\ng-spice-rework"
|
||||
#endif
|
||||
|
||||
char Spice_Version[];
|
||||
char Spice_Notice[];
|
||||
char Spice_Build_Date[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue