summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-28 13:41:05 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-28 13:41:05 +0000
commit7cc43ae2ed72fda75e7967f574ec855b894e8371 (patch)
treebbef5167f174a4aac85ef9e889d347b6c6b58f2c
parent5b99c9e4e46af47063ffe2b8fe2aac058e311a86 (diff)
INTEGRATION: CWS filtercfg (1.14.42); FILE MERGED
2003/08/28 11:56:00 as 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED remove login dialog 2003/08/04 05:45:34 as 1.14.42.1: #102620# first step: remove filter/type cfg related services; remove obsolete plugin classes
-rw-r--r--framework/source/services/makefile.mk24
1 files changed, 7 insertions, 17 deletions
diff --git a/framework/source/services/makefile.mk b/framework/source/services/makefile.mk
index c17462d1cc61..f2f2e25863d1 100644
--- a/framework/source/services/makefile.mk
+++ b/framework/source/services/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 14:50:13 $
+# last change: $Author: kz $ $Date: 2004-01-28 14:41:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,38 +75,28 @@ BOOTSTRAP_SERVICE= FALSE
# --- Generate -----------------------------------------------------
SLOFILES= \
- $(SLO)$/documentlist.obj \
+ $(SLO)$/documentlist.obj \
$(SLO)$/desktop.obj \
- $(SLO)$/pluginframe.obj \
$(SLO)$/frame.obj \
- $(SLO)$/frameloaderfactory.obj \
- $(SLO)$/filterfactory.obj \
- $(SLO)$/typedetection.obj \
$(SLO)$/urltransformer.obj \
$(SLO)$/mediatypedetectionhelper.obj \
$(SLO)$/documentproperties.obj \
- $(SLO)$/logindialog.obj \
$(SLO)$/menudocumenthandler.obj \
$(SLO)$/attributelist.obj \
$(SLO)$/saxnamespacefilter.obj \
- $(SLO)$/contenthandlerfactory.obj \
$(SLO)$/substitutepathvars.obj \
$(SLO)$/pathsettings.obj \
$(SLO)$/backingcomp.obj \
- $(SLO)$/dispatchhelper.obj \
- $(SLO)$/detectorfactory.obj
-
+ $(SLO)$/dispatchhelper.obj
SRS1NAME=$(TARGET)
-SRC1FILES= logindialog.src \
+SRC1FILES= \
documentlist.src
RESLIB1NAME= lgd
RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs
-RESLIB1DEPN= logindialog.src \
- logindialog.hrc \
- documentlist.src \
- documentlist.hrc
+RESLIB1DEPN= documentlist.src \
+ documentlist.hrc
# --- Targets ------------------------------------------------------