summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-22 13:05:22 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-22 13:21:11 +0300
commitc2da4b8e08554ece96e0400a00f7061391114d0b (patch)
treeb2b9bbcbf68ba9dee224bee5f200960f8fa10d21 /desktop
parent869bf65f97a484b0c83cf03848dfc467c9cdde72 (diff)
No need to do -D_DEBUG here, done in windows.mk
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_loader2.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/Executable_loader2.mk b/desktop/Executable_loader2.mk
index f399d3847876..5066b9328abf 100644
--- a/desktop/Executable_loader2.mk
+++ b/desktop/Executable_loader2.mk
@@ -32,12 +32,6 @@ $(eval $(call gb_Executable_set_include,loader2,\
-I$(SRCDIR)/desktop/inc/pch \
))
-ifneq ($(USE_DEBUG_RUNTIME),)
-$(eval $(call gb_Executable_add_defs,loader2,\
- -D_DEBUG
-))
-endif
-
$(eval $(call gb_Executable_add_linked_libs,loader2,\
advapi32 \
gdi32 \