According to [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I haven't worked on it in a few months, so I need to > update it to match, but last time I tried the patches > were simply to add DOS as a platform where platform > specific #defines are. > > e.g. > +# DOS (DJGPP i386/Allegro) > +ifeq ($(OS_NAME), DOS) > +include $(ABI_ROOT)/src/config/platforms/DOS.mk > +endif > + > > and a couple add __DOS__ to some define sections e.g. > -#if !defined(WIN32) && !defined(__BEOS__) && !defined(__QNX__) && >!defined(__APPLE__) > +#if !defined(WIN32) && !defined(__BEOS__) && !defined(__QNX__) && >!defined(__APPLE__) && !defined(__DOS__) > > > So far I've only had to patch 5 files, and I have a > chunk of the platform classes stubbed with a few > implemented (based mostly on a mixture of the Windows > and Unix sources, whichever is more appropriate).
Please submit a patch first to see what impact it currently has before having a chance to commit it. What you describes sounds OK. Note that only patches against HEAD will be accepted. Hub
msg24650/pgp00000.pgp
Description: PGP signature
