diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-27 15:46:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-27 15:46:03 +0000 |
commit | c6fb7ec0375c93c4a4f4a73c141c8aaa2bc0a8f2 (patch) | |
tree | 68ede8ce11c6181fc621b08efee8c727652c54ba /odk/examples/OLE | |
parent | 2d06cfacfb938b4c28a20cd8c6776ce9985c9f24 (diff) |
INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:06:05 hr 1.2.32.1: #111934#: join from CWS sdk07
Diffstat (limited to 'odk/examples/OLE')
-rw-r--r-- | odk/examples/OLE/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/odk/examples/OLE/makefile.mk b/odk/examples/OLE/makefile.mk index eac5ed7d6047..c33ed0bd185b 100644 --- a/odk/examples/OLE/makefile.mk +++ b/odk/examples/OLE/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-06-10 10:44:53 $ +# last change: $Author: kz $ $Date: 2003-08-27 16:46:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,17 +105,21 @@ VBSCRIPT_FILES=\ $(DESTDIROLEEXAMPLES)$/vbscript$/readme.txt \ $(DESTDIROLEEXAMPLES)$/vbscript$/WriterDemo.vbs -EXAMPLESLIST= \ +DIR_FILE_LIST= \ $(ACTIVEX_FILES) \ $(DELPHI_FILES) \ $(VBSCRIPT_FILES) +DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) +DIR_CREATE_FLAG=$(MISC)$/ex_ole_dirs_created.txt +DIR_FILE_FLAG=$(MISC)$/ex_ole_files.txt #-------------------------------------------------- # TARGETS #-------------------------------------------------- all : \ - $(EXAMPLESLIST) + $(DIR_FILE_LIST) \ + $(DIR_FILE_FLAG) #-------------------------------------------------- # use global rules |