You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/12/03 18:03:47 UTC

svn commit: r1848085 - /openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk

Author: damjan
Date: Mon Dec  3 18:03:46 2018
New Revision: 1848085

URL: http://svn.apache.org/viewvc?rev=1848085&view=rev
Log:
Link main/i18npool's textconv_dict to cppu and cppuhelper.

Patch by: me


Modified:
    openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk

Modified: openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk?rev=1848085&r1=1848084&r2=1848085&view=diff
==============================================================================
--- openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk (original)
+++ openoffice/trunk/main/i18npool/source/textconversion/data/makefile.mk Mon Dec  3 18:03:46 2018
@@ -32,6 +32,7 @@ LIBTARGET=NO
 .IF  "$(COMEX)" != "8"
 CDEFS+=-Zm300
 .ENDIF
+SHL1STDLIBS+= $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
 .ENDIF
 
 # --- Files --------------------------------------------------------