]> git.saurik.com Git - wxWidgets.git/commitdiff
Create both the full and OS X specific tag files in makeosxtags.sh.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Aug 2009 23:13:37 +0000 (23:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Aug 2009 23:13:37 +0000 (23:13 +0000)
Also don't duplicate the files already processed by the generic create_tags in
OS X-specific part.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/makeosxtags.sh

index 99885fabb07bffb2756422cf3c45f3a7986d3150..dcb72f4768144ffa4eed5bfa101d8826fdff4b6a 100755 (executable)
@@ -1,16 +1,15 @@
 #!/bin/sh
 . `dirname $0`/makeunixtags.sh
 #!/bin/sh
 . `dirname $0`/makeunixtags.sh
+create_tags osx
 
 osx_port=${1-carbon}
 ctags --totals --c++-kinds=+px --language-force=c++ \
     -f osx_$osx_port.tags \
     -I @misc/scripts/ctags.ignore \
 
 osx_port=${1-carbon}
 ctags --totals --c++-kinds=+px --language-force=c++ \
     -f osx_$osx_port.tags \
     -I @misc/scripts/ctags.ignore \
-    include/wx/osx/*.h \
     include/wx/osx/core/*.h \
     include/wx/osx/core/private/*.h \
     include/wx/osx/private/*.h \
     include/wx/osx/$osx_port/*.h \
     include/wx/osx/$osx_port/private/*.h \
     include/wx/osx/core/*.h \
     include/wx/osx/core/private/*.h \
     include/wx/osx/private/*.h \
     include/wx/osx/$osx_port/*.h \
     include/wx/osx/$osx_port/private/*.h \
-    src/osx/*.cpp \
     src/osx/core/*.cpp \
     src/osx/$osx_port/*.{cpp,mm}
     src/osx/core/*.cpp \
     src/osx/$osx_port/*.{cpp,mm}