mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
19 lines
640 B
Plaintext
19 lines
640 B
Plaintext
|
|
# This file specifies the build flags for XULRunner. You can use it by adding:
|
|
# . $topsrcdir/xulrunner/config/mozconfig
|
|
# to the top of your mozconfig file.
|
|
|
|
mk_add_options MOZ_BUILD_PROJECTS="xulrunner composer"
|
|
mk_add_options MOZ_CO_PROJECT="xulrunner composer"
|
|
ac_add_app_options xulrunner --enable-application=xulrunner
|
|
ac_add_app_options composer --enable-application=composer
|
|
ac_add_app_options composer --with-libxul-sdk=../xulrunner/dist/
|
|
ac_add_app_options composer --enable-libxul
|
|
|
|
ac_add_options --disable-javaxpcom
|
|
ac_add_options --disable-activex
|
|
ac_add_options --disable-activex-scripting
|
|
ac_add_options --disable-tests
|
|
|
|
|