diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:23:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:23:49 +0000 |
commit | 41a88d9575148f42b94c0c2e1442fd317b98319f (patch) | |
tree | abef37d6af70d087dd3f0e5afa02166d25bf2795 /ucb | |
parent | 323fcfc85e911c015354185aa58c3c219f0ddf19 (diff) |
INTEGRATION: CWS relocinst (1.9.14); FILE MERGED
2004/04/13 08:39:13 kso 1.9.14.1: #116281# - Does no longer store absolute paths to the office installation dir.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/hierarchy/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/hierarchy/makefile.mk b/ucb/source/ucp/hierarchy/makefile.mk index f17425e11777..1465ffef6bcf 100644 --- a/ucb/source/ucp/hierarchy/makefile.mk +++ b/ucb/source/ucp/hierarchy/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2004-02-02 18:36:41 $ +# last change: $Author: hr $ $Date: 2004-05-10 14:23:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,14 +80,14 @@ UCPHIER_MAJOR=1 SLOFILES=\ $(SLO)$/hierarchyservices.obj \ - $(SLO)$/hierarchydata.obj \ + $(SLO)$/hierarchydata.obj \ $(SLO)$/hierarchyprovider.obj \ $(SLO)$/hierarchycontent.obj \ $(SLO)$/hierarchycontentcaps.obj \ $(SLO)$/hierarchydatasupplier.obj \ - $(SLO)$/dynamicresultset.obj \ - $(SLO)$/hierarchydatasource.obj \ - $(SLO)$/hierarchyuri.obj + $(SLO)$/dynamicresultset.obj \ + $(SLO)$/hierarchydatasource.obj \ + $(SLO)$/hierarchyuri.obj LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1OBJFILES=$(SLOFILES) |