Bug 1062630 - Port bug 1059113 to c-c MAPI part r=Standard8 a=CLOSED TREE a=bustage fix
This commit is contained in:
Родитель
d94490f2e3
Коммит
4b37e86458
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче