mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
27 lines
766 B
Plaintext
27 lines
766 B
Plaintext
#
|
|
# RETROZILLA BROWSER (FIREFOX) MOZCONFIG
|
|
#
|
|
|
|
# Make Options
|
|
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
|
|
|
# Set line below to your desired object directory
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-fx95-release
|
|
|
|
# Configure Options
|
|
ac_add_options --target=i586-pc-msvc
|
|
ac_add_options --enable-application=browser
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --disable-debug
|
|
ac_add_options --disable-tests
|
|
ac_add_options --without-system-jpg
|
|
ac_add_options --without-system-zlib
|
|
ac_add_options --enable-extensions=default,tasks
|
|
ac_add_options --enable-crypto
|
|
ac_add_options --enable-svg
|
|
ac_add_options --enable-canvas
|
|
|
|
# Branding Options
|
|
ac_add_options --with-app-name=rzbrowser
|
|
ac_add_options --with-app-basename=rzbrowser
|
|
ac_add_options --with-app-displayname=rzbrowser |