Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 12107) +++ trunk/scconfig/Rev.h (revision 12108) @@ -1 +1 @@ -static const int myrev = 12106; +static const int myrev = 12108; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 12107) +++ trunk/scconfig/Rev.tab (revision 12108) @@ -1,5 +1,5 @@ +12108 configure tool code splitup 12106 configure new source files for padstacks -12064 configure tool code splitup 11724 configure new default pcb 11611 configure enforce safe_fs 11529 configure gsch2pcb-rnd uses safe_fs Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 12107) +++ trunk/src/Makefile.in (revision 12108) @@ -141,6 +141,7 @@ stub_mincut.o stub_stroke.o stub_vendor.o + tool.o tool_arc.o tool_arrow.o tool_buffer.o Index: trunk/src/tool.c =================================================================== --- trunk/src/tool.c (nonexistent) +++ trunk/src/tool.c (revision 12108) @@ -0,0 +1,21 @@ +/* + * COPYRIGHT + * + * pcb-rnd, interactive printed circuit board design + * Copyright (C) 2017 Tibor 'Igor2' Palinkas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ Index: trunk/src/tool.h =================================================================== --- trunk/src/tool.h (nonexistent) +++ trunk/src/tool.h (revision 12108) @@ -0,0 +1,21 @@ +/* + * COPYRIGHT + * + * pcb-rnd, interactive printed circuit board design + * Copyright (C) 2017 Tibor 'Igor2' Palinkas + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */