[Libreoffice-commits] core.git: RepositoryFixes.mk
Michael Stahl
mstahl at redhat.com
Mon Apr 15 10:20:52 PDT 2013
RepositoryFixes.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit faaccdc2698bec097445e9482f5e4b7188ebaf81
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Apr 15 19:17:15 2013 +0200
RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIME
(regression from 4811c2dc9f94929b60e7e2e0077871aad14fdc3a)
Change-Id: Ide12da645332e789fe7742c34b5af219b94316ab
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 2428948..a6b9367 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -136,7 +136,7 @@ gb_Library_FILENAMES := \
,$(gb_Library_FILENAMES))
gb_Library_FILENAMES += \
$(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT)) \
- $(foreach lib,$(gb_Library_NOILIBFILENAMES_D),$(lib):$(lib)d$(gb_Library_PLAINEXT)) \
+ $(foreach lib,$(gb_Library_NOILIBFILENAMES_D),$(lib):$(lib)$(if $(MSVC_USE_DEBUG_RUNTIME),d)$(gb_Library_PLAINEXT)) \
$(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):lib$(lib)$(gb_Library_PLAINEXT))
endif # ifeq ($(COM),GCC)
More information about the Libreoffice-commits
mailing list