INTEGRATION: CWS uno2 (1.9.44); FILE MERGED
2003/04/08 13:32:44 dbo 1.9.44.1: #107991# UNO shared library component renaming
This commit is contained in:
parent
2ac5ff293e
commit
74e4460f0a
1 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.9 $
|
||||
# $Revision: 1.10 $
|
||||
#
|
||||
# last change: $Author: jbu $ $Date: 2001-06-22 16:32:53 $
|
||||
# last change: $Author: rt $ $Date: 2003-04-23 16:20:46 $
|
||||
#
|
||||
# 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=toutstrm
|
||||
TARGET = textoutstream.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
|
||||
|
@ -93,7 +94,7 @@ SLOFILES= \
|
|||
$(SLO)$/TextOutputStream.obj
|
||||
|
||||
SHL1TARGET= $(TARGET)
|
||||
SHL1VERSIONMAP= $(TARGET).map
|
||||
SHL1VERSIONMAP = toutstrm.map
|
||||
|
||||
SHL1STDLIBS= \
|
||||
$(SALLIB) \
|
||||
|
|
Loading…
Reference in a new issue