summaryrefslogtreecommitdiff
path: root/basic/workben/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-06 11:42:44 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-06 11:42:44 +0000
commit8c3550a76eeaf590cc609093673537ae485fbd40 (patch)
treea67689ad8b47822ea6addaec10663cfe4eb0ea88 /basic/workben/makefile.mk
parentc76e225a99f0fca9a78df1d7392d3c7ad9fd3cca (diff)
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
Diffstat (limited to 'basic/workben/makefile.mk')
-rw-r--r--basic/workben/makefile.mk40
1 files changed, 2 insertions, 38 deletions
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