]> git.saurik.com Git - wxWidgets.git/commitdiff
added script for generating tags file for wxGTK
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Apr 2004 13:16:52 +0000 (13:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Apr 2004 13:16:52 +0000 (13:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/makegtktags [new file with mode: 0755]

diff --git a/misc/scripts/makegtktags b/misc/scripts/makegtktags
new file mode 100755 (executable)
index 0000000..1a15265
--- /dev/null
@@ -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
+