资 源 简 介
Due to Dos/Windows filename is case insensitive, programmer may include some header files whose filename differ from the header file themselves with letter case, this will make cscope to generate duplicate file list in its database. Refer to Cscope Feaure Request #1926801
This project try to remove the duplicate file list
Usage:: cscopetrim.exe cscope.out
where cscope.out must be generated by:
cscope -c
cscopetrim will generate cscope.out.trim, which you can use in VIM
:cs add cscope.out.trim