[Mono-dev] Is there a build option to build the mono class library?

Jonathan Chambers joncham at gmail.com
Mon Oct 29 03:51:00 UTC 2012


After running a full build, you can make in the individual class library
directory you need to build. For example,

cd mcs/class/corlib
make
# this builds default profile of mscorlib assembly
# to change profile, specify it in the PROFILE variable
PROFILE=net_2_0 make
# the above builds the 2.0 profile of mscorlib

- Jonathan

On Sun, Oct 28, 2012 at 8:57 PM, Daniel Lo Nigro <lists at dan.cx> wrote:

> Have you tried running "make" in the mcs/class directory?
>
>
> On Mon, Oct 29, 2012 at 2:51 AM, keithgchapman <keithgchapman at gmail.com>wrote:
>
>> I need to play around with the mono class library to do some experiments.
>> Is
>> there a build option that enables me to build the class library? Trying to
>> be more efficient by simply building the piece that I need.
>>
>>
>>
>> --
>> View this message in context:
>> http://mono.1490590.n4.nabble.com/Is-there-a-build-option-to-build-the-mono-class-library-tp4657155.html
>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20121028/94816774/attachment.html>


More information about the Mono-devel-list mailing list