cscope

来自个人维基
跳转至: 导航搜索

$:find /home/kaigo/WORKING_DIRECTORY/android/MTK6575/ -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.java' -o -name '*.mak' > /home/kaigo/WORKING_DIRECTORY/cscope/MTK6575.files

#!/bin/bash  
find |grep -E "\.(c|cc|cp|cpp|cxx|c\+\+|h|h\+\+|hh|hp|hpp|hxx)$" >cscope.files  
cscope -bqk -i ./csope.files 
  • Cscope on Win32

http://iamphet.nm.ru/cscope/index.html

>dir /s /b *.c *.h *.cpp *.java > cscope.files


参考资料

http://hi.baidu.com/edelweisszf/blog/item/1ccd7d029b276f034bfb51b7.html

http://blog.chinaunix.net/uid-20321537-id-1966918.html

http://blog.xuyu.org/?p=1179

http://www.blogjava.net/conans/articles/314661.html