diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-27 15:48:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-27 15:48:16 +0000 |
commit | e9c84756bc7fa53e4c47ad996791aead80181402 (patch) | |
tree | 6cbd4f584ec480633601089dc6b3bba1302c75a8 /odk/pack/gendocu | |
parent | 0b27d883470d778771588fbf401cfd89619c5308 (diff) |
INTEGRATION: CWS geordi2q03 (1.5.32); FILE MERGED
2003/08/27 15:06:22 hr 1.5.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/pack/gendocu')
-rw-r--r-- | odk/pack/gendocu/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk index cc9e1201fb97..2dfbcfdb6ae3 100644 --- a/odk/pack/gendocu/makefile.mk +++ b/odk/pack/gendocu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2003-06-10 10:50:52 $ +# last change: $Author: kz $ $Date: 2003-08-27 16:48:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,8 +101,6 @@ JAVA_BEAN_SRC_FILES=\ $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeConnection.java \ $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeWindow.java -IDLFILES={$(subst,/,$/ $(shell $(FIND) $(IDLOUT) -type f -print))} - AUTODOCPARAMS= -lg c++ \ -p sal $(INCOUT) -t sal -t osl -t rtl \ -p store $(INCOUT) -t store \ |