diff --git a/misc/scripts/makemswtags.bat b/misc/scripts/makemswtags.bat index e0db31f9f6..47cd65d9f1 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