[Libreoffice-commits] .: l10ntools/layout l10ntools/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Aug 31 04:46:32 PDT 2011
l10ntools/layout/makefile.mk | 1 +
l10ntools/source/makefile.mk | 5 +++++
2 files changed, 6 insertions(+)
New commits:
commit efd7511302f4a16abbe60959e6a2618d2e231d9f
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Wed Aug 31 14:38:59 2011 +0300
Need to link with COMPHELPERLIB now for getToken at least
diff --git a/l10ntools/layout/makefile.mk b/l10ntools/layout/makefile.mk
index dee3c6e..8da90e2 100644
--- a/l10ntools/layout/makefile.mk
+++ b/l10ntools/layout/makefile.mk
@@ -59,6 +59,7 @@ OBJFILES =\
APP1OBJS = $(OBJFILES)
APP1STDLIBS =\
+ $(COMPHELPERLIB) \
$(TOOLSLIB)\
$(EXPATASCII3RDLIB)\
$(CPPULIB) \
diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk
index fc31233..303671c 100644
--- a/l10ntools/source/makefile.mk
+++ b/l10ntools/source/makefile.mk
@@ -90,12 +90,14 @@ APP2STDLIBS+= \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
$(SALLIB)
+ $(COMPHELPERLIB)
# extractor and merger for *.lng and *.lng
APP3TARGET= ulfex
APP3OBJS= $(OBJ)$/lngmerge.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/lngex.obj
APP3RPATH= NONE
APP3STDLIBS+= \
+ $(COMPHELPERLIB) \
$(TOOLSLIB) \
$(SALLIB)
@@ -111,6 +113,7 @@ APP5STDLIBS+= \
APP6TARGET= cfgex
APP6OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy_wrapper.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj
APP6STDLIBS+= \
+ $(COMPHELPERLIB) \
$(TOOLSLIB) \
$(SALLIB)
@@ -119,6 +122,7 @@ APP7TARGET= xrmex
APP7OBJS= $(OBJ)$/xrmmerge.obj $(OBJ)$/xrm_yy_wrapper.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj
APP7RPATH= NONE
APP7STDLIBS+= \
+ $(COMPHELPERLIB) \
$(TOOLSLIB) \
$(SALLIB)
@@ -129,6 +133,7 @@ EXCEPTIONSFILES= \
APP9OBJS= $(OBJ)$/localize.obj $(OBJ)$/srciter.obj $(OBJ)$/export2.obj $(OBJ)$/file.obj $(OBJ)$/directory.obj
APP9STDLIBS+= \
+ $(COMPHELPERLIB) \
$(TOOLSLIB) \
$(ICUINLIB) \
$(ICUUCLIB) \
More information about the Libreoffice-commits
mailing list