Re : Re: Parameters for RenderDocument
Joffrey <[email protected]> Tue, 21 Jun 2011 12:11:50 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <fa72aca0-9da1-4765-9b8f-625118289122@glegroupsg2000goo.googlegroups.com> |
For compiling, do you use mozilla build system with Makefiles ? 1) I downloaded firefox aurora source at hg.mozilla.org many days ago. 2) I don't modify sources and use XPCOM C++ Components. My Makefile looks like: <code> ... # link parameters EXTRA_DSO_LDOPTS += \ $(XPCOM_GLUE_NONMOZALLOC_LDOPTS) \ $(NSPR_LIBS) \ $(MOZ_JS_LIBS) \ $(MOZ_COMPONENT_LIBS) \ $(LIBXUL_DIST)/lib/unicharutil_s.lib \ $(LIBXUL_DIST)/lib/xpcom.lib \ $(NULL) ... </code>