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.
|
---|
10 | mk_add_options MOZ_CO_PROJECT=suite
|
---|
11 | ac_add_options --enable-application=suite
|
---|
12 | mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
|
---|
13 | ### //EDIT THESE VALUES TO REFLECT YOUR LOCAL BUILD ###
|
---|
14 | export GLIB_CONFIG=/boot/common/bin/glib-config
|
---|
15 | mk_add_options GLIB_CONFIG=/boot/common/bin/glib-config
|
---|
16 |
|
---|
17 | export LIBIDL_CONFIG=/boot/common/bin/libIDL-config
|
---|
18 | mk_add_options LIBIDL_CONFIG=/boot/common/bin/libIDL-config
|
---|
19 |
|
---|
20 | export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
---|
21 | mk_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.
|
---|
27 | ac_add_options --disable-updater
|
---|
28 |
|
---|
29 | ### //Explicitly enable native BeOS threading
|
---|
30 | ac_add_options --with-bthreads
|
---|
31 |
|
---|
32 | ### //We don't have Java for BeOS yet. While this builds fine, it is not useful.
|
---|
33 | ac_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.
|
---|
39 | ac_add_options --disable-svg
|
---|
40 | ac_add_options --disable-canvas
|
---|
41 |
|
---|
42 | ### //Required configure options. Builds will fail without them.
|
---|
43 | ac_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
|
---|
47 | ac_add_options --disable-ipv6
|
---|
48 |
|
---|
49 | ### //Required configure options
|
---|
50 | ac_add_options --enable-cpp-rtti
|
---|
51 | ac_add_options --enable-debug
|
---|
52 | ac_add_options --disable-optimize
|
---|
53 | ac_add_options --disable-reorder
|
---|
54 | ac_add_options --disable-strip
|
---|
55 | ac_add_options --disable-strip-libs
|
---|
56 | ac_add_options --disable-static
|
---|
57 | ac_add_options --enable-shared
|
---|
58 | #ac_add_options --enable-tests
|
---|
59 |
|
---|
60 | ### //Eliminate lots of relatively useless warnings during build
|
---|
61 | ac_add_options --disable-cpp-exceptions
|
---|
62 |
|
---|
63 | ### // Disable accessibility support
|
---|
64 | ac_add_options --disable-accessibility
|
---|
65 |
|
---|
66 | ### //Options that only need to be applied by an official builder
|
---|
67 | #ac_add_options --enable-official-branding
|
---|