]> git.saurik.com Git - wxWidgets.git/blame - misc/scripts/makeosxtags.sh
Fix problem with most of wxGTK headers not being installed.
[wxWidgets.git] / misc / scripts / makeosxtags.sh
CommitLineData
61dabbff
VZ
1#!/bin/sh
2. `dirname $0`/makeunixtags.sh
43929306 3create_tags osx
61dabbff
VZ
4
5osx_port=${1-carbon}
6ctags --totals --c++-kinds=+px --language-force=c++ \
7 -f osx_$osx_port.tags \
8 -I @misc/scripts/ctags.ignore \
61dabbff
VZ
9 include/wx/osx/core/*.h \
10 include/wx/osx/core/private/*.h \
11 include/wx/osx/private/*.h \
12 include/wx/osx/$osx_port/*.h \
13 include/wx/osx/$osx_port/private/*.h \
61dabbff
VZ
14 src/osx/core/*.cpp \
15 src/osx/$osx_port/*.{cpp,mm}