summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 10:03:17 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 10:03:17 +0000
commite1e8395db2462134c8a811194968b09e2622305a (patch)
treeaa2bee4673845f2231f6325fd84d8bcc7e4deb0c
parent98a2b2f5eb39cc11990e8216d8499afe1f105bd6 (diff)
INTEGRATION: CWS ause068 (1.8.6); FILE MERGED
2006/09/21 17:25:33 hjs 1.8.6.1: #i69536# + no longer required before echo command
-rw-r--r--goodies/source/inv/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/goodies/source/inv/makefile.mk b/goodies/source/inv/makefile.mk
index 082f9f27a140..75d4889dd669 100644
--- a/goodies/source/inv/makefile.mk
+++ b/goodies/source/inv/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: ihi $ $Date: 2006-08-29 15:09:06 $
+# last change: $Author: kz $ $Date: 2006-10-05 11:03:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -125,13 +125,13 @@ $(BIN)$/applicat.rdb : makefile.mk $(SOLARBINDIR)$/types.rdb
.IF "$(GUI)"=="WNT"
$(MISC)$/$(SHL1TARGET).def: makefile.mk
- @+echo -------------------------------------------
- @+echo DEF-File erstellen $@
- @+echo LIBRARY $(DLLNAME) >$@
- @+echo DESCRIPTION 'Star Cube DLL' >>$@
- @+echo DATA READ WRITE NONSHARED >>$@
- @+echo EXPORTS >>$@
- @+echo StartInvader @22 >>$@
+ @echo -------------------------------------------
+ @echo DEF-File erstellen $@
+ @echo LIBRARY $(DLLNAME) >$@
+ @echo DESCRIPTION 'Star Cube DLL' >>$@
+ @echo DATA READ WRITE NONSHARED >>$@
+ @echo EXPORTS >>$@
+ @echo StartInvader @22 >>$@
.ENDIF