summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idl/util/makefile.mk1
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/idl/util/makefile.mk b/idl/util/makefile.mk
index eb45a00f9a15..8adebf865582 100644
--- a/idl/util/makefile.mk
+++ b/idl/util/makefile.mk
@@ -48,6 +48,7 @@ LIB1FILES = $(LB)$/prj.lib \
$(LB)$/cmptools.lib
APP1TARGET= svidl
+APP1RPATH=NONE
APP1STDLIBS= \
$(TOOLSLIB) \
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
index 730121fd7168..c30b36bea8a5 100644
--- a/xmlhelp/source/com/sun/star/help/makefile.mk
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -82,6 +82,7 @@ APP1TARGET= $(TARGET)
APP1OBJS=\
$(OBJ)$/HelpLinker.obj \
$(OBJ)$/HelpCompiler.obj
+APP1RPATH=NONE
APP1STDLIBS+=$(SALLIB) $(BERKELEYLIB) $(XSLTLIB) $(EXPATASCII3RDLIB)