summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-16 11:12:54 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-16 11:12:54 +0000
commit7c1d9e89495ebdfdc2345a582ac95ef8dbf7809f (patch)
tree057496cc065015fe7f50f64f98a2a9928333753f /io
parent0a8ae254dbacc92be08d7a55d4f2546ea12e2977 (diff)
build is now independent of the unotypes directory
Diffstat (limited to 'io')
-rw-r--r--io/source/TextInputStream/makefile.mk18
-rw-r--r--io/source/TextOutputStream/makefile.mk17
2 files changed, 31 insertions, 4 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk
index 3d61453c6148..412ef4435b17 100644
--- a/io/source/TextInputStream/makefile.mk
+++ b/io/source/TextInputStream/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: ganaya $ $Date: 2000-10-13 18:00:28 $
+# last change: $Author: jbu $ $Date: 2000-10-16 12:10:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,6 +72,20 @@ NO_BSYMBOLIC=TRUE
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# ------------------------------------------------------------------
+UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb
+UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
+UNOUCROUT=$(OUT)$/inc$/textinputstream
+INCPRE+= $(UNOUCROUT)
+
+
+UNOTYPES= com.sun.star.io.XTextInputStream \
+ com.sun.star.io.XActiveDataSink \
+ com.sun.star.lang.XSingleServiceFactory \
+ com.sun.star.lang.XMultiServiceFactory \
+ com.sun.star.lang.XTypeProvider \
+ com.sun.star.registry.XRegistryKey \
+ com.sun.star.uno.XAggregation \
+ com.sun.star.uno.XWeak
SLOFILES= \
$(SLO)$/TextInputStream.obj
diff --git a/io/source/TextOutputStream/makefile.mk b/io/source/TextOutputStream/makefile.mk
index 6b2580fa6941..6b6f21b9b82a 100644
--- a/io/source/TextOutputStream/makefile.mk
+++ b/io/source/TextOutputStream/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: ganaya $ $Date: 2000-10-13 18:00:29 $
+# last change: $Author: jbu $ $Date: 2000-10-16 12:12:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,6 +72,19 @@ NO_BSYMBOLIC=TRUE
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# ------------------------------------------------------------------
+UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb
+UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
+UNOUCROUT=$(OUT)$/inc$/textoutputstream
+INCPRE+= $(UNOUCROUT)
+
+UNOTYPES= com.sun.star.io.XTextOutputStream \
+ com.sun.star.io.XActiveDataSource \
+ com.sun.star.lang.XSingleServiceFactory \
+ com.sun.star.lang.XMultiServiceFactory \
+ com.sun.star.lang.XTypeProvider \
+ com.sun.star.registry.XRegistryKey \
+ com.sun.star.uno.XAggregation \
+ com.sun.star.uno.XWeak
SLOFILES= \
$(SLO)$/TextOutputStream.obj