mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
47c853314f
There are, sadly, many combinations of linkage in use throughout the tree. The main differentiator, though, is between program/libraries related to Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent linkage, some standalone. Anyways, these new templates remove the need to manually define the right dependencies against xpcomglue, nspr, mozalloc and mozglue in most cases. Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now just not use those Gecko-specific templates. |
||
---|---|---|
.. | ||
app | ||
config | ||
examples | ||
installer | ||
locales | ||
stub | ||
tools/redit | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
moz.build | ||
README.xulrunner |
XULRunner is a package which can be used to run applications written in HTML or XUL. It can also be used to embed the gecko rendering engine into binary applications. XULRunner is not a product; it is a tool which can be used to create products. It is a byproduct of Firefox development and the Mozilla community does not have a strong commitment to support XULRunner development apart from Firefox development. For more information about using XULRunner or how to use this binary package, see the Mozilla Developer Center article: https://developer.mozilla.org/en/XULRunner