Bug 643753 - Wrong dbghelp.lib linking argument for mingw compilation r=khuey

--HG--
extra : rebase_source : 0067a0b8854b6c73fa8d561e0f02ba6c0289ee58
This commit is contained in:
Jacek Caban 2011-03-22 15:43:38 +00:00
Родитель bf08b26e6b
Коммит c5fc986dca
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -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 += \