|
From: Nat P. <nat...@gm...> - 2006-02-16 16:00:29
|
The mono compiler is specified by the MCS variable, so you can build with:
% make MCS=3Dgmcs
Is that enough?
--Nat.
On 2/16/06, sco...@rk... <sco...@rk...> wrote:
>
>
>
> Nat,
>
>
>
> Can you set up the makefile so that you can direct it to use gmcs instead=
of
> mcs, either with an environment variable or a parameter? gmcs has support
> for generics, but mcs does not. I guess this option should also set the
> NET_2_0 (that might not be exactly right) compile time parameter so that =
the
> generics support is enabled in the nmock dll as well.
>
>
>
> I ask this because I have had trouble in the past referencing assemblies
> built with mcs when compiling with gmcs. I guess it is possible that this=
is
> no longer a problem, but I am unable to check right now.
>
>
>
> Thanks,
>
> -Scott
|