]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use "-I @" in ctags command line as cmd.exe handles '@' specially.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Dec 2009 14:46:58 +0000 (14:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Dec 2009 14:46:58 +0000 (14:46 +0000)
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

misc/scripts/ctags.ignore
misc/scripts/makemswtags.bat

index 28a0b96c575fe2f2969f9e23ee0fc4486685142f..da20204026944338bc01308c511e3e22565914b5 100644 (file)
@@ -1,3 +1,4 @@
+WXUNUSED+
 WXDLLEXPORT\r
 WXDLLIMPEXP_ADV\r
 WXDLLIMPEXP_DATA_ADV+\r
index 0436d06f0f86b97f41967e96cf86134740076c1e..6d56c7966a1170ca2d6958bd021486ffb8a3671d 100755 (executable)
@@ -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