From f268aa9271fa6f1dfb6d61fd95c4c348e8409720 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Jun 2004 10:32:56 +0000 Subject: INTEGRATION: CWS sb17 (1.5.150); FILE MERGED 2004/04/06 08:21:39 sb 1.5.150.1: #i21297# Fixed base64 INetMIME::decodeHeaderFiledBody. --- tools/workben/makefile.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'tools/workben') 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" -- cgit