diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:11:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:11:13 +0000 |
commit | 1bec81fd5490e86fd73e5636ba41123e8f477706 (patch) | |
tree | 0219a9f8cdb0cd5089d3ca7bc4ade8d59ac3743c /stoc | |
parent | 2e5db69e1672b67027a995271f87cd9bdc6585b8 (diff) |
INTEGRATION: CWS uno2 (1.6.60); FILE MERGED
2003/04/08 13:56:17 dbo 1.6.60.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/namingservice/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/namingservice/makefile.mk b/stoc/source/namingservice/makefile.mk index 0769bd917e47..04e1782d786d 100644 --- a/stoc/source/namingservice/makefile.mk +++ b/stoc/source/namingservice/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:11:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,15 +62,15 @@ PRJ=..$/.. PRJNAME= stoc -TARGET= namingservice -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE +TARGET = namingservice.uno ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +NO_BSYMBOLIC = TRUE +COMP1TYPELIST = namingservice # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -86,7 +86,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP = namingservice.map SHL1DEPN= SHL1IMPLIB= i$(TARGET) |