[Mono-dev] Mono Hints for Developers.
Miguel de Icaza
miguel at ximian.com
Sun Mar 18 18:35:24 EDT 2007
If you are developing code in the class libraries, and you want a quick
turn around to check your changes, for example, for corlib, do this:
cd mcs/class/corlib
make ; for 1.0 profile
make PROFILE=net_2_0 ; for 2.0 profile
make install ; To install your 1.0 profile
make PROFILE=net_2_0 install ; To install the 2.0 profile
To run the tests do:
cd mcs/class/corlib
make run-test-local
make run-test-local PROFILE=net_2_0
Miguel.
More information about the Mono-devel-list
mailing list