Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 28871) +++ trunk/scconfig/Rev.h (revision 28872) @@ -1 +1 @@ -static const int myrev = 28855; +static const int myrev = 28871; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 28871) +++ trunk/scconfig/Rev.tab (revision 28872) @@ -1,6 +1,6 @@ +28871 configure compile standard extobjs by default 28855 configure extended object action infra 28805 configure generate new header for librnd header integrity test -28759 configure compile standard extobjs by default 28609 configure layer code split (layer_addr.[ch]) 28441 configure remove old gcode plugin 28114 distclean puplug bug blocked loading script pups Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 28871) +++ trunk/scconfig/plugins.h (revision 28872) @@ -36,7 +36,7 @@ plugin_def("drc_orig", "the original DRC code", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0) -plugin_def("exto_std", "standard extended objects", sdisable, 1, 0) +plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0) plugin_def("fontmode", "font editor", sbuildin, 1, 0) plugin_def("jostle", "push lines out of the way", sbuildin, 1, 0) plugin_def("loghid", "diagnostics: log HID calls", sdisable, 1, 0) @@ -152,6 +152,7 @@ plugin_dep("export_vfs_mc", "lib_vfs", 0) plugin_dep("export_xy", "export_bom", 0) plugin_dep("extedit", "io_lihata", 0) +plugin_dep("exto_std", "lib_compat_help", 0) plugin_dep("fp_wget", "fp_fs", 0) plugin_dep("fp_wget", "lib_wget", 0) plugin_dep("hid_gtk2_gdk", "lib_gtk_common", 01) Index: trunk/src_plugins/exto_std/exto_std.pup =================================================================== --- trunk/src_plugins/exto_std/exto_std.pup (revision 28871) +++ trunk/src_plugins/exto_std/exto_std.pup (revision 28872) @@ -4,5 +4,5 @@ $state WIP $package core dep lib_compat_help -default disable +default buildin autoload 1