From 7ca253a50f4ff54372214572e2ac2963b5203a81 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 16 Sep 2006 13:15:13 +0000 Subject: [PATCH] build extra wxUniv tags file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makeunivtags.bat | 1 + 1 file changed, 1 insertion(+) create mode 100755 misc/scripts/makeunivtags.bat diff --git a/misc/scripts/makeunivtags.bat b/misc/scripts/makeunivtags.bat new file mode 100755 index 0000000000..daf05959cd --- /dev/null +++ b/misc/scripts/makeunivtags.bat @@ -0,0 +1 @@ +@ctags.exe -o tags.univ --totals --language-force=c++ --c++-types=+px -I WXDLLEXPORT -I WXDLLIMPEXP_DATA_BASE+ -I WXDLLIMPEXP_BASE include/wx/univ/*.h src/univ/*.cpp src/univ/themes/*.cpp