2007-11-10 20:12:00 +00:00
|
|
|
/************************************************************/
|
|
|
|
/** eeconfig.h : configuration: definition des structures **/
|
|
|
|
/************************************************************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2009-03-28 20:02:34 +00:00
|
|
|
#include "param_config.h"
|
|
|
|
|
2007-11-10 20:12:00 +00:00
|
|
|
#define GROUP wxT( "/eeschema" )
|
|
|
|
#define GROUPCOMMON wxT( "/common" )
|
|
|
|
#define GROUPLIB wxT( "libraries" )
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2007-11-10 20:12:00 +00:00
|
|
|
#include "netlist.h" /* Definitions generales liees au calcul de netliste */
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
/* variables importees */
|
|
|
|
extern int g_PenMinWidth;
|
|
|
|
|
|
|
|
/* saving parameters option : */
|
2007-11-10 20:12:00 +00:00
|
|
|
#define INSETUP TRUE // used when the parameter is saved in general config
|
|
|
|
// if not used, the parameter is saved in the loca config (project config)
|