diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 22:56:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 22:56:48 +0200 |
commit | d03465a44618e1158acd63cb5ab6a39b4e2778a2 (patch) | |
tree | f4bd2c4fd68a27afd1a88f0693d43348f1b00224 /shell/source/win32 | |
parent | e817dcce778e7fad347d68532653d24903774a9d (diff) |
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/simplemail/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/makefile.mk b/shell/source/win32/simplemail/makefile.mk index 3e8b15f97a4c..b9e66d5e06e5 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 +APP1RPATH = OOO APP1DEF=$(MISC)$/$(APP1TARGET).def # --- Targets ------------------------------------------------------ |