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:
parent
3a91ff3ac5
commit
a309b80531
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user