RepositoryFixes.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit faaccdc2698bec097445e9482f5e4b7188ebaf81
Author: Michael Stahl <mst...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to