[Libreoffice-commits] .: xml2cmp/prj

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Sep 15 00:17:49 PDT 2011


 xml2cmp/prj/build.lst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0443763833943ceac40d9fd54c704b84e2b74554
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 15 09:16:01 2011 +0200

    Reverted the previous fix, as it introduces a circular dependency.
    
    sal already depends on xml2cmp.  The problem is that before gbuildization,
    xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in
    xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.

diff --git a/xml2cmp/prj/build.lst b/xml2cmp/prj/build.lst
index 27e004e..b486de7 100644
--- a/xml2cmp/prj/build.lst
+++ b/xml2cmp/prj/build.lst
@@ -1,2 +1,2 @@
-xc  xml2cmp : sal solenv NULL
+xc  xml2cmp : solenv NULL
 xc  xml2cmp\prj nmake -	all xc_prj NULL


More information about the Libreoffice-commits mailing list