From a967c049a5e6e027850fbbb40a7231ee71551c91 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 31 Aug 2011 11:13:41 +0100 Subject: may need comphelper here --- l10ntools/source/makefile.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk index 50e9e3388f2b..fc31233a6b35 100644 --- a/l10ntools/source/makefile.mk +++ b/l10ntools/source/makefile.mk @@ -85,7 +85,11 @@ APP1DEPN= $(OBJ)$/src_yy_wrapper.obj $(LB)$/$(TARGET).lib APP2TARGET= helpex APP2OBJS= $(OBJ)$/helpmerge.obj $(OBJ)$/xmlparse.obj $(OBJ)$/export2.obj $(OBJ)$/merge.obj $(OBJ)$/helpex.obj APP2RPATH= NONE -APP2STDLIBS+=$(SALLIB) $(EXPATASCII3RDLIB) $(TOOLSLIB) +APP2STDLIBS+= \ + $(EXPATASCII3RDLIB) \ + $(TOOLSLIB) \ + $(COMPHELPERLIB) \ + $(SALLIB) # extractor and merger for *.lng and *.lng APP3TARGET= ulfex -- cgit