From 8c3550a76eeaf590cc609093673537ae485fbd40 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Oct 2005 11:42:44 +0000 Subject: INTEGRATION: CWS gh11 (1.2.346); FILE MERGED 2005/09/21 12:45:40 gh 1.2.346.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 11:02:15 gh 1.2.346.1: removed testtool miniapp, since it moved to automation ages ago --- basic/workben/makefile.mk | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'basic/workben/makefile.mk') diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk index fb12cb6d7c90..62cab1d5f3fa 100644 --- a/basic/workben/makefile.mk +++ b/basic/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-07 21:55:29 $ +# last change: $Author: kz $ $Date: 2005-10-06 12:42:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,41 +92,5 @@ APP1OBJS+= \ $(SLO)$/sbintern.obj .ENDIF -# --- TESTTOOL MINIAPP ------------------------------------------------------ - -SRS3FILES= $(SRS)$/miniapp.srs -RES3TARGET=miniapp - -APP3TARGET=miniapp -APP3STDLIBS= \ - $(TOOLSLIB) \ - $(SVTOOLLIB) \ - $(PLUGCTORLIB) \ - $(SVLIB) \ - $(SVMEMLIB) \ - $(SJLIB) \ - $(SO2LIB) -.IF "$(GUI)"=="UNX" -APP3STDLIBS+= \ - $(VOSLIB) $(OSLLIB) -.ENDIF - - -APP3LIBS= \ - $(LIBPRE) $(LB)$/miniapp.lib - -APP3DEPN=\ - $(L)$/svtool.lib \ - $(L)$/itools.lib \ - $(SVLIBDEPEND) \ - $(LB)$/miniapp.lib - -.IF "$(GUI)" != "UNX" -# win16 braucht ein appobj -APP3OBJS= $(OBJ)$/testapp.obj -.ENDIF - -APP3RES= $(RES)$/miniapp.res - .INCLUDE : target.mk -- cgit v1.2.3