summaryrefslogtreecommitdiff
path: root/io/test/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-01-25 13:07:10 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-01-25 13:07:10 +0000
commit70f78aa9ab143973aa023b099ca6c76d43349627 (patch)
treeab5db5c0026488ea4ccc8738951bbf44f7d0b2f5 /io/test/makefile.mk
parent389a860194f13a244150cac0df6ded237843a957 (diff)
*** empty log message ***
Diffstat (limited to 'io/test/makefile.mk')
-rw-r--r--io/test/makefile.mk19
1 files changed, 5 insertions, 14 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk
index c63283dff64a..25ee73396356 100644
--- a/io/test/makefile.mk
+++ b/io/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jbu $ $Date: 2001-01-08 13:27:40 $
+# last change: $Author: jbu $ $Date: 2001-01-25 14:07:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,9 +66,6 @@ PRJNAME=extensions
TARGET=workben
LIBTARGET=NO
-#TESTAPP=testcomponent
-TESTAPP=testconnection
-
TARGETTYPE=CUI
ENABLE_EXCEPTIONS=TRUE
@@ -100,7 +97,6 @@ UNOTYPES = com.sun.star.connection.XConnector \
#
# std testcomponent
#
-.IF "$(TESTAPP)" == "testcomponent"
APP1TARGET = testcomponent
APP1OBJS = $(OBJ)$/testcomponent.obj
@@ -108,18 +104,13 @@ APP1STDLIBS = $(SALLIB) \
$(CPPULIB)\
$(CPPUHELPERLIB)
-.ENDIF # testcomponent
-
-.IF "$(TESTAPP)" == "testconnection"
-
-APP1TARGET = testconnection
-APP1OBJS = $(OBJ)$/testconnection.obj
-APP1STDLIBS = $(SALLIB) \
+APP2TARGET = testconnection
+APP2OBJS = $(OBJ)$/testconnection.obj
+APP2STDLIBS = $(SALLIB) \
$(VOSLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB)
-.ENDIF # testcomponent
# --- Targets ------------------------------------------------------