/mordor/ragel.props
MSBuild | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | 3ee93625318c80850a79d39840c9a475 MD5 | raw file
Possible License(s): BSD-3-Clause
- <?xml version="1.0" encoding="utf-8"?>
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup
- Condition="'$(RagelBeforeTargets)' == '' and '$(RagelAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
- <RagelBeforeTargets>Midl</RagelBeforeTargets>
- <RagelAfterTargets>CustomBuild</RagelAfterTargets>
- </PropertyGroup>
- <PropertyGroup>
- <RagelDependsOn
- Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(RagelDependsOn)</RagelDependsOn>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <Ragel>
- <NoDuplicates>false</NoDuplicates>
- <XML>false</XML>
- <Graphviz>false</Graphviz>
- <PrintableCharacters>false</PrintableCharacters>
- <InhibitLineDirectives>false</InhibitLineDirectives>
- <OutputFileName>$(IntDir)%(Filename).cpp</OutputFileName>
- <Minimization>0</Minimization>
- <Host>0</Host>
- <CodeStyle>0</CodeStyle>
- <CommandLineTemplate>ragel.exe [AllOptions] [AdditionalOptions] --error-format=msvc [inputs]</CommandLineTemplate>
- <Outputs>%(OutputFileName)</Outputs>
- <ExecutionDescription>Generating finite state machines: [inputs]</ExecutionDescription>
- </Ragel>
- </ItemDefinitionGroup>
- </Project>