Moderator
Posts: 2362 from 2003/2/24
I'm currently working on a new version of MMamM and since I want the user to be able to compile the generated MUI-classes without modifications they should include some common macros defined in Examples/MUI/demo.h.
Quote:
The MorphOS system includes are (C) MorphOS Team and may not be distributed
separately in non-modified or modified form without a permission from the
MorphOS Team. This also applies to the documentation and examples, unless
stated otherwise in the respective example / doc.
O.k...... but..... demo.h is allmost identical to the version found mui38dev.lha which comes with
Quote:
The complete and unmodified MUI developer archive, as provided by the
author, may be freely redistributed via any means which preserves its
copyrights. The archive may not be sold for profit.
Another option could be simply putting
Code:
#include "SDK:Examples/MUI/demo.h"
into the generated source, but that IMO supoptimal