include library addition broken
Status: Beta
Brought to you by:
cfelaco
when trying to include a series of files with the gui
frontend the files specified are decalred invalid and
therefore not included in cscope librar. a work
around is to use cscope backdoor to generate filelist
(find <source base> -name "*.[ch]" > cscope.files),
then gfenerate cscope database (cscope -b). after
doing this all is fine.