From 5493c0ce27da3585b23a5f0a55414d2877eacdd5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Mar 2005 16:51:03 +0000 Subject: [PATCH] include extern variables declarations in the tags file too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makemswtags.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/makemswtags.bat b/misc/scripts/makemswtags.bat index e0db31f..47cd65d 100755 --- a/misc/scripts/makemswtags.bat +++ b/misc/scripts/makemswtags.bat @@ -1 +1 @@ -@ctags.exe --totals --language-force=c++ -I WXDLLEXPORT include/wx/*.h include/wx/msw/*.h include/wx/generic/*.h include/wx/protocol/*.h include/wx/xml/*.h include/wx/xrc/*.h src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/html/*.cpp src/xml/*.cpp src/xrc/*.cpp +@ctags.exe --totals --language-force=c++ --c++-types=+x -I WXDLLEXPORT -I WXDLLIMPEXP_DATA_BASE+ include/wx/*.h include/wx/msw/*.h include/wx/generic/*.h include/wx/protocol/*.h include/wx/xml/*.h include/wx/xrc/*.h src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/html/*.cpp src/xml/*.cpp src/xrc/*.cpp -- 2.7.4