Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 718 B |
@ -0,0 +1,18 @@ |
||||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
||||
# vim: set filetype=python: |
||||
# This Source Code Form is subject to the terms of the Mozilla Public |
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this |
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. |
||||
|
||||
# We could use confvars.sh and configure.in but for some reason it gets a bit messy... |
||||
# Just use what we have.. While UXP may reduce the importance of moz.configure we |
||||
# likely will never be able to eliminate it entirely... Oh well. |
||||
|
||||
# Disables building the platform code |
||||
# NOTE: This negates any possiblity of an XPIDL or Binary XPCOM Components |
||||
set_config('MOZ_DISABLE_PLATFORM', '1') |
||||
|
||||
# Minimum required by moz.configure since we don't want everything in |
||||
# toolkit/moz.configure when the platform isn't built |
||||
set_config('MOZ_PACKAGER_FORMAT', 'omni') |
||||
set_config('MOZ_JAR_MAKER_FILE_FORMAT', 'flat') |