Visit Mozilla.org

EXPORT LIBRARY

From MDC

EXPORT_LIBRARY specifies that a library or component should be linked into the final static executable in a static build.

[edit] Set By

Tree makefiles set EXPORT_LIBRARY before including config.mk or rules.mk.

[edit] Notes

If FORCE_SHARED_LIB is set, EXPORT_LIBRARY should not be set.

[edit] See Also