]> git.saurik.com Git - wxWidgets.git/commitdiff
reformat and add files
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 12:11:47 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 12:11:47 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/makemactags.sh

index c4b25d22d9f9a6ad6432a287415740c41ff543cb..8669345ace7bd6783c43593d23625353ce908c62 100644 (file)
@@ -1,2 +1,22 @@
-ctags --totals src/common/*.cpp src/mac/corefoundation/*.cpp src/mac/carbon/*.cpp src/unix/*.cpp src/generic/*.cpp src/html/*.cpp src/xrc/*.cpp src/xml/*.cpp include/wx/*.h include/wx/mac/carbon/*.h include/wx/mac/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/protocol/*.h include/wx/xml/*.h include/wx/xrc/*.h include/wx/unix/*.h include/wx/mac/corefoundation/*.h
+#!/bin/sh
+ctags --totals --language-force=c++ -I WXDLLEXPORT \
+       include/wx/*.h \
+       include/wx/generic/*.h \
+       include/wx/html/*.h \
+       include/wx/mac/*.h \
+       include/wx/mac/carbon/*.h \
+       include/wx/mac/corefoundation/*.h \
+       include/wx/mac/private/*.h \
+       include/wx/protocol/*.h \
+       include/wx/xml/*.h \
+       include/wx/xrc/*.h \
+       include/wx/unix/*.h \
+       src/common/*.cpp \
+       src/generic/*.cpp \
+       src/html/*.cpp \
+       src/mac/carbon/*.cpp \
+       src/mac/corefoundation/*.cpp \
+       src/unix/*.cpp \
+       src/xml/*.cpp \
+       src/xrc/*.cpp