Skip to content

Commit

Permalink
bug 575519 - add a VC9-built dump_syms.exe, choose dump_syms based on…
Browse files Browse the repository at this point in the history
… compiler version. r=mitch, a=legneato

--HG--
rename : toolkit/crashreporter/tools/win32/dump_syms.exe => toolkit/crashreporter/tools/win32/dump_syms_vc1400.exe
extra : rebase_source : 3343baae2b65666b3d2d54a1e2c13fecce85d387
  • Loading branch information
Ted Mielczarek committed Sep 23, 2010
1 parent ae12ad1 commit 9c240ff
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ifeq (,$(CYGWIN_WRAPPER))
# this doesn't work with Cygwin Python
MAKE_SYM_STORE_ARGS += --vcs-info
endif
DUMP_SYMS_BIN ?= $(topsrcdir)/toolkit/crashreporter/tools/win32/dump_syms.exe
DUMP_SYMS_BIN ?= $(topsrcdir)/toolkit/crashreporter/tools/win32/dump_syms_vc$(_MSC_VER).exe
# PDB files don't get moved to dist, so we need to scan the whole objdir
MAKE_SYM_STORE_PATH := .
endif
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9c240ff

Please sign in to comment.