msc-externals: dbghelp.dll to INSTDIR, and only if ENABLE_CRASHDUMP

Change-Id: I3955a163e5a78b445e276eb01d37fca111877d35
This commit is contained in:
Michael Stahl 2013-10-29 13:23:07 +01:00
parent 542baebc30
commit 0f5792b8f4
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@
$(eval $(call gb_Module_Module,msc-externals))
$(eval $(call gb_Module_add_targets,msc-externals,\
Package_dbghelp \
$(if $(ENABLE_CRASHDUMP),Package_dbghelp) \
$(if $(MSM_PATH),Package_msms) \
Package_msvc_dlls \
$(if $(filter YES,$(WITH_MOZAB4WIN)),Package_msvc80_dlls) \

View File

@ -9,8 +9,6 @@
$(eval $(call gb_Package_Package,dbghelp,$(TARFILE_LOCATION)))
$(eval $(call gb_Package_set_outdir,dbghelp,$(OUTDIR)))
$(eval $(call gb_Package_add_file,dbghelp,bin/dbghelp.dll,$(DBGHELP_DLL)))
$(eval $(call gb_Package_add_file,dbghelp,$(LIBO_LIB_FOLDER)/dbghelp.dll,$(DBGHELP_DLL)))
# vim:set shiftwidth=4 tabstop=4 noexpandtab: