[Libreoffice-commits] .: solenv/gbuild

Tor Lillqvist tml at kemper.freedesktop.org
Tue Aug 16 02:08:03 PDT 2011


 solenv/gbuild/platform/windows.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8ea6c913a46d7c64398881467269c4b5aee62827
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Aug 16 12:04:54 2011 +0300

    Link with the debugging runtime in a dbgutil build here, too

diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 2ffeacb..3e63be3 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -390,6 +390,7 @@ $(call gb_Helper_abbreviate_dirs_native,\
 		$(foreach lib,$(LINKED_LIBS),$(call gb_Library_get_filename,$(lib))) \
 		$(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_filename,$(lib))) \
 		$(LIBS) \
+		$(if $(gb_PRODUCT),,msvcrtd.lib msvcprtd.lib) \
 		$(if $(DLLTARGET),-out:$(DLLTARGET) -implib:$(1),-out:$(1)); RC=$$?; rm $${RESPONSEFILE} \
 	$(if $(DLLTARGET),; if [ ! -f $(DLLTARGET) ]; then rm -f $(1) && false; fi) ; exit $$RC)
 endef


More information about the Libreoffice-commits mailing list