https://bugs.freedesktop.org/show_bug.cgi?id=42826

--- Comment #19 from Tor Lillqvist <tlillqv...@suse.com> 2011-12-01 23:58:59 
PST ---
So would this work?

diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 7a56245..22b8392 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -432,13 +432,13 @@ gb_Library_PLAINLIBS_NONE += \
 gb_Library_LAYER := \
        $(foreach lib,$(gb_Library_OOOLIBS),$(lib):OOO) \
        $(foreach lib,$(gb_Library_PLAINLIBS_NONE),$(lib):OOO) \
-       $(foreach lib,$(gb_Library_PLAINLIBS_URE),$(lib):OOO) \
+       $(foreach lib,$(gb_Library_PLAINLIBS_URE),$(lib):URELIB) \
        $(foreach lib,$(gb_Library_PLAINLIBS_OOO),$(lib):OOO) \
        $(foreach lib,$(gb_Library_RTLIBS),$(lib):OOO) \
-       $(foreach lib,$(gb_Library_RTVERLIBS),$(lib):OOO) \
-       $(foreach lib,$(gb_Library_UNOLIBS_URE),$(lib):OOO) \
+       $(foreach lib,$(gb_Library_RTVERLIBS),$(lib):URELIB) \
+       $(foreach lib,$(gb_Library_UNOLIBS_URE),$(lib):URELIB) \
        $(foreach lib,$(gb_Library_UNOLIBS_OOO),$(lib):OOO) \
-       $(foreach lib,$(gb_Library_UNOVERLIBS),$(lib):OOO) \
+       $(foreach lib,$(gb_Library_UNOVERLIBS),$(lib):URELIB) \

 gb_Library_FILENAMES :=\
        $(foreach
lib,$(gb_Library_TARGETS),$(lib):$(gb_Library_SYSPRE)$(lib)$(gb_Library_PLAINEXT))
\


I see that unxgcc.mk contains a gb_Library_LAYER mapping for
gb_Library_PLAINLIBS_NONE, but WNT_INTEL_MSC.mk doesn't. Should it?

Also, if this gb_Library_LAYER thing is supposed to be the same everywhere, why
can't it be factored out into just one of the .mk files?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to