summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-05-07 07:11:23 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-05-07 07:11:23 +0000
commit200e80e0d985d99c93611932d1214ceb3a3aa3b1 (patch)
tree23929e33f3aadc8d8b2d3b77349c2a7ee03d2db1 /transex3
parent4218ddfbd62ad857577103b052acbfdfbf4fb7d0 (diff)
Removed unused code
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/makefile.mk22
1 files changed, 8 insertions, 14 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk
index 19e31cb047a4..606056d9b6e0 100644
--- a/transex3/source/makefile.mk
+++ b/transex3/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: nf $ $Date: 2001-12-19 11:54:56 $
+# last change: $Author: nf $ $Date: 2002-05-07 08:11:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -123,24 +123,18 @@ APP5STACK= 16000
APP5OBJS= $(OBJ)$/gsicheck.obj $(OBJ)$/tagtest.obj
APP5STDLIBS=$(STATIC_LIBS)
-# extractor and merger for *.xxl and *.xrb
-APP6TARGET= xmlex
+# extractor and merger for *.cfg
+APP6TARGET= cfgex
APP6STACK= 16000
-APP6OBJS= $(OBJ)$/xmlmerge.obj $(OBJ)$/xml_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj
+APP6OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj
APP6STDLIBS=$(BTSTRPLIB) $(STATIC_LIBS)
-# extractor and merger for *.cfg
-APP7TARGET= cfgex
+# extractor and merger for *.xrm
+APP7TARGET= xrmex
APP7STACK= 16000
-APP7OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj
+APP7OBJS= $(OBJ)$/xrmmerge.obj $(OBJ)$/xrm_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj
APP7STDLIBS=$(BTSTRPLIB) $(STATIC_LIBS)
-# extractor and merger for *.xrm
-APP8TARGET= xrmex
-APP8STACK= 16000
-APP8OBJS= $(OBJ)$/xrmmerge.obj $(OBJ)$/xrm_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj
-APP8STDLIBS=$(BTSTRPLIB) $(STATIC_LIBS)
-
#APP8TARGET= xgfconv
#APP8STACK= 16000
#APP8OBJS= $(OBJ)$/utf8conv.obj $(OBJ)$/xgfconv.obj $(OBJ)$/export2.obj