summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-31 14:38:59 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-31 14:45:47 +0300
commitefd7511302f4a16abbe60959e6a2618d2e231d9f (patch)
treef4867964277ff30fcc8eb0ac9343bc37d5ef4b0e /l10ntools
parent2715e0482323f6f2b7369761b700c1a0b9a5c974 (diff)
Need to link with COMPHELPERLIB now for getToken at least
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/layout/makefile.mk1
-rw-r--r--l10ntools/source/makefile.mk5
2 files changed, 6 insertions, 0 deletions
diff --git a/l10ntools/layout/makefile.mk b/l10ntools/layout/makefile.mk
index dee3c6e81b33..8da90e22c8f7 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 fc31233a6b35..303671c8fcc8 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) \