From b91daa441cb9607c80ff8eeb48064ed57190c2bd Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 10 Apr 2013 14:59:12 +0200 Subject: 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 Tested-by: Fridrich Strba --- odk/pack/copying/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index ec5f1723bc3d..a786c1f231de 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" -- cgit