summaryrefslogtreecommitdiff
path: root/other-licenses/branding/interlink/trunk/moz.build
blob: 6c9d7f89e630c9f250b7fb19c2fbef1d815fc5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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/.

DIRS += ['locales']

JAR_MANIFESTS += ['jar.mn']

JS_PREFERENCE_FILES += [
    'application-branding.js',
]

BRANDING_FILES += ['../release/license.txt']

if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
  FINAL_TARGET_FILES += [
      'thunderbird.VisualElementsManifest.xml',
  ]
  FINAL_TARGET_FILES.VisualElements += [
      'VisualElements_150.png',
      'VisualElements_70.png',
  ]