odk/pack/copying/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b91daa441cb9607c80ff8eeb48064ed57190c2bd
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Apr 10 14:59:12 2013 +0200

    odk: fix packaging of purpenvhelper import lib on WNT
    
    This import lib was apparently renamed in LO 3.6 and the crappy dmake
    build system in odk silently dropped it from the packages.
    This problem was fixed differently on master by converting the module to
    gbuild.
    
    Change-Id: Ib07e1472815b7d068cd718f6c733630fd59639d2
    Reviewed-on: https://gerrit.libreoffice.org/3307
    Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
index ec5f172..a786c1f 100644
--- a/odk/pack/copying/makefile.mk
+++ b/odk/pack/copying/makefile.mk
@@ -76,7 +76,7 @@ LIBLIST = \
     $(DESTDIRLIB)/icppu.lib    \
     $(DESTDIRLIB)/icppuhelper.lib      \
     $(DESTDIRLIB)/irmcxt.lib \
-    $(DESTDIRLIB)/ipurpenvhelper3MSC.lib
+    $(DESTDIRLIB)/ipurpenvhelper.lib
 .ENDIF
 
 .IF "$(OS)"=="LINUX"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to