Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 33288) +++ trunk/scconfig/Rev.h (revision 33289) @@ -1 +1 @@ -static const int myrev = 33285; +static const int myrev = 33289; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 33288) +++ trunk/scconfig/Rev.tab (revision 33289) @@ -1,4 +1,4 @@ -33285 distclean switch over to using librnd as a whole +33289 distclean switch over to using librnd as a whole 33267 configure remove vtlibrary (footprint lib allocation simplification) 33056 configure menu item for feature plugins: asm and shape 32952 configure new plugin: ch_editpoint draw edit points of objects Index: trunk/util/bxl2txt/Makefile.in =================================================================== --- trunk/util/bxl2txt/Makefile.in (revision 33288) +++ trunk/util/bxl2txt/Makefile.in (revision 33289) @@ -2,7 +2,7 @@ ROOT=../.. PLUGDIR=$(ROOT)/src_plugins -LIBRND=$(ROOT)/src_3rd/librnd +LIBRND=$(ROOT)/src_3rd/librnd-local/src/librnd PLUG=$(PLUGDIR)/io_bxl CFLAGS = @/local/pcb/c89flags@ @/local/pcb/CFLAGS@ -I$(PLUG) -I$(ROOT) -I$(ROOT)/src -I$(ROOT)/src_3rd LDFLAGS = @/local/pcb/LDFLAGS@ Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 33288) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 33289) @@ -7,7 +7,7 @@ print [@ ROOT=../.. PLUGDIR=../../src_plugins -LIBRND=../../src_3rd/librnd +LIBRND=../../src_3rd/librnd-local/src/librnd include $(LIBRND)/core/librnd.mak