diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:20:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:20:35 +0000 |
commit | 2ac5ff293ebb127c1a0610c0dd596595f2f53027 (patch) | |
tree | 0022a8d4ca46e0942d11fe887bd6bb19ca9d19db /io | |
parent | 95ca4da175037c3eb4a2d7619375f215f6f77ce6 (diff) |
INTEGRATION: CWS uno2 (1.11.20); FILE MERGED
2003/04/08 13:32:43 dbo 1.11.20.1: #107991# UNO shared library component renaming
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index 76b6202a921a..cf655e8f1e1c 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2002-09-05 16:11:21 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:20:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,7 +63,7 @@ PRJ=..$/.. PRJNAME=io -TARGET=tinstrm +TARGET = textinstream.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE @@ -71,6 +71,7 @@ NO_BSYMBOLIC=TRUE .INCLUDE : svpre.mk .INCLUDE : settings.mk .INCLUDE : sv.mk +DLLPRE = # ------------------------------------------------------------------ UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb @@ -95,7 +96,7 @@ SLOFILES= \ $(SLO)$/TextInputStream.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = tinstrm.map SHL1STDLIBS= \ $(SALLIB) \ |