diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 14:38:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 14:45:47 +0300 |
commit | efd7511302f4a16abbe60959e6a2618d2e231d9f (patch) | |
tree | f4867964277ff30fcc8eb0ac9343bc37d5ef4b0e /l10ntools/source/makefile.mk | |
parent | 2715e0482323f6f2b7369761b700c1a0b9a5c974 (diff) |
Need to link with COMPHELPERLIB now for getToken at least
Diffstat (limited to 'l10ntools/source/makefile.mk')
-rw-r--r-- | l10ntools/source/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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) \ |