diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-18 19:33:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-18 19:33:39 (GMT) |
commit | ba9bb02abf6f6922a83beb2092e7bc270e6f25c1 (patch) | |
tree | d4529ac748f9e278f08a5c9ffeb803d3fd3263df /winbuild/Lex.rules | |
parent | f415b624a6cf6b9e577ec6131a23cb4a0e830aaf (diff) | |
download | Doxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.zip Doxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.tar.gz Doxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.tar.bz2 |
Further cleanups related to the cmake build system
Diffstat (limited to 'winbuild/Lex.rules')
-rw-r--r-- | winbuild/Lex.rules | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/winbuild/Lex.rules b/winbuild/Lex.rules deleted file mode 100644 index 52df322..0000000 --- a/winbuild/Lex.rules +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<VisualStudioToolFile - Name="flex" - Version="8.00" - > - <Rules> - <CustomBuildRule - Name="Lex" - DisplayName="Lex" - CommandLine="flex [AllOptions] -t -P$(InputName)YY [AdditionalOptions] [inputs] | python "$(ProjectDir)..\src\increasebuffer.py" > $(IntDir)/$(InputName).cpp" - Outputs="$(IntDir)/$(InputName).cpp" - FileExtensions="*.l" - AdditionalDependencies="$(ProjectDir)..\src\increasebuffer.py" - ExecutionDescription="Executing Lex for $(InputPath) ..." - ShowOnlyRuleProperties="false" - > - <Properties> - <BooleanProperty - Name="Case" - DisplayName="Case insensitive" - Description="case insensitive" - Switch="-i" - IsReadOnly="true" - /> - <BooleanProperty - Name="Rules" - DisplayName="Write used lex rules" - Description="Write used lex rules" - Switch="-d" - /> - </Properties> - </CustomBuildRule> - </Rules> -</VisualStudioToolFile> |