]>
Commit | Line | Data |
---|---|---|
e4de95f8 VZ |
1 | #!/bin/sh |
2 | ctags --c-types=+x --totals --language-force=c++ -I WXDLLEXPORT \ | |
3 | include/wx/*.h \ | |
4 | include/wx/gtk/*.h \ | |
5 | include/wx/generic/*.h \ | |
6 | include/wx/protocol/*.h \ | |
7 | include/wx/unix/*.h \ | |
8 | src/common/*.cpp \ | |
9 | src/generic/*.cpp \ | |
10 | src/gtk/*.cpp \ | |
11 | src/html/*.cpp \ | |
12 | src/unix/*.cpp | |
13 |