Index: Rev.h =================================================================== --- Rev.h (revision 7501) +++ Rev.h (revision 7502) @@ -1 +1 @@ -static const int myrev = 7499; +static const int myrev = 7502; Index: Rev.tab =================================================================== --- Rev.tab (revision 7501) +++ Rev.tab (revision 7502) @@ -1,4 +1,4 @@ -7499 configure new plugin: export_spice +7502 configure new plugin: export_spice 7469 configure new plugin for non-graphical fawk sheets 7468 configure new plugin for non-graphical tEDAx sheets 7370 configure cleanup: get rid of local "inline" defs Index: plugins.h =================================================================== --- plugins.h (revision 7501) +++ plugins.h (revision 7502) @@ -35,6 +35,7 @@ plugin_def("export_spice", "export SPICE netlist", sbuildin, 1) plugin_def("export_svg", "export sheets to svg", sbuildin, 1) plugin_def("export_tedax", "export tEDAx netlist", sbuildin, 1) +plugin_def("lib_netlist_exp", "netlist export helper", sbuildin, 1) plugin_header("\nIO plugins (file formats):\n") plugin_def("io_altium", "altium schematics", sbuildin, 1) @@ -54,7 +55,9 @@ plugin_dep("export_lpr", "export_ps") plugin_dep("export_png", "lib_exp_pixmap") plugin_dep("export_ps", "lib_exp_text") +plugin_dep("export_spice", "lib_netlist_exp") plugin_dep("export_svg", "lib_exp_text") +plugin_dep("export_tedax", "lib_netlist_exp") plugin_dep("gui", "lib_hid_common") plugin_dep("io_altium", "lib_alien") plugin_dep("io_geda", "lib_alien")