From: Vadim Zeitlin Date: Fri, 7 Apr 2006 00:39:50 +0000 (+0000) Subject: added html headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/daf9adeb975122b586425e87081785a444d5e8da?ds=sidebyside added html headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/makemswtags.bat b/misc/scripts/makemswtags.bat index f510d387bd..64f87d3097 100755 --- a/misc/scripts/makemswtags.bat +++ b/misc/scripts/makemswtags.bat @@ -1 +1 @@ -@ctags.exe --totals --language-force=c++ --c++-types=+x -I WXDLLEXPORT -IWXDLLIMPEXP_DATA_BASE+ -I WXDLLIMPEXP_BASE include/wx/*.h include/wx/msw/*.h include/wx/msw/ole/*.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/msw/ole/*.cpp src/html/*.cpp src/xml/*.cpp src/xrc/*.cpp +@ctags.exe --totals --language-force=c++ --c++-types=+x -I WXDLLEXPORT -IWXDLLIMPEXP_DATA_BASE+ -I WXDLLIMPEXP_BASE include/wx/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/protocol/*.h include/wx/xml/*.h include/wx/xrc/*.h src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/xml/*.cpp src/xrc/*.cpp