Index: Rev.h =================================================================== --- Rev.h (revision 33962) +++ Rev.h (revision 33963) @@ -1 +1 @@ -static const int myrev = 33845; +static const int myrev = 33963; Index: Rev.tab =================================================================== --- Rev.tab (revision 33962) +++ Rev.tab (revision 33963) @@ -1,3 +1,4 @@ +33963 configure new plugin: low level pcb-rnd C code draw 33845 configure librnd separation: link librnd with -l 33689 configure new plugin: io_pads 33489 configure new plugin: show_netnames Index: plugins.h =================================================================== --- plugins.h (revision 33962) +++ plugins.h (revision 33963) @@ -6,7 +6,7 @@ plugin_header("\nLibrary plugins:\n") plugin_def("lib_compat_help", "#compatibility helper functions", sbuildin, 1, 0) -plugin_def("lib_formula", "mathematical forumlas", sbuildin, 1, 0) +plugin_def("lib_formula", "mathematical formulas", sbuildin, 1, 0) plugin_def("lib_gensexpr", "#s-expression library", sdisable, 0, 1) plugin_def("lib_gtk_common", "all-hid_gtk common code", sdisable, 0, 1) plugin_def("lib_hid_common", "all-gui-hid common code", sdisable, 0, 1) @@ -103,6 +103,7 @@ plugin_def("cam", "cam/job based export", sbuildin, 1, 0) plugin_def("ddraft", "2D drafting helper", sbuildin, 1, 0) plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1, 0) +plugin_def("export_c_draw", "export drawing in C code", sbuildin, 1, 0) plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1, 0) plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1, 0) plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1, 0)