summaryrefslogtreecommitdiffstats
path: root/desktop/Module_desktop.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-29 12:57:20 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-29 12:58:18 +0100
commit20860044c4a8c990a0b734c5a8eb63de4ab03260 (patch)
tree10984794ae1be1fe46130fbee274ebe01e0c6906 /desktop/Module_desktop.mk
parentFix -fsanitize=signed-integer-overflow (when long int is 32-bit) (diff)
downloadcore-20860044c4a8c990a0b734c5a8eb63de4ab03260.tar.gz
core-20860044c4a8c990a0b734c5a8eb63de4ab03260.zip
desktop: do not builid crashrep.com if it's not packaged
Change-Id: Ib2c8da0d901a81a41be16ec0c08985f991f1b7ab
Diffstat (limited to 'desktop/Module_desktop.mk')
-rw-r--r--desktop/Module_desktop.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index cfaf0d93ecd9..a10f57e7ddb0 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 \