summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-03 13:51:55 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-03 13:51:55 +0100
commit1c0e2bbfc4519492a5c95b2803f004a13b1dd77e (patch)
treeae0dafd26b027a2e80fb82f2d5da6935e63b59ae /RepositoryFixes.mk
parent91917fb002927778caa79544d7191964b0bb33c3 (diff)
link debug runtime in non-pro; should be moved to platform makefile
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 7e61bcc98224..24b2dc96b449 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -99,6 +99,9 @@ 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
gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp4%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES))