summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-23 17:53:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-23 17:55:39 +0200
commita66f9903bba9dc7eeff6683ebddcd34d4ad70068 (patch)
tree94571cf25c403a7395ddc03024d4d33665184aab /l10ntools
parentff6e6479328c94938e319c2e69a5f0ac35d20cfe (diff)
Undo basis/brand split: move dynamic libraries from basis to brand.
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/layout/makefile.mk2
-rw-r--r--l10ntools/source/help/makefile.mk2
-rw-r--r--l10ntools/source/makefile.mk5
3 files changed, 6 insertions, 3 deletions
diff --git a/l10ntools/layout/makefile.mk b/l10ntools/layout/makefile.mk
index 8da90e22c8f7..1643c0d048d7 100644
--- a/l10ntools/layout/makefile.mk
+++ b/l10ntools/layout/makefile.mk
@@ -57,7 +57,7 @@ OBJFILES =\
$(OBJ)/xmlparse.obj
APP1OBJS = $(OBJFILES)
-
+APP1RPATH = NONE
APP1STDLIBS =\
$(COMPHELPERLIB) \
$(TOOLSLIB)\
diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index efd05888b3b5..bab01b8f9a66 100644
--- a/l10ntools/source/help/makefile.mk
+++ b/l10ntools/source/help/makefile.mk
@@ -76,7 +76,7 @@ APP1TARGET= $(TARGET)
APP1OBJS=\
$(OBJ)$/HelpLinker.obj \
$(OBJ)$/HelpCompiler.obj
-
+APP1RPATH = NONE
APP1STDLIBS+=$(SALLIB) $(BERKELEYLIB) $(XSLTLIB) $(EXPATASCII3RDLIB)
SHL1TARGET =$(LIBBASENAME)$(DLLPOSTFIX)
diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk
index 0f3dc6618c68..69110078bdca 100644
--- a/l10ntools/source/makefile.mk
+++ b/l10ntools/source/makefile.mk
@@ -75,6 +75,7 @@ APP1VERSIONMAP=exports.map
# extractor and merger for *.src and *.hrc
APP1TARGET= transex3
APP1OBJS= $(OBJ)$/src_yy_wrapper.obj
+APP1RPATH= NONE
APP1STDLIBS+= \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
@@ -104,6 +105,7 @@ APP3STDLIBS+= \
# tag checker for *.gsi
APP5TARGET= gsicheck
APP5OBJS= $(OBJ)$/gsicheck.obj $(OBJ)$/tagtest.obj
+APP5RPATH= NONE
APP5STDLIBS+= \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
@@ -112,6 +114,7 @@ APP5STDLIBS+= \
# extractor and merger for *.cfg
APP6TARGET= cfgex
APP6OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy_wrapper.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj
+APP6RPATH= NONE
APP6STDLIBS+= \
$(TOOLSLIB) \
$(COMPHELPERLIB) \
@@ -131,7 +134,7 @@ APP9TARGET= localize_sl
EXCEPTIONSFILES= \
$(OBJ)$/localize.obj
APP9OBJS= $(OBJ)$/localize.obj $(OBJ)$/srciter.obj $(OBJ)$/export2.obj $(OBJ)$/file.obj $(OBJ)$/directory.obj
-
+APP9RPATH= NONE
APP9STDLIBS+= \
$(TOOLSLIB) \
$(COMPHELPERLIB) \