[Mono-dev] [Fwd: [Mono-patches] r48646 - in trunk/mcs: build/common class/System.DirectoryServices]

Atsushi Eno atsushi at ximian.com
Mon Aug 22 05:27:35 EDT 2005


Hi Boris,

> Modified: trunk/mcs/build/common/Consts.cs
> ===================================================================
> --- trunk/mcs/build/common/Consts.cs	2005-08-22 06:17:11 UTC (rev 48645)
> +++ trunk/mcs/build/common/Consts.cs	2005-08-22 09:19:48 UTC (rev 48646)
> @@ -51,7 +51,7 @@
>  #if NET_2_0 || BOOTSTRAP_NET_2_0
>  	public const string FxVersion = "2.0.0.0";
>  	public const string VsVersion = "8.0.0.0";
> -#elif NET_1_1
> +#elif NET_1_1 || TARGET_JVM
>  	public const string FxVersion = "1.0.5000.0";
>  	public const string VsVersion = "7.0.5000.0";
>  #elif NET_1_0

Just curious, aren't you setting NET_1_1 by default? It should be
used all around mcs source code and if you actually define NET_1_1
this fix would be extraneous.

Atsushi Eno




More information about the Mono-devel-list mailing list