зеркало из https://github.com/mozilla/pjs.git
Bug 643753 - Wrong dbghelp.lib linking argument for mingw compilation r=khuey
--HG-- extra : rebase_source : 0067a0b8854b6c73fa8d561e0f02ba6c0289ee58
This commit is contained in:
Родитель
bf08b26e6b
Коммит
c5fc986dca
|
@ -243,7 +243,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi psapi ws2_32)
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi psapi ws2_32 dbghelp)
|
||||
ifneq (,$(MOZ_DEBUG)$(NS_TRACE_MALLOC))
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,imagehlp)
|
||||
endif
|
||||
|
|
|
@ -111,9 +111,6 @@ ifneq (Android,$(OS_TARGET))
|
|||
OS_LIBS += -lrt
|
||||
endif
|
||||
endif
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
OS_LIBS += dbghelp.lib
|
||||
endif
|
||||
endif
|
||||
|
||||
STATIC_LIBS += \
|
||||
|
|
Загрузка…
Ссылка в новой задаче