diff options
-rw-r--r-- | l10ntools/layout/makefile.mk | 1 | ||||
-rw-r--r-- | l10ntools/source/makefile.mk | 5 |
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) \ |