Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 31114) +++ trunk/scconfig/Rev.h (revision 31115) @@ -1 +1 @@ -static const int myrev = 31041; +static const int myrev = 31115; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 31114) +++ trunk/scconfig/Rev.tab (revision 31115) @@ -1,3 +1,4 @@ +31115 configure include libulzw in librnd 3rd 31041 configure pcb_ -> rnd_ renames in librnd 30779 configure remove distaligntext - all cases handled by distalign properly 30754 configure remove the old import_sch plugin (in favor of import_sch2) Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 31114) +++ trunk/src/Makefile.in (revision 31115) @@ -137,6 +137,8 @@ ../src_3rd/genregex/regex_sei.o ../src_3rd/genregex/regex_se.o ../src_3rd/genregex/regex.o + ../src_3rd/libulzw/libulzw_comp.o + ../src_3rd/libulzw/libulzw_decomp.o @] # these will be linked only to the hidlib, not to pcb-rnd @@ -591,10 +593,12 @@ append /local/pcb/HDRS_HIDLIB {$(LIBRND)/config.h $(LIBRND)/core/global_typedefs.h $(LIBRND)/core/globalconst.h $(LIBRND)/core/math_helper.h $(LIBRND)/core/buildin.hidlib.h $(LIBRND)/core/hid_inlines.h $(LIBRND)/core/rotate.h $(LIBRND)/core/fptr_cast.h $(LIBRND)/core/safe_fs_dir.h $(LIBRND)/core/compat_inc.h $(LIBRND)/poly/rtree2_compat.h $(LIBRND)/core/color_cache.h } gsub /local/pcb/HDRS_3RDLIB {../src_3rd/liblihata/dom_[^ ]*.h } {} gsub /local/pcb/HDRS_3RDLIB {../src_3rd/liblihata/tree_[^ ]*.h } {} +gsub /local/pcb/HDRS_3RDLIB {../src_3rd/libulzw/libulzw_[^ ]*.h } {} gsub /local/pcb/HDRS_3RDLIB {../src_3rd/libfungw/fungw_ptr.h ../src_3rd/libfungw/fungw_debug.h ../src_3rd/libfungw/fungw_call.h } {} append /local/pcb/HDRS_3RDLIB {../src_3rd/genvector/genvector_impl.h ../src_3rd/genvector/genvector_impl.c ../src_3rd/genvector/genvector_undef.h } append /local/pcb/HDRS_3RDLIB {../src_3rd/genrtree/genrtree_api.h ../src_3rd/genrtree/genrtree_impl.h ../src_3rd/genrtree/genrtree_search.h ../src_3rd/genrtree/genrtree_delete.h ../src_3rd/genrtree/genrtree_debug.h } append /local/pcb/HDRS_3RDLIB {../src_3rd/genlist/gentdlist_impl.h ../src_3rd/genlist/gentdlist_undef.h ../src_3rd/genlist/gendlist.h } +append /local/pcb/HDRS_3RDLIB {../src_3rd/libulzw/libulzw.h } if ?libs/script/fungw/presents then