summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-10-01 16:32:09 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-10-01 16:32:09 +0000
commite4f266f63b2a96a0906fda31509d74283e0bfaaa (patch)
tree9481ce69389640b1e8586e5d43006aaea095feea
parenta62ef59ec1bb9e0cc4dc7bd5aceb5070a06f5d0b (diff)
#103263# replaced applicat.rdb with types.rdb
-rw-r--r--shell/source/win32/simplemail/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/win32/simplemail/makefile.mk b/shell/source/win32/simplemail/makefile.mk
index 5e038a0c97..8b8fd3ca27 100644
--- a/shell/source/win32/simplemail/makefile.mk
+++ b/shell/source/win32/simplemail/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: tra $ $Date: 2001-05-14 08:09:08 $
+# last change: $Author: jbu $ $Date: 2002-10-01 17:32:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,7 +66,7 @@ TARGET=smplmail
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
COMP1TYPELIST=$(TARGET)
-COMPRDB=$(SOLARBINDIR)$/applicat.rdb
+COMPRDB=$(SOLARBINDIR)$/types.rdb
# --- Settings -----------------------------------------------------