summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:06:46 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:08:08 +0200
commit7d3c674a0444e7688178b00ae4675bb65c685798 (patch)
treec24d4262dffc8b2fb98aef9bfdcf6e67b893faa8 /RepositoryFixes.mk
parent29b6eda7e5909106d8325f75b3ae0cda579385b5 (diff)
Abandon attempt to use the debug CRT in a dbgutil build
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 901f7b8e1b9c..ff1eb34e67eb 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -125,10 +125,6 @@ gb_Library_NOILIBFILENAMES += \
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT))
-ifneq ($(gb_PRODUCT),$(true))
-gb_Library_FILENAMES := $(patsubst msvcrt:msvcrt%,msvcrt:msvcrtd%,$(gb_Library_FILENAMES))
-endif
-
endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)