Index: Rev.h =================================================================== --- Rev.h (revision 32347) +++ Rev.h (revision 32348) @@ -1 +1 @@ -static const int myrev = 32326; +static const int myrev = 32327; Index: Rev.tab =================================================================== --- Rev.tab (revision 32347) +++ Rev.tab (revision 32348) @@ -1,3 +1,4 @@ +32327 configure new autoroute plugin for external autorouters 32326 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist, accel netliet, protel netlist 2.0 32284 configure io_tedax: file format support for autorouters 32216 configure cleanup: eahc plugin shall register its own menus Index: plugins.h =================================================================== --- plugins.h (revision 32347) +++ plugins.h (revision 32348) @@ -23,6 +23,7 @@ plugin_def("act_draw", "action wrappers for drawing", sbuildin, 1, 0) plugin_def("act_read", "action wrappers for data access", sbuildin, 1, 0) plugin_def("ar_cpcb", "autoroute with c-pcb", sbuildin, 1, 0) +plugin_def("ar_extern", "external autorouter", sbuildin, 1, 0) plugin_def("asm", "assembly GUI", sbuildin, 1, 0) plugin_def("autocrop", "crop board to fit objects", sbuildin, 1, 0) plugin_def("autoplace", "auto place components", sbuildin, 1, 0) @@ -144,6 +145,7 @@ plugin_dep("ar_cpcb", "lib_compat_help", 0) plugin_dep("ar_cpcb", "lib_gensexpr", 0) plugin_dep("ar_cpcb", "lib_netmap", 0) +plugin_dep("ar_extern", "io_tedax", 0) plugin_dep("autoroute", "lib_compat_help", 0) plugin_dep("cam", "query", 0) plugin_dep("dialogs", "draw_csect", 0)