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:
Tom Prince 2017-12-05 11:11:41 -07:00
Родитель 56ee248733
Коммит 09ed1adeb7
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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'