diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-09-19 07:46:35 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-09-19 07:46:35 +0000 |
commit | 2eab3c713a7d64dc60013ffcb44e331635058acc (patch) | |
tree | 4a51af626d2c2f9092aeec5066669e9241852692 /xmlscript/test/makefile.mk | |
parent | 1f7cafbbedf569ab089e4bab8c24e656cdef00f7 (diff) |
#92181# supporting formattedfield
Diffstat (limited to 'xmlscript/test/makefile.mk')
-rw-r--r-- | xmlscript/test/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmlscript/test/makefile.mk b/xmlscript/test/makefile.mk index 00efcebf8cbd..42a37ae55129 100644 --- a/xmlscript/test/makefile.mk +++ b/xmlscript/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: dbo $ $Date: 2001-03-06 09:39:55 $ +# last change: $Author: dbo $ $Date: 2001-09-19 08:46:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -109,13 +109,13 @@ APP1DEF= $(MISC)$/imexp.def $(MISC)$/imexp.def: makefile.mk echo NAME imexp >$@ - echo DESCRIPTION 'XML dialogs im-/ exporter' >>$@ + echo DESCRIPTION 'XML dialog im-/ exporter' >>$@ echo EXETYPE WINDOWS >>$@ - echo STUB 'winSTUB.EXE' >>$@ + echo STUB 'winSTUB.EXE' >>$@ echo PROTMODE >>$@ - echo CODE PRELOAD MOVEABLE DISCARDABLE >>$@ - echo DATA PRELOAD MOVEABLE MULTIPLE >>$@ - echo HEAPSIZE 8192 >>$@ - echo STACKSIZE 32768 >>$@ + echo CODE PRELOAD MOVEABLE DISCARDABLE >>$@ + echo DATA PRELOAD MOVEABLE MULTIPLE >>$@ + echo HEAPSIZE 8192 >>$@ + echo STACKSIZE 32768 >>$@ .ENDIF |