Bug 1423096 - port bug 1423094: Remove use of msvcrt='static' in mailnews/mapi/mapiDll/moz.build. r=me
MozReview-Commit-ID: FHihdW2d6mN --HG-- extra : amend_source : 029ec7b38b404dea5ef9425af08f1678f03e86f2
This commit is contained in:
Родитель
56ee248733
Коммит
09ed1adeb7
|
@ -5,7 +5,8 @@
|
|||
|
||||
# Statically link against the CRT, so that we don't go hunting around for it
|
||||
# and not find it when we're loaded into explorer.exe or similar
|
||||
GeckoSharedLibrary('mozMapi32', msvcrt='static', linkage=None)
|
||||
SharedLibrary('mozMapi32')
|
||||
USE_STATIC_LIBS = True
|
||||
|
||||
SOURCES += [
|
||||
'MapiDll.cpp',
|
||||
|
@ -18,4 +19,4 @@ OS_LIBS += [
|
|||
DEFINES['UNICODE'] = True
|
||||
DEFINES['_UNICODE'] = True
|
||||
|
||||
DEFFILE = SRCDIR + '/Mapi32.def'
|
||||
DEFFILE = SRCDIR + '/Mapi32.def'
|
||||
|
|
Загрузка…
Ссылка в новой задаче