summaryrefslogtreecommitdiff
path: root/transex3/source/makefile.mk
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-05-09 08:02:36 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-05-09 08:02:36 +0000
commit8e05abab151d5711d6f1bde0cb2c5d628da4e24f (patch)
treeee3bfcd01f28262b64b57cc410fb67f7c89db616 /transex3/source/makefile.mk
parent102e4b81fafc9ad8fb83e4bdcb28dbb704b47091 (diff)
Added converter for all text files from or to UTF-8
Diffstat (limited to 'transex3/source/makefile.mk')
-rw-r--r--transex3/source/makefile.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk
index 30b7dee17e6b..f7b7d80825a0 100644
--- a/transex3/source/makefile.mk
+++ b/transex3/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: nf $ $Date: 2001-04-25 10:17:04 $
+# last change: $Author: nf $ $Date: 2001-05-09 09:02:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,7 +134,13 @@ APP8STACK= 16000
APP8OBJS= $(OBJ)$/utf8conv.obj $(OBJ)$/xgfconv.obj $(OBJ)$/export2.obj
APP8STDLIBS=$(STATIC_LIBS)
-DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS)
+# encoding converter for text files
+APP9TARGET= txtconv
+APP9STACK= 16000
+APP9OBJS= $(OBJ)$/utf8conv.obj $(OBJ)$/txtconv.obj
+APP9STDLIBS=$(STATIC_LIBS)
+
+DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS)
.IF "$(depend)" == ""
ALL : $(MISC)$/src_yy.c \