diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:51 +0000 |
commit | f570a8010398e4eb637e6e6152d1d3a6093b80f7 (patch) | |
tree | aeb58f0c584f18e87e201cde2e4a75f5bd20c222 /remotebridges | |
parent | ba1bd7feb71e531895f4b8bc83f77ca1d59f87af (diff) |
INTEGRATION: CWS ause043 (1.10.6); FILE MERGED
2005/11/09 13:28:21 hjs 1.10.6.1: #i56702# remove overrides for default uno header generation
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/remotebridges/source/factory/makefile.mk b/remotebridges/source/factory/makefile.mk index a13c63af69f8..58b2a6c34ab0 100644 --- a/remotebridges/source/factory/makefile.mk +++ b/remotebridges/source/factory/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:23:50 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:58:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,18 +38,12 @@ PRJ=..$/.. PRJNAME=remotebridges TARGET = bridgefac.uno ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE COMP1TYPELIST = brdgfctr -COMPRDB=$(SOLARBINDIR)$/udkapi.rdb # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk DLLPRE = # ------------------------------------------------------------------ -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT=$(OUT)$/inc$/factory -INCPRE+= $(UNOUCROUT) SLOFILES= \ $(SLO)$/bridgefactory.obj\ |