(2014/04/22 2:09), Joshua Cranmer 🐧 wrote:
On 4/21/2014 11:50 AM, Ehsan Akhgari wrote:
You can check CONFIG['MOZ_BUILD_APP'] against what you pass to
--enable-application in mozconfig files.  So that would be 'mailnews' (or
'mail'?) and 'suite' for Thunderbird and Seamonkey respectively.
Actually, CONFIG['MOZ_THUNDERBIRD'] and CONFIG['MOZ_SUITE'] are what you
want. Trying to check MOZ_BUILD_APP is wrong, even if you had the name
of Thunderbird right (it's mail), do the multiple topsrcdir issue.


Maybe I am missing something, but I thought
some of the changes mentioned involve c++ files and
so I wanted to learn a simple identifier to use as in #ifdef XYZ,#endif

CONFIG['MOZ_THUNDERBIRD'] and CONFIG['MOZ_SUITE'] are likely to
be used in shell/python/ruby or whatever script.
Am I correct?

Henry Svenson now seems inclined against the "#ifdef"ing, and so
the issue is moot.

TIA



_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to