summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \