summaryrefslogtreecommitdiff
path: root/xmlscript/util
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-04-04 13:29:57 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-04-04 13:29:57 +0000
commitffa2622cf14c7d652a52be69e39dbad12a55ad7d (patch)
tree86ac77c3e74ab6160a53500c4388674887c50e88 /xmlscript/util
parent0408c263b08e576ac912f180281c63db49270273 (diff)
replace lots of echo with one type
Diffstat (limited to 'xmlscript/util')
-rw-r--r--xmlscript/util/makefile.mk20
-rw-r--r--xmlscript/util/xcr.flt13
2 files changed, 16 insertions, 17 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk
index 4cbaca51bf60..16b81054cbd6 100644
--- a/xmlscript/util/makefile.mk
+++ b/xmlscript/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: dbo $ $Date: 2001-05-04 09:14:58 $
+# last change: $Author: hjs $ $Date: 2002-04-04 14:28:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -106,18 +106,4 @@ DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
.INCLUDE : target.mk
$(MISC)$/$(SHL1TARGET).flt : makefile.mk
-.IF "$(COM)"=="MSC"
- @echo ??_7>>$@
- @echo ??_8>>$@
- @echo ??_C>>$@
- @echo ??_E>>$@
- @echo ??_F>>$@
- @echo ??_G>>$@
- @echo ??_H>>$@
- @echo ??_I>>$@
- @echo 0Imp>>$@
- @echo Impl@@>>$@
- @echo Imp@@>>$@
- @echo __CT>>$@
- @echo _STL>>$@
-.ENDIF
+ +$(TYPE) xcr.flt > $@
diff --git a/xmlscript/util/xcr.flt b/xmlscript/util/xcr.flt
new file mode 100644
index 000000000000..e9a7f0344007
--- /dev/null
+++ b/xmlscript/util/xcr.flt
@@ -0,0 +1,13 @@
+??_7
+??_8
+??_C
+??_E
+??_F
+??_G
+??_H
+??_I
+0Imp
+Impl@@
+Imp@@
+__CT
+_STL