diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:30:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:30:10 +0000 |
commit | d3ae63371c25ca63c645b1c2a17ea6452e5a978a (patch) | |
tree | 6d9c4d4862782354822391eb3b1e69a4dc8065d5 /cpputools | |
parent | 725eb40b0559aadd322ab1683c3473e7627fca5c (diff) |
INTEGRATION: CWS ause043 (1.15.6); FILE MERGED
2005/11/15 16:14:27 hjs 1.15.6.2: #i56702# set NO_OFFUH to check for completeness
2005/11/03 16:08:19 hjs 1.15.6.1: #i56702# remove overrides for default uno header generation
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index 28f0dd3aaf98..21e756ef2098 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:37:23 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:30:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,8 +52,7 @@ LINKFLAGSRUNPATH = -R\''$$ORIGIN/../lib:$$ORIGIN'\' UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT = $(OUT)$/inc$/$(TARGET) -INCPRE += $(UNOUCROUT) +NO_OFFUH=TRUE CPPUMAKERFLAGS += -C UNIXTEXT= $(MISC)$/regcomp.sh |