diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:58:38 +0000 |
commit | ba1bd7feb71e531895f4b8bc83f77ca1d59f87af (patch) | |
tree | fbdacda5e0055fbc16885b9c15a60efb5e277cf8 /remotebridges | |
parent | 49391e2a851d57a533d5e598b7038d5548178286 (diff) |
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
Diffstat (limited to 'remotebridges')
-rwxr-xr-x | remotebridges/source/dynamicloader/makefile.mk | 15 |
1 files changed, 4 insertions, 11 deletions
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 |