On 11/14/13, 2:49 PM, Ehsan Akhgari wrote:
The way that unified builds work is
by using the UNIFIED_SOURCES instead of the SOURCES variable in moz.build
files.  With that, the build system creates files such as:

// Unified_cpp_path_0.cpp
#include "Source1.cpp"
#include "Source2.cpp"
// ...

Are the UNIFIED_SOURCES from one moz.build file ever unified with another moz.build file's UNIFIED_SOURCES?

I see that UNIFIED_SOURCES only supports .c and .cpp (and .cc) sources. Is there any reason why .mm files are not also supported? Do Objective-C's #imports cause problems?


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

Reply via email to