diff options
author | albert-github <albert.tests@gmail.com> | 2013-09-15 17:41:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2013-09-15 17:41:53 (GMT) |
commit | df5c8ebe8beca59a8ce7a3a43c1220f932160ef7 (patch) | |
tree | da1a4ad36732ee1d438a3b9dcfa4bcb92e97d7d5 /winbuild/Lex.rules | |
parent | 6dbc429a78966233c02b339193c5bb642d281df0 (diff) | |
download | Doxygen-df5c8ebe8beca59a8ce7a3a43c1220f932160ef7.zip Doxygen-df5c8ebe8beca59a8ce7a3a43c1220f932160ef7.tar.gz Doxygen-df5c8ebe8beca59a8ce7a3a43c1220f932160ef7.tar.bz2 |
Added the possibility to specify the -d option in the Visual studio GUI on windows for the lex rules
Diffstat (limited to 'winbuild/Lex.rules')
-rw-r--r-- | winbuild/Lex.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winbuild/Lex.rules b/winbuild/Lex.rules index 3f2f5d9..99f2f61 100644 --- a/winbuild/Lex.rules +++ b/winbuild/Lex.rules @@ -14,6 +14,12 @@ ShowOnlyRuleProperties="false" > <Properties> + <BooleanProperty + Name="Rules" + DisplayName="Write used lex rules" + Description="write used lex rules" + Switch="-d" + /> <StringProperty Name="Prefix" DisplayName="Prefix" |