|
From: <sco...@rk...> - 2006-02-16 15:09:11
|
Nat, =20 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. =20 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. =20 Thanks, -Scott |