summaryrefslogtreecommitdiff
path: root/framework/source/services/makefile.mk
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-03-29 12:17:17 +0000
committerAndreas Schlüns <as@openoffice.org>2001-03-29 12:17:17 +0000
commit4ffebd2b8e244e1d374fcf55cd062774cfdf1b59 (patch)
tree11c4a38c479935f3021b51980f61ef0eb79c80c0 /framework/source/services/makefile.mk
parent79941ed9d3bcbf33f99bc213cda08453edab05cd (diff)
no TF_FILTER, split defines.hxx, namespaces, new thread helper, some threadsafe code
Diffstat (limited to 'framework/source/services/makefile.mk')
-rw-r--r--framework/source/services/makefile.mk14
1 files changed, 11 insertions, 3 deletions
diff --git a/framework/source/services/makefile.mk b/framework/source/services/makefile.mk
index 202069ec95..ca02f3092a 100644
--- a/framework/source/services/makefile.mk
+++ b/framework/source/services/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: as $ $Date: 2000-12-20 14:01:47 $
+# last change: $Author: as $ $Date: 2001-03-29 13:17:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,7 +86,15 @@ SLOFILES= \
$(SLO)$/typedetection.obj \
$(SLO)$/urltransformer.obj \
$(SLO)$/mediatypedetectionhelper.obj \
- $(SLO)$/documentproperties.obj
+ $(SLO)$/documentproperties.obj \
+ $(SLO)$/logindialog.obj
+
+SRCFILES= logindialog.src
+
+RESLIB1NAME= lgd
+RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs
+RESLIB1DEPN= logindialog.src \
+ logindialog.hrc
# --- Targets ------------------------------------------------------