[Mono-dev] [PATCH] Change Mono.C5 from common lib to net_2_0 lib

Marcus Griep marcus at griep.us
Fri Jul 17 11:10:30 EDT 2009


Currently Mono.C5 builds even as part of the net_1_1 profile. This is
unnecessary as Mono.C5 provides and consumes generics, and thus depends
on net_2_0 at minimum. In order to build in net_1_1, all the files in
Mono.C5 are surrounded by #ifdef NET_2_0 directives, leading to
effectively empty files being built into an uninstalled library in the
net_1_1 profile.

This patch cleans up the Mono.C5 build by moving it to the net_2_0
profile and removing the now unnecessary #ifdef guards.
-- 
Marcus Griep
GPG Key ID: 0x070E3F2D
——
https://torproj.xpdm.us
Ακακια את.ψο´, 3°
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c5_2_0.patch
Type: text/x-patch
Size: 16880 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090717/af0331b1/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090717/af0331b1/attachment-0003.bin 


More information about the Mono-devel-list mailing list