From d7ab90f5b1447c90f3074a77d873484fc3370efe Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 24 May 2006 12:58:12 +0000 Subject: INTEGRATION: CWS ause043 (1.6.6); FILE MERGED 2005/11/09 13:28:19 hjs 1.6.6.1: #i56702# remove overrides for default uno header generation --- remotebridges/examples/makefile.mk | 39 ++------------------------------------ 1 file changed, 2 insertions(+), 37 deletions(-) (limited to 'remotebridges') diff --git a/remotebridges/examples/makefile.mk b/remotebridges/examples/makefile.mk index b49e27c2d18b..66dae8a64d28 100644 --- a/remotebridges/examples/makefile.mk +++ b/remotebridges/examples/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:20:59 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:58:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,47 +38,12 @@ PRJ=.. PRJNAME=remotebridges TARGET=officeclientsample ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- -ALLIDLFILES = test_bridge.idl -#CPPUMAKERFLAGS += -C - - -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb - -# output directory (one dir for each project) -UNOUCROUT=$(OUT)$/inc$/examples - -# adding to inludeoath -INCPRE+=$(UNOUCROUT) - -UNOTYPES = \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.uno.XNamingService \ - com.sun.star.uno.XWeak \ - com.sun.star.lang.XMain \ - com.sun.star.uno.XAggregation \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XTypeProvider \ - com.sun.star.frame.XComponentLoader\ - com.sun.star.registry.XSimpleRegistry \ - com.sun.star.loader.XImplementationLoader \ - com.sun.star.registry.XImplementationRegistration \ - com.sun.star.lang.XComponent \ - com.sun.star.bridge.XBridgeFactory\ - com.sun.star.bridge.XUnoUrlResolver\ - com.sun.star.connection.XAcceptor\ - com.sun.star.connection.XConnector\ - com.sun.star.lang.XServiceInfo \ - com.sun.star.text.XTextDocument SLOFILES = $(SLO)$/officeclient.obj -- cgit