summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-08-26 16:09:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-08-26 16:09:02 +0000
commit935692dd88533bc69ca1e1a77eb03fb27d5d0d89 (patch)
treee523780cb9bb20b97f31567e400f814765e2bee0 /transex3
parentc20ee0a6d8939e1dd8c360cbedead1be4263a26d (diff)
#100000# added file to exceptions section
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk
index 41ceafe4d036..23698b9062cf 100644
--- a/transex3/source/makefile.mk
+++ b/transex3/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: nf $ $Date: 2002-08-15 11:13:16 $
+# last change: $Author: vg $ $Date: 2002-08-26 17:09:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -149,6 +149,8 @@ APP7STDLIBS=$(BTSTRPLIB) $(STATIC_LIBS)
# localizer for l10n framework
APP9TARGET= localize
APP9STACK= 16000
+EXCEPTIONSFILES= \
+ $(OBJ)$/localize.obj
APP9OBJS= $(OBJ)$/localize.obj $(OBJ)$/utf8conv.obj $(OBJ)$/srciter.obj $(OBJ)$/export2.obj
APP9STDLIBS+=$(BTSTRPLIB) $(STATIC_LIBS)