diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:21:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:21:07 +0000 |
commit | 4c9a1c8c986738ed133f8850db5b6cd789ff86f7 (patch) | |
tree | 7b368f2ec835bf94552b4ee0fc0dd5f6180fcf94 | |
parent | b4c1d6f4fecd3a69cd1a984126ce6697c32fdc1d (diff) |
INTEGRATION: CWS uno2 (1.9.20); FILE MERGED
2003/04/08 13:32:45 dbo 1.9.20.1: #107991# UNO shared library component renaming
-rw-r--r-- | io/source/acceptor/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk index 596ded68cdd0..47c76c859e2b 100644 --- a/io/source/acceptor/makefile.mk +++ b/io/source/acceptor/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2002-09-05 16:09:43 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:21:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,16 +63,17 @@ PRJ=..$/.. PRJNAME=io -TARGET=acceptor +TARGET = acceptor.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = acceptor COMPRDB=$(SOLARBINDIR)$/udkapi.rdb # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk .INCLUDE : settings.mk .INCLUDE : sv.mk +DLLPRE = # ------------------------------------------------------------------ UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb @@ -87,7 +88,7 @@ SLOFILES= \ $(SLO)$/acc_socket.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = acceptor.map SHL1STDLIBS= \ $(SALLIB) \ |