diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:13:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:13:45 +0000 |
commit | 1689fafc50803bf8c6d728c68a316ff749402f0d (patch) | |
tree | 5a5fd438d9c25dafdd8e656793f4650de3a17492 /stoc | |
parent | b33af4d95c5aca3ee416cbf823e8e695ae15ce9c (diff) |
INTEGRATION: CWS uno2 (1.6.60); FILE MERGED
2003/04/08 13:56:26 dbo 1.6.60.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/typeconv/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/typeconv/makefile.mk b/stoc/source/typeconv/makefile.mk index 7bfca979ff60..e3a478f7022e 100644 --- a/stoc/source/typeconv/makefile.mk +++ b/stoc/source/typeconv/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:49 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:13:45 $ # # 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=tcv -USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE +TARGET = typeconverter.uno ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +NO_BSYMBOLIC = TRUE +COMP1TYPELIST = tcv # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -87,7 +87,7 @@ SHL1STDLIBS= \ $(SALLIB) SHL1DEPN= -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = tcv.map SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |