Ticket #3336: mozconfig

File mozconfig, 2.1 KB (added by mmadia, 15 years ago)

copy to /boot/home if you attempt to checkout mozilla's sources.

Line 
1#
2# //See http://www.mozilla.org/build/ for build instructions.
3#
4#
5#this is a comment
6#
7# Mozilla SeaMonkey , Debug Build.
8#
9# //Options for client.mk.
10mk_add_options MOZ_CO_PROJECT=suite
11ac_add_options --enable-application=suite
12mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
13### //EDIT THESE VALUES TO REFLECT YOUR LOCAL BUILD ###
14export GLIB_CONFIG=/boot/common/bin/glib-config
15mk_add_options GLIB_CONFIG=/boot/common/bin/glib-config
16
17export LIBIDL_CONFIG=/boot/common/bin/libIDL-config
18mk_add_options LIBIDL_CONFIG=/boot/common/bin/libIDL-config
19
20export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
21mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
22
23### //Set the outputdir for the build
24#mk_add_options MOZ_OBJDIR=/binaries/MozillaSeaMonkey-bone-DEBUG
25
26### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
27ac_add_options --disable-updater
28
29### //Explicitly enable native BeOS threading
30ac_add_options --with-bthreads
31
32### //We don't have Java for BeOS yet. While this builds fine, it is not useful.
33ac_add_options --disable-oji
34
35### //Explicitly enable Postscript printing
36#ac_add_options --enable-postscript
37
38### //Since I'm not ready for Cairo.
39ac_add_options --disable-svg
40ac_add_options --disable-canvas
41
42### //Required configure options. Builds will fail without them.
43ac_add_options --enable-cpp-rtti
44
45### //Reduce build size and time by omitting test suite and IPv6 support (not needed on BeOS)
46### //ac_add_options --disable-tests
47ac_add_options --disable-ipv6
48
49### //Required configure options
50ac_add_options --enable-cpp-rtti
51ac_add_options --enable-debug
52ac_add_options --disable-optimize
53ac_add_options --disable-reorder
54ac_add_options --disable-strip
55ac_add_options --disable-strip-libs
56ac_add_options --disable-static
57ac_add_options --enable-shared
58#ac_add_options --enable-tests
59
60### //Eliminate lots of relatively useless warnings during build
61ac_add_options --disable-cpp-exceptions
62
63### // Disable accessibility support
64ac_add_options --disable-accessibility
65
66### //Options that only need to be applied by an official builder
67#ac_add_options --enable-official-branding