Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 25088) +++ trunk/scconfig/Rev.h (revision 25089) @@ -1 +1 @@ -static const int myrev = 25083; +static const int myrev = 25089; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 25088) +++ trunk/scconfig/Rev.tab (revision 25089) @@ -1,4 +1,4 @@ -25083 configure hidlib: indirect conf lookups to cut conf_core dependency +25089 configure hidlib: indirect conf lookups to cut conf_core dependency 25036 configure hidlib: centralize GUI actions to remove code dup among gtk/lesstif and free up HIDs from PCB 25016 configure move the status bar and readouts out from gtk/lesstif to plugin lib_hid_pcbui 24987 configure move the toolbar out from gtk to plugin lib_hid_pcbui Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 25088) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 25089) @@ -55,7 +55,7 @@ print [@ FP_OBJS = @/local/pcb/OBJS@ ../../src/plug_footprint.o -CONF_OBJS = ../../src/vtlibrary.o ../../src/compat_fs.o ../../src/paths.o ../../src/conf.o ../../src/conf_core.o ../../src/hid_cfg.o ../../src/misc_util.o ../../src/unit.o ../../src/conf_internal.o ../../src/list_conf.o ../../src/conf_hid.o ../../src/pcb-printf.o ../../src/compat_misc.o ../../src/safe_fs.o +CONF_OBJS = ../../src/vtlibrary.o ../../src/compat_fs.o ../../src/paths.o ../../src/conf.o ../../src/conf_core.o ../../src/hid_cfg.o ../../src/hidlib_conf.o ../../src/misc_util.o ../../src/unit.o ../../src/conf_internal.o ../../src/list_conf.o ../../src/conf_hid.o ../../src/pcb-printf.o ../../src/compat_misc.o ../../src/safe_fs.o FP_LDFLAGS = @/local/pcb/LDFLAGS@ FP_CFLAGS = @/local/pcb/CFLAGS@ OBJS = \ Index: trunk/util/gsch2pcb-rnd/gsch2pcb.c =================================================================== --- trunk/util/gsch2pcb-rnd/gsch2pcb.c (revision 25088) +++ trunk/util/gsch2pcb-rnd/gsch2pcb.c (revision 25089) @@ -36,6 +36,7 @@ #include "../src/plug_footprint.h" #include "../src/conf.h" #include "../src/conf_core.h" +#include "../src/hidlib_conf.h" #include "../src_3rd/qparse/qparse.h" #include "../config.h" #include "../src/error.h" @@ -383,6 +384,7 @@ conf_init(); conf_core_init(); conf_core_postproc(); /* to get all the paths initialized */ + pcb_hidlib_conf_init(); gadl_list_init(&schematics, sizeof(char *), NULL, NULL); gadl_list_init(&extra_gnetlist_arg_list, sizeof(char *), NULL, NULL);