X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fsynfig.h;h=b56029c47c62cb6054bdc112e0072507c58a518f;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=9059792e59bc8d6d7b167c7d25a5fcb673d62752;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/synfig.h b/synfig-core/tags/stable/src/synfig/synfig.h index 9059792..b56029c 100644 --- a/synfig-core/tags/stable/src/synfig/synfig.h +++ b/synfig-core/tags/stable/src/synfig/synfig.h @@ -33,13 +33,15 @@ /* === M A C R O S ========================================================= */ +#define SYNFIG_LEAN +#undef SYNFIG_LEAN /*! \def SYNFIG_LEAN ** \brief Define this to remove unused features, speeding up compile time. ** ** Define SYNFIG_LEAN if your plug-in ** or program doesn't use the synfig::Angle class ** or the rendering subsystem. This can speed up -** compiles. You may also wish to individualy +** compiles. You may also wish to individually ** use the macros SYNFIG_NO_ANGLE and ** SYNFIG_NO_RENDER. ** \see SYNFIG_NO_ANGLE, SYNFIG_NO_RENDER @@ -72,7 +74,7 @@ */ #ifdef SYNFIG_TARGET # ifdef SYNFIG_NO_RENDER -# error You defined SYNFIG_TARGET, but also SYNFIG_NO_RENDER. This doesnt make sense. +# error You defined SYNFIG_TARGET, but also SYNFIG_NO_RENDER. This does not make sense. # endif # ifndef SYNFIG_NO_ANGLE # define SYNFIG_NO_ANGLE