diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:12:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:12:38 +0000 |
commit | 46b17dc7470dc69de352d40dee4037e2b3f132b2 (patch) | |
tree | a59ea332f51f5a777c1ab102f0c1b18809c1cd55 | |
parent | c470e79d965f80f2ad27eaf687b034182f8c1d30 (diff) |
INTEGRATION: CWS uno2 (1.7.60); FILE MERGED
2003/04/08 13:56:22 dbo 1.7.60.1: #107991# UNO shared library component renaming
-rw-r--r-- | stoc/source/servicemanager/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/servicemanager/makefile.mk b/stoc/source/servicemanager/makefile.mk index 35d0cd76a158..df5fb78e8cea 100644 --- a/stoc/source/servicemanager/makefile.mk +++ b/stoc/source/servicemanager/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:21:00 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:12:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,16 @@ PRJ=..$/.. PRJNAME= stoc -TARGET= smgr -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE +TARGET = servicemgr.uno ENABLE_EXCEPTIONS=TRUE +NO_BSYMBOLIC = TRUE BOOTSTRAP_SERVICE=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = smgr # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -81,7 +81,7 @@ SLOFILES= \ $(SLO)$/servicemanager.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP = smgr.map SHL1STDLIBS= \ $(CPPULIB) \ |