config/doc/HOWTO_CSCOPEDB

4 lines
142 B
Plaintext
Raw Permalink Normal View History

2010-03-04 10:10:31 +01:00
find /my/project/dir -name '*.c' -o -name '*.h' > /foo/cscope.files
cscope -i /foo/cscope.files
CSCOPE_DB=/foo/cscope.out; export CSCOPE_DB