diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:39:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:39:21 +0000 |
commit | 3cf566268835debd9ad68bf5d802eeaa19a12ad2 (patch) | |
tree | 7604cdce1780d5552f613b28dd3fd3f7e1f64a47 | |
parent | 6a1fc829b4f49f40ea1c381f95aa501b5736feff (diff) |
INTEGRATION: CWS sb5 (1.14.70); FILE MERGED
2003/06/20 10:36:37 sb 1.14.70.1: #110345# Removed remote access content provider and stand-alone ucb executable.
-rw-r--r-- | ucb/source/core/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ucb/source/core/makefile.mk b/ucb/source/core/makefile.mk index 16498d251f1f..1f53a43de169 100644 --- a/ucb/source/core/makefile.mk +++ b/ucb/source/core/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: kso $ $Date: 2002-06-25 13:04:15 $ +# last change: $Author: hr $ $Date: 2003-08-07 14:39:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,8 +80,7 @@ SLOFILES=\ $(SLO)$/ucbstore.obj \ $(SLO)$/ucbprops.obj \ $(SLO)$/provprox.obj \ - $(SLO)$/ucbcmds.obj \ - $(SLO)$/coreremotecontentbroker.obj + $(SLO)$/ucbcmds.obj LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1OBJFILES=$(SLOFILES) |