diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:12 +0000 |
commit | d7ab90f5b1447c90f3074a77d873484fc3370efe (patch) | |
tree | 920ebd1623bf0949806dcf430a5aa8c815a9ac13 /remotebridges | |
parent | 15b4ff2ce1d38c080970ce25d1ffb17c8832b141 (diff) |
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
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/examples/makefile.mk | 39 |
1 files changed, 2 insertions, 37 deletions
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 |