summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-09-15 17:55:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-09-15 17:55:34 (GMT)
commitef7c0d697bba97ad26fac192af9531c19779f7c3 (patch)
tree6469b790910cf7888eff9fed9277f98ae903a951
parentab8c36c0442c570a3fa9fdc7cf307902e53b3090 (diff)
parentdf5c8ebe8beca59a8ce7a3a43c1220f932160ef7 (diff)
downloadDoxygen-ef7c0d697bba97ad26fac192af9531c19779f7c3.zip
Doxygen-ef7c0d697bba97ad26fac192af9531c19779f7c3.tar.gz
Doxygen-ef7c0d697bba97ad26fac192af9531c19779f7c3.tar.bz2
Merge pull request #37 from albert-github/feature/lex_windows
Added the possibility to specify the -d option in the Visual studio GUI ...
-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"