[nem-en] patch for MSbuild indentation syntax property
Kamil Skalski
kamil.skalski at gmail.com
Mon Jul 24 16:49:29 CEST 2006
Commited, thanks.
On 7/24/06, Chris Ferrell <csferrell at gmail.com> wrote:
> Index: MSBuildTask.n
>
> ===================================================================
>
> --- MSBuildTask.n (revision 6459)
>
> +++ MSBuildTask.n (working copy)
>
> @@ -67,6 +67,8 @@
>
> commandLine.AppendSwitch("/greedy-references:-");
> when (WarningLevel != 4)
> commandLine.AppendSwitchIfNotNull("/warn:", WarningLevel.ToString());
> + when (IndentationSyntax)
> + commandLine.AppendSwitch("/indentation-syntax");
> commandLine.AppendSwitchIfNotNull("/doc:", this.DocumentationFile);
> commandLine.AppendSwitchUnquotedIfNotNull("/define:",
> base.DefineConstants);
>
> @@ -146,5 +148,8 @@
>
>
> [Accessor (flags = WantSetter)]
> mutable _greedy_references : bool = true;
> +
> + [Accessor (flags = WantSetter)]
> + mutable _indentation_syntax : bool = false;
> }
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
>
>
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list