1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

add quotes for linux/mono build

This commit is contained in:
Kevin Glynn 2010-12-30 18:44:40 +01:00
parent 3a91ff3ac5
commit a309b80531

View File

@ -93,15 +93,15 @@
</Antlr>
<Antlr Include="CSharpLexer.g">
<OutputFiles>CSharpLexer.cs;;CSharpLexerTokenTypes.cs</OutputFiles>
<IncludeFiles>-glib UnicodeLexerBase.g;CSharpLexerBase.g</IncludeFiles>
<IncludeFiles>-glib "UnicodeLexerBase.g;CSharpLexerBase.g"</IncludeFiles>
</Antlr>
<Antlr Include="CSharpPreprocessorLexer.g">
<OutputFiles>CSharpPreprocessorLexer.cs;CSharpPreprocessTokenTypes.cs</OutputFiles>
<IncludeFiles>-glib UnicodeLexerBase.g;CSharpLexerBase.g</IncludeFiles>
<IncludeFiles>-glib "UnicodeLexerBase.g;CSharpLexerBase.g"</IncludeFiles>
</Antlr>
<Antlr Include="CSharpPreprocessorHooverLexer.g">
<OutputFiles>CSharpPreprocessorHooverLexer.cs;CSharpHooverTokenTypes.cs</OutputFiles>
<IncludeFiles>-glib UnicodeLexerBase.g;CSharpLexerBase.g</IncludeFiles>
<IncludeFiles>-glib "UnicodeLexerBase.g;CSharpLexerBase.g"</IncludeFiles>
</Antlr>
<Antlr Include="CSharpParser.g">
<OutputFiles>CSharpParser.cs;CSharpJavaTokenTypes.cs</OutputFiles>
@ -143,4 +143,4 @@
<PropertyGroup>
<CleanDependsOn>CleanAntlrCode;$(CleanDependsOn)</CleanDependsOn>
</PropertyGroup>
</Project>
</Project>