diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:25:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:25:49 +0000 |
commit | 5e7b04a1313768784dd78dbed180ad8a287002d6 (patch) | |
tree | 1c4f893024798fa0756174728e48e619b136d281 | |
parent | 739204b24d83f6e521dc42d927815f5ca63aa826 (diff) |
INTEGRATION: CWS bunoexttm (1.43.42); FILE MERGED
2007/04/10 10:46:51 thb 1.43.42.3: RESYNC: (1.44-1.45); FILE MERGED
2007/02/13 12:28:19 kr 1.43.42.2: RESYNC: (1.43-1.44); FILE MERGED
2007/01/30 15:47:16 kr 1.43.42.1: adapted: joined from UTF2 - make cppuhelper comprehensive
-rw-r--r-- | cppuhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index 73c2a85c9..fb7105188 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:06:20 $ +# last change: $Author: kz $ $Date: 2007-05-09 13:25:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,8 @@ UNOUCRDEP=$(UNOUCRRDB) UNOUCROUT=$(OUT)$/inc$/$(TARGET) INCPRE+=$(OUT)$/inc$/$(TARGET) $(OUT)$/inc$/private +CPPUMAKERFLAGS= -C + UNOTYPES= \ com.sun.star.beans.PropertyAttribute \ com.sun.star.beans.PropertyValue \ |