desktop/Module_desktop.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit 20860044c4a8c990a0b734c5a8eb63de4ab03260 Author: Michael Stahl <mst...@redhat.com> Date: Wed Oct 29 12:57:20 2014 +0100 desktop: do not builid crashrep.com if it's not packaged Change-Id: Ib2c8da0d901a81a41be16ec0c08985f991f1b7ab diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index cfaf0d9..a10f57e 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -56,10 +56,15 @@ endif ifeq ($(OS),WNT) +ifneq ($(ENABLE_CRASHDUMP),) +$(eval $(call gb_Module_add_targets,desktop,\ + Executable_crashrep_com \ +)) +endif + $(eval $(call gb_Module_add_targets,desktop,\ StaticLibrary_winextendloaderenv \ StaticLibrary_winlauncher \ - Executable_crashrep_com \ Executable_quickstart \ Executable_sbase \ Executable_scalc \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits