summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-05-08 10:09:27 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-05-08 10:09:27 +0000
commita6f388c4614f0c87378affa1bbfead2d2939722b (patch)
treefe18fa1be2b2d1da07e2ad3a998b4adcc14b7284 /tools/bootstrp
parent83985e67fc8e56eceea56fb93f3466acc7953a69 (diff)
Reanimated rscdep because of usage by rsc
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index 3cd2f743221d..d8592d5746be 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: nf $ $Date: 2001-05-07 14:16:04 $
+# last change: $Author: nf $ $Date: 2001-05-08 11:09:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -157,6 +157,11 @@ APP6LIBS= $(LB)$/bootstrp.lib
APP6STDLIBS=$(STATIC_LIBS)
APP6DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib $(OBJ)$/sspretty.obj
+APP7TARGET= rscdep
+APP7OBJS= $(OBJ)$/rscdep.obj
+APP7LIBS= $(LB)$/bootstrp.lib
+APP7STDLIBS=$(STATIC_LIBS)
+APP7DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib $(OBJ)$/rscdep.obj
DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS)