diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:30:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:30:26 +0000 |
commit | 6de41a02c1e1c137661d95662264e97cc534bcc7 (patch) | |
tree | 1841f908d71654df30e3ef39f4c6523b222a80fe | |
parent | d3ae63371c25ca63c645b1c2a17ea6452e5a978a (diff) |
INTEGRATION: CWS ause043 (1.5.6); FILE MERGED
2005/11/15 16:14:27 hjs 1.5.6.2: #i56702# set NO_OFFUH to check for completeness
2005/11/03 16:08:20 hjs 1.5.6.1: #i56702# remove overrides for default uno header generation
-rw-r--r-- | cpputools/source/regsingleton/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cpputools/source/regsingleton/makefile.mk b/cpputools/source/regsingleton/makefile.mk index 9d2b2345276d..f018384cbab6 100644 --- a/cpputools/source/regsingleton/makefile.mk +++ b/cpputools/source/regsingleton/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:38:15 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:30:26 $ # # 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 @@ PRJNAME=cpputools TARGET=regsingleton LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- @@ -47,8 +46,7 @@ NO_BSYMBOLIC=TRUE UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT = $(OUT)$/inc$/$(TARGET) -INCPRE += $(UNOUCROUT) +NO_OFFUH=TRUE CPPUMAKERFLAGS+= -C UNOTYPES= \ |