diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:20:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:20:25 +0000 |
commit | 6fef2738f32e2f30a0e7ad0cab47118627d02f3f (patch) | |
tree | be083ae86a596070b288e501a63613c6abe42d18 /comphelper/util | |
parent | 398a765978147f16e92f9365de8eb8c13a3815d0 (diff) |
INTEGRATION: CWS relocinst (1.5.104); FILE MERGED
2004/04/13 08:17:16 kso 1.5.104.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk index f5d6a22f131c..3fee0f707299 100644 --- a/comphelper/util/makefile.mk +++ b/comphelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: svesik $ $Date: 2004-04-21 11:54:37 $ +# last change: $Author: hr $ $Date: 2004-05-10 14:20:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,8 @@ LIB1FILES= $(SLB)$/container.lib \ $(SLB)$/processfactory.lib \ $(SLB)$/property.lib \ $(SLB)$/streaming.lib \ - $(SLB)$/compare.lib + $(SLB)$/compare.lib \ + $(SLB)$/officeinstdir.lib LIB1TARGET=$(SLB)$/$(TARGET).lib |