summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/makefile.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-06 21:29:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-06 22:36:31 +0200
commitd550bc3f450dd2d3aa33398eb31bc1163a181c43 (patch)
treebf202fe182a72bb88600a71a6f82ae4ee1212cc0 /shell/source/win32/simplemail/makefile.mk
parent243ead838369b030579f501ce1f77689ce822f06 (diff)
Undo basis/brand split: move some auxiliary executables from basis to brand.
Diffstat (limited to 'shell/source/win32/simplemail/makefile.mk')
-rw-r--r--shell/source/win32/simplemail/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/makefile.mk b/shell/source/win32/simplemail/makefile.mk
index abd35e408e2d..3e8b15f97a4c 100644
--- a/shell/source/win32/simplemail/makefile.mk
+++ b/shell/source/win32/simplemail/makefile.mk
@@ -70,7 +70,7 @@ APP1TARGET=senddoc
APP1OBJS=$(OBJFILES)
APP1STDLIBS=$(KERNEL32LIB)\
$(SALLIB)
-
+APP1RPATH = BRAND
APP1DEF=$(MISC)$/$(APP1TARGET).def
# --- Targets ------------------------------------------------------