moz.build 537 B

12345678910111213141516171819202122
  1. # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. CONFIGURE_SUBST_FILES += ['installer/Makefile']
  6. DIRS += [
  7. 'base',
  8. 'components',
  9. 'locales',
  10. 'modules',
  11. 'themes',
  12. ]
  13. DIRS += ['app']
  14. if CONFIG['MAKENSISU']:
  15. DIRS += ['installer/windows']
  16. DIST_SUBDIR = 'browser'
  17. export('DIST_SUBDIR')