mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Issue #1258 - Part 3: Make mailnews and friends build
This commit is contained in:
parent
deb86ab699
commit
18ffebc2a1
8 changed files with 90 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue