diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-31 11:13:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-31 11:13:41 +0100 |
commit | a967c049a5e6e027850fbbb40a7231ee71551c91 (patch) | |
tree | 6b8c4de3d1cd4fe3321912cf0997dd2bc5885802 /l10ntools | |
parent | 67f32c6b63e46afbd69fa1b652ab9522037b9d6e (diff) |
may need comphelper here
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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 |