diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2000-10-31 14:58:28 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2000-10-31 14:58:28 +0000 |
commit | 62e449fc0745e59b51d14f1068f00b9c46c3074c (patch) | |
tree | 12a5dd827694cea58a3ceb0a880a111a67005869 /remotebridges/source/bridge | |
parent | 8f9d39cc986b2d740ffa2eb83998504c25318765 (diff) |
must change: new way to generate descriptions and types
Diffstat (limited to 'remotebridges/source/bridge')
-rw-r--r-- | remotebridges/source/bridge/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/remotebridges/source/bridge/makefile.mk b/remotebridges/source/bridge/makefile.mk index 8d3b5887e53a..393d4002c5ae 100644 --- a/remotebridges/source/bridge/makefile.mk +++ b/remotebridges/source/bridge/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: jbu $ $Date: 2000-09-28 08:47:31 $ +# last change: $Author: jbu $ $Date: 2000-10-31 15:54:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,15 +77,12 @@ UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb UNOUCROUT=$(OUT)$/inc$/bridge INCPRE+= $(UNOUCROUT) -UNOTYPES=$($(TARGET)_XML2CMPTYPES) SLOFILES= \ $(SLO)$/remote_bridge.obj \ $(SLO)$/bridge_connection.obj\ - $(SLO)$/bridge_provider.obj \ - $(SLO)$/$(COMP1TYPELIST)_description.obj - + $(SLO)$/bridge_provider.obj SHL1TARGET= $(TARGET) SHL1STDLIBS= \ |