added msw/ole subdirectories
[wxWidgets.git] / misc / scripts / makegtktags
1 #!/bin/sh
2 ctags --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