[Mono-dev] [PATCH] Enable dolt on cygwin

Zoltan Varga vargaz at gmail.com
Sun Nov 1 14:14:26 EST 2009


Looks good.

           Zoltan

2009/11/1 Kornél Pál <kornelpal at gmail.com>

> Please see the attached patch that enables dolt on cygwin. I have tested
> this and found no problems.
>
> Please review and if you like it, approve the patch.
>
> Thanks.
>
> Kornél
>
>
>
> Index: mono/acinclude.m4
> ===================================================================
> --- mono/acinclude.m4   (revision 145149)
> +++ mono/acinclude.m4   (working copy)
> @@ -26,6 +26,9 @@
>
>  |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
>     pic_options='-fPIC'
>     ;;
> +i?86-pc-cygwin*)
> +    pic_options='-DDLL_EXPORT'
> +    ;;
>  i?86-apple-darwin*)
>     pic_options='-fno-common'
>     ;;
>
> _______________________________________________
> 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/20091101/e12962e3/attachment-0001.html 


More information about the Mono-devel-list mailing list