Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 34764) +++ trunk/scconfig/Rev.h (revision 34765) @@ -1 +1 @@ -static const int myrev = 34764; +static const int myrev = 34765; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 34764) +++ trunk/scconfig/Rev.tab (revision 34765) @@ -1,4 +1,4 @@ -34764 configure version bump to 3.0.0-dev and related API changes in librnd +34765 configure version bump to 3.0.0-dev and related API changes in librnd 34707 configure new release version 34691 configure io_pads: disable write code but enable the plugin by default 34633 configure io_pads: PADS_ASCII write code Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 34764) +++ trunk/src/main.c (revision 34765) @@ -406,6 +406,7 @@ }; extern const char *rnd_hidlib_default_embedded_menu; +extern const char *rnd_conf_internal; int main(int argc, char *argv[]) { @@ -429,6 +430,7 @@ rnd_app.expose_main = pcb_expose_main; rnd_app.expose_preview = pcb_expose_preview; + rnd_app.conf_internal = rnd_conf_internal; rnd_conf_dot_dir = DOT_PCB_RND; rnd_conf_lib_dir = PCBLIBDIR; Index: trunk/src_plugins/lib_formula/test/glue.c =================================================================== --- trunk/src_plugins/lib_formula/test/glue.c (revision 34764) +++ trunk/src_plugins/lib_formula/test/glue.c (revision 34765) @@ -14,4 +14,3 @@ const char *rnd_conf_sysdir_path; const char *rnd_conf_sys_path; -const char rnd_conf_internal_arr[] = {""}, *rnd_conf_internal = rnd_conf_internal_arr; Index: trunk/tests/propedit/glue.c =================================================================== --- trunk/tests/propedit/glue.c (revision 34764) +++ trunk/tests/propedit/glue.c (revision 34765) @@ -7,7 +7,6 @@ /*** hidlib glue ***/ const char *rnd_hidlib_default_embedded_menu = ""; -const char *rnd_conf_internal = ""; const char *rnd_menu_file_paths[] = { "./", NULL }; const char *rnd_menu_name_fmt = "menu.lht"; Index: trunk/util/gsch2pcb-rnd/glue.c =================================================================== --- trunk/util/gsch2pcb-rnd/glue.c (revision 34764) +++ trunk/util/gsch2pcb-rnd/glue.c (nonexistent) @@ -1,34 +0,0 @@ -/* gsch2pcb-rnd - * (C) 2015..2016, Tibor 'Igor2' Palinkas - * - * This program is free software which I release under the GNU General Public - * License. You may redistribute and/or modify this program under the terms - * of that license as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. Version 2 is in the - * COPYRIGHT file in the top level directory of this distribution. - * - * To get a copy of the GNU General Puplic License, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ - -#include -#include -#include -#include "config.h" -#include -#include -#include -#include -#include -#include "gsch2pcb_rnd_conf.h" -#include - -/* glue for pcb-rnd core */ - -static const char rnd_conf_internal_arr[] = { 0 }; -const char *rnd_conf_internal = rnd_conf_internal_arr; Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 34764) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 34765) @@ -48,7 +48,6 @@ help.o \ netlister.o \ run.o \ - glue.o \ method_import.o all: