• G
    tools: add an option to generate cscope database · 3ee4a185
    Grissiom 提交于
    When --cscope option is given to Scons, it will generate a cscope
    cross-reference database in current directory, which is useful in
    Vim(and other cscope-aware text editors). For example, `scons -s
    --cscope` will do nothing except generating the database. You can use
    this option with other options together.
    
    It is inspired by the `make cscope` of Linux.
    3ee4a185
building.py 16.2 KB