Hi,

As of bug 929905, which I landed earlier on mozilla-inbound, declaring
source code (as in assembler, C, C++, Objective C, Objective C++) in
moz.build changed to be (much) simpler.

Instead of using:
   CPP_SOURCES,
   CSRCS,
   CMSRCS,
   CMMSRCS,
   SSRCS,
   ASFILES,
now use:
   SOURCES

Instead of using:
   GTEST_CPP_SOURCES,
   GTEST_C_SOURCES,
   GTEST_CMM_SOURCES,
now use:
   GTEST_SOURCES

Instead of using:
   HOST_CPPSRCS,
   HOST_CSRCS,
now use:
   HOST_SOURCES.

Simpler, and more consistent.

Cheers,

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

Reply via email to