Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW targets

This commit is contained in:
sjborley 2005-09-08 20:52:40 +00:00
parent c6d286f417
commit bf6ca0c491
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -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[];