diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:57:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:57:10 +0000 |
commit | 45a930f56dc3ce8ccce41284381358da62609584 (patch) | |
tree | 13dec23d6896a1330f478085790290adf3a6e8ca /io | |
parent | 0ce780e19911693293eedbed16e7bed3266b3c17 (diff) |
INTEGRATION: CWS ause043 (1.13.6); FILE MERGED
2005/10/31 12:33:56 hjs 1.13.6.1: #i56702# remove unneeded UNOITYPE definition
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index bc383c3f2e7c..7b2fa4af5f4d 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2005-09-07 18:26:28 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:57:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,32 +38,10 @@ PRJ=..$/.. PRJNAME=io TARGET = textinstream.uno ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk DLLPRE = -# ------------------------------------------------------------------ -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT=$(OUT)$/inc$/textinputstream -INCPRE+= $(UNOUCROUT) - - -UNOTYPES= com.sun.star.io.XTextInputStream \ - com.sun.star.io.XActiveDataSink \ - com.sun.star.lang.XSingleComponentFactory \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XTypeProvider \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.reflection.XInterfaceMemberTypeDescription \ - com.sun.star.uno.XAggregation \ - com.sun.star.uno.XWeak \ - com.sun.star.uno.XComponentContext SLOFILES= \ $(SLO)$/TextInputStream.obj |