]> git.saurik.com Git - wxWidgets.git/blame - misc/scripts/makegtktags
added script for generating tags file for wxGTK
[wxWidgets.git] / misc / scripts / makegtktags
CommitLineData
e4de95f8
VZ
1#!/bin/sh
2ctags --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