summaryrefslogtreecommitdiff
path: root/tools/workben
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:32:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:32:56 +0000
commitf268aa9271fa6f1dfb6d61fd95c4c348e8409720 (patch)
tree0db276729eded16f0f9fa15886fcc822e24bb8bc /tools/workben
parent20f9b85cdc69f4713747d47e1db0d8bdb474afb2 (diff)
INTEGRATION: CWS sb17 (1.5.150); FILE MERGED
2004/04/06 08:21:39 sb 1.5.150.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody.
Diffstat (limited to 'tools/workben')
-rw-r--r--tools/workben/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/workben/makefile.mk b/tools/workben/makefile.mk
index 8068a02cda12..38754f15901f 100644
--- a/tools/workben/makefile.mk
+++ b/tools/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hr $ $Date: 2003-03-27 17:05:12 $
+# last change: $Author: rt $ $Date: 2004-06-17 11:32:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,8 @@ TARGETTYPE = CUI
OBJFILES = \
$(OBJ)$/solar.obj \
- $(OBJ)$/urltest.obj
+ $(OBJ)$/urltest.obj \
+ $(OBJ)$/inetmimetest.obj
# $(OBJ)$/demostor.obj \
# $(OBJ)$/fstest.obj \
# $(OBJ)$/tldem.obj \
@@ -91,6 +92,10 @@ APP2STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
APP2STDLIBS = $(LB)$/itools.lib ivos.lib isal.lib icppu.lib icppuhelper.lib
.ENDIF
+APP3TARGET = inetmimetest
+APP3OBJS = $(OBJ)$/inetmimetest.obj
+APP3STDLIBS = $(SALLIB) $(TOOLSLIB)
+
# APP3TARGET = tldem
# APP3OBJS = $(OBJ)$/tldem.obj
# .IF "$(GUI)" == "UNX"