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