mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
MozReview-Commit-ID: KKT8xsafuAQ --HG-- extra : rebase_source : 1582ee92dd20b685d5404eb2b7a928de8ee57cb7
14 lines
332 B
Text
14 lines
332 B
Text
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
|
|
DEFINES['MOZ_APP_MAXVERSION'] = CONFIG['MOZ_APP_MAXVERSION']
|
|
|
|
DIRS += ['locale']
|
|
|
|
FINAL_TARGET_FILES.features['presentation@mozilla.org'] += [
|
|
'bootstrap.js'
|
|
]
|
|
|
|
FINAL_TARGET_PP_FILES.features['presentation@mozilla.org'] += [
|
|
'install.rdf.in'
|
|
]
|
|
|
|
JAR_MANIFESTS += ['jar.mn']
|