Don't use "-I @" in ctags command line as cmd.exe handles '@' specially.

Just use the file path instead as '@' is used for the "response files" by
cmd.exe, at least under Windows 7.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-12-18 14:46:58 +00:00
parent e75390d4aa
commit dc09d66523
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
WXUNUSED+
WXDLLEXPORT
WXDLLIMPEXP_ADV
WXDLLIMPEXP_DATA_ADV+

View File

@ -1 +1 @@
@ctags.exe --totals --language-force=c++ --c++-types=+p -I @misc/scripts/ctags.ignore include/wx/*.h include/wx/aui/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/generic/private/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/propgrid/*.h include/wx/protocol/*.h include/wx/richtext/*.h include/wx/xml/*.h include/wx/xrc/*.h src/aui/*.cpp src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/propgrid/*.cpp src/richtext/*.cpp src/xml/*.cpp src/xrc/*.cpp
@ctags.exe --totals --language-force=c++ --c++-types=+p -I ./misc/scripts/ctags.ignore include/wx/*.h include/wx/aui/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/generic/private/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/propgrid/*.h include/wx/protocol/*.h include/wx/richtext/*.h include/wx/xml/*.h include/wx/xrc/*.h src/aui/*.cpp src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/propgrid/*.cpp src/richtext/*.cpp src/xml/*.cpp src/xrc/*.cpp