summaryrefslogtreecommitdiff
path: root/stoc/test/makefile.mk
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-09-11 08:30:07 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-09-11 08:30:07 +0000
commite00e01fa64393a115e362efb9dec31cdd369acbd (patch)
tree0907d669c5543f0dd67402b68a63687328d3e9c1 /stoc/test/makefile.mk
parentb0d98f8955abbb1829a143b28d79ce2fd8f75153 (diff)
#92074#
Diffstat (limited to 'stoc/test/makefile.mk')
-rw-r--r--stoc/test/makefile.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk
index b190b171dfbd..9734f8e6a2de 100644
--- a/stoc/test/makefile.mk
+++ b/stoc/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: jbu $ $Date: 2001-06-22 16:21:01 $
+# last change: $Author: dbo $ $Date: 2001-09-11 09:30:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,12 +82,6 @@ NO_BSYMBOLIC=TRUE
.INCLUDE : settings.mk
.INCLUDE : sv.mk
-# --- Files --------------------------------------------------------
-
-CXXFILES= testloader.cxx \
- testregistry.cxx \
- testsmgr.cxx
-
# --- Application 1 ------------------------------------------------
APP1TARGET= $(TARGET1)
APP1OBJS= $(OBJ)$/testloader.obj
@@ -105,7 +99,7 @@ APP1STDLIBS+=
# --- Application 2 ------------------------------------------------
APP2TARGET= $(TARGET2)
-APP2OBJS= $(OBJ)$/testregistry.obj
+APP2OBJS= $(OBJ)$/testregistry.obj $(OBJ)$/mergekeys.obj
APP2STDLIBS= \
$(CPPULIB) \