diff --git a/misc/scripts/makegtktags b/misc/scripts/makegtktags new file mode 100755 index 0000000000..1a152652bd --- /dev/null +++ b/misc/scripts/makegtktags @@ -0,0 +1,13 @@ +#!/bin/sh +ctags --c-types=+x --totals --language-force=c++ -I WXDLLEXPORT \ + include/wx/*.h \ + include/wx/gtk/*.h \ + include/wx/generic/*.h \ + include/wx/protocol/*.h \ + include/wx/unix/*.h \ + src/common/*.cpp \ + src/generic/*.cpp \ + src/gtk/*.cpp \ + src/html/*.cpp \ + src/unix/*.cpp +