On 4/19/10 4:20 PM, n179911 wrote:
Thanks. I think I have questions about the embedding browser build system. Are these 2 directories compiled in 1 static library? or 2? From the Makefile.in, it looks like they are the same 'module'. embedding/browser/gtk/tests/ embedding/browser/gtk/src/
No. Although gtk/src happens to be built into a static library because of how our build system works, gtkmozembed lives in libxul.so of XULRunner as the final "module". The tests are binaries that use the standalone XPCOM glue to load libxul.so and use the embedding harness.
--BDS _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding