Issue #1258 - Part 3: Make mailnews and friends build

This commit is contained in:
Matt A. Tobin 2019-11-03 15:33:58 -05:00 committed by Roy Tam
commit 18ffebc2a1
8 changed files with 90 additions and 8 deletions

View file

@ -20,14 +20,14 @@ UNIFIED_SOURCES += [
XPIDL_MODULE = 'commuconv'
LOCAL_INCLUDES += [
'/mozilla/intl/locale',
'/intl/locale',
]
GENERATED_FILES += [
'charsetalias.properties.h',
]
charsetalias = GENERATED_FILES['charsetalias.properties.h']
charsetalias.script = '../../mozilla/intl/locale/props2arrays.py'
charsetalias.script = '../../intl/locale/props2arrays.py'
charsetalias.inputs = ['charsetalias.properties']
FINAL_LIBRARY = 'mail'