[Developers] Compile problem on windows
Tim Dewhirst
tim at bugless.co.uk
Sun Aug 3 14:41:26 CDT 2008
Hi,
Maik Nauheim wrote:
> I had a look at that....
> In the cmake file there is a
>
> add_definitions( -DML_EXPORTS )
>
> shouldn't that be
>
> add_definitions( -DML_PLUGIN_EXPORTS )
That's an interesting one; the pattern in the other plugins is
XX_EXPORTS and in the Makefile.am it is ML_EXPORTS. However, both
ML_EXPORTS and ML_PLUGIN_EXPORTS are used.
I guess the answer is that we should standardize to ML_EXPORTS.
Tim
More information about the Developers
mailing list