[MonoDevelop] MonoDevelop.Autotools addin?
Lluis Sanchez Gual
slluis.devel at gmail.com
Mon Mar 8 20:23:46 EST 2010
El dl 08 de 03 de 2010 a les 17:58 -0600, en/na Vasili I. Galchin va
escriure:
> Here is my F# version of GetCompilerName:
> static string GetCompilerName (TargetRuntime runtime,
> TargetFramework fx)
> {
> string fsc = runtime.GetToolPath (fx, "fsc");
> if (fsc != null)
> return fsc;
> else {
> string message =
> GettextCatalog.GetString ("F# compiler not found for {0}.", fx.Name);
> LoggingService.LogError (message);
> throw new Exception (message);
> }
> }
>
>
> Looks good to me ..... Agree??
Depends. Does it work?
Lluis.
More information about the Monodevelop-list
mailing list