[Mono-list] DasBlog
Jackson Harper
jackson@ximian.com
Tue, 03 Feb 2004 10:32:54 -0800
This is a possibility but I think all of the features needed will be
implemented soon, so its not something we need to worry about.
Jackson
On Tue, 2004-02-03 at 10:29, Stuart Ballard wrote:
> Jackson Harper wrote:
> > With dasBlog there are basically three kinds of patches:
> >
> > 1. Remove unsupported mono features such as certain System.Drawing
> > features - I do not expect the dasBlog people to support these patches.
>
> You could do this with #if !__MonoCS__ / #endif blocks. I've used that
> approach for an in-house application I'm working on porting, and while I
> know it's not the recommended way to go, it allows me to maintain a
> single codebase for both platforms.
>
> Another possibility would be to use your own define instead of
> __MonoCS__, and have your build system invoke mcs with /D:mono (or
> whatever the syntax is) as appropriate.
>
> Stuart.