From 62e449fc0745e59b51d14f1068f00b9c46c3074c Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Tue, 31 Oct 2000 14:58:28 +0000 Subject: must change: new way to generate descriptions and types --- remotebridges/source/unourl_resolver/makefile.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'remotebridges/source/unourl_resolver') diff --git a/remotebridges/source/unourl_resolver/makefile.mk b/remotebridges/source/unourl_resolver/makefile.mk index 8c6815c3027e..0851ecf3ce00 100644 --- a/remotebridges/source/unourl_resolver/makefile.mk +++ b/remotebridges/source/unourl_resolver/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:29:57 $ +# last change: $Author: jbu $ $Date: 2000-10-31 15:53:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,6 @@ UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb UNOUCROUT=$(OUT)$/inc$/uuresolver INCPRE+= $(UNOUCROUT) -UNOTYPES=$($(TARGET)_XML2CMPTYPES) UNOTYPES= \ @@ -97,8 +96,7 @@ UNOTYPES= \ com.sun.star.uno.XWeak SLOFILES= \ - $(SLO)$/unourl_resolver.obj \ - $(SLO)$/$(COMP1TYPELIST)_description.obj + $(SLO)$/unourl_resolver.obj # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. -- cgit