From ba1bd7feb71e531895f4b8bc83f77ca1d59f87af Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 24 May 2006 12:58:38 +0000 Subject: INTEGRATION: CWS ause043 (1.9.6); FILE MERGED 2005/11/15 16:13:15 hjs 1.9.6.2: #i56702# set NO_OFFUH to check completeness 2005/11/09 13:28:20 hjs 1.9.6.1: #i56702# remove overrides for default uno header generation --- remotebridges/source/dynamicloader/makefile.mk | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'remotebridges') diff --git a/remotebridges/source/dynamicloader/makefile.mk b/remotebridges/source/dynamicloader/makefile.mk index c030e8c5f5a6..41e8702526ca 100755 --- a/remotebridges/source/dynamicloader/makefile.mk +++ b/remotebridges/source/dynamicloader/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:22:52 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:58:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ PRJ=..$/.. PRJNAME=remotebridges TARGET = dynamicloader.uno ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE COMP1TYPELIST = dynamicloader # --- Settings ----------------------------------------------------- @@ -48,15 +47,9 @@ DLLPRE = # ------------------------------------------------------------------ +# use for types from COMP1TYPELIST +NO_OFFUH=TRUE CPPUMAKERFLAGS += -C -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb - -# output directory (one dir for each project) -UNOUCROUT=$(OUT)$/inc - -# adding to inludepath -INCPRE+=$(UNOUCROUT) SLOFILES= \ $(SLO)$/dynamicloader.obj -- cgit