Browse Source

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

pre-master-46
sjborley 21 years ago
parent
commit
bf6ca0c491
  1. 6
      ChangeLog
  2. 5
      src/conf.h

6
ChangeLog

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

5
src/conf.h

@ -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…
Cancel
Save