]>
Commit | Line | Data |
---|---|---|
e4de95f8 | 1 | #!/bin/sh |
53a9325a | 2 | ctags --totals --language-force=c++ -I WXDLLEXPORT \ |
e4de95f8 | 3 | include/wx/*.h \ |
e4de95f8 | 4 | include/wx/generic/*.h \ |
7182d62a VZ |
5 | include/wx/gtk/*.h \ |
6 | include/wx/html/*.h \ | |
e4de95f8 | 7 | include/wx/protocol/*.h \ |
7182d62a VZ |
8 | include/wx/xml/*.h \ |
9 | include/wx/xrc/*.h \ | |
e4de95f8 VZ |
10 | include/wx/unix/*.h \ |
11 | src/common/*.cpp \ | |
12 | src/generic/*.cpp \ | |
13 | src/gtk/*.cpp \ | |
14 | src/html/*.cpp \ | |
7182d62a VZ |
15 | src/unix/*.cpp \ |
16 | src/xml/*.cpp \ | |
17 | src/xrc/*.cpp | |
e4de95f8 | 18 |