summaryrefslogtreecommitdiffstats
path: root/winbuild
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2013-09-15 17:41:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2013-09-15 17:41:53 (GMT)
commitdf5c8ebe8beca59a8ce7a3a43c1220f932160ef7 (patch)
treeda1a4ad36732ee1d438a3b9dcfa4bcb92e97d7d5 /winbuild
parent6dbc429a78966233c02b339193c5bb642d281df0 (diff)
downloadDoxygen-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')
-rw-r--r--winbuild/Lex.rules6
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"