config/HOWTO_CSCOPEDB
2010-03-04 10:10:31 +01:00

4 lines
142 B
Plaintext

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