diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:24:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:24:01 +0000 |
commit | 7eeb17b2a5c66f2f9614752fbbe18830e9ce0844 (patch) | |
tree | c99211cdd83a42572dc9cbd595f27ea2c81db0af /framework/source/classes | |
parent | d4c616f720c834125fc938129f5361df948a098d (diff) |
INTEGRATION: CWS filtercfg (1.26.50); FILE MERGED
2003/09/08 08:12:55 as 1.26.50.3: #102620# remove obsolete internal helper
2003/08/28 11:56:05 as 1.26.50.2: RESYNC: (1.26-1.27); FILE MERGED
2003/08/21 11:14:22 as 1.26.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source
Diffstat (limited to 'framework/source/classes')
-rw-r--r-- | framework/source/classes/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/framework/source/classes/makefile.mk b/framework/source/classes/makefile.mk index 24524dc18a70..ebb2f035c3a1 100644 --- a/framework/source/classes/makefile.mk +++ b/framework/source/classes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:50:04 $ +# last change: $Author: kz $ $Date: 2004-01-28 14:24:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,14 +72,10 @@ BOOTSTRAP_SERVICE= FALSE # --- Generate ----------------------------------------------------- -SLOFILES= $(SLO)$/servicemanager.obj \ - $(SLO)$/filtercachedata.obj \ - $(SLO)$/filtercache.obj \ - $(SLO)$/wildcard.obj \ +SLOFILES= \ $(SLO)$/framecontainer.obj \ $(SLO)$/taskcreator.obj \ $(SLO)$/targetfinder.obj \ - $(SLO)$/argumentanalyzer.obj \ $(SLO)$/menumanager.obj \ $(SLO)$/bmkmenu.obj \ $(SLO)$/menuconfiguration.obj \ |