Bug 1062630 - Port bug 1059113 to c-c MAPI part r=Standard8 a=CLOSED TREE a=bustage fix

This commit is contained in:
Philip Chee 2014-09-04 21:36:28 +08:00
Родитель d94490f2e3
Коммит 4b37e86458
2 изменённых файлов: 2 добавлений и 6 удалений

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

@ -3,14 +3,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Library('mozMapi32')
SharedLibrary('mozMapi32')
SOURCES += [
'MapiDll.cpp',
]
FORCE_SHARED_LIB = True
OS_LIBS += [
'ole32',
]

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

@ -3,9 +3,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Library('MapiProxy')
FORCE_SHARED_LIB = True
SharedLibrary('MapiProxy')
OS_LIBS += [
'rpcrt4',