diff --git a/misc/scripts/makemactags.sh b/misc/scripts/makemactags.sh new file mode 100644 index 0000000000..c4b25d22d9 --- /dev/null +++ b/misc/scripts/makemactags.sh @@ -0,0 +1,2 @@ +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 +