summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-04-18 09:45:55 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-04-18 09:45:55 +0000
commit948266d969bac84226e3449d6f348b8f9948a356 (patch)
tree978931e0a4a016f1316cbd1997199dff7b4d47d6 /tools/bootstrp
parent28e53ed6e6a18b505f3e75c8b94f51fa898db810 (diff)
Moved zipdep from addexes2 to bootstrp
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/addexes2/makefile.mk9
-rw-r--r--tools/bootstrp/makefile.mk37
2 files changed, 11 insertions, 35 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk
index b21506af8ae2..4a0b9f3c8629 100644
--- a/tools/bootstrp/addexes2/makefile.mk
+++ b/tools/bootstrp/addexes2/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: nf $ $Date: 2001-04-18 09:52:08 $
+# last change: $Author: nf $ $Date: 2001-04-18 10:45:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,11 +90,6 @@ APP3LIBS= $(LB)$/bootstrp.lib
APP3DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-APP4TARGET= zipdep
-APP4OBJS= $(OBJ)$/zipdep.obj
-APP4LIBS= $(LB)$/bootstrp.lib
-APP4STDLIBS=$(STATIC_LIBS)
-
DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS)
# --- Targets ------------------------------------------------------
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index a5b64714780d..9dab5e927475 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: nf $ $Date: 2001-04-18 09:13:26 $
+# last change: $Author: nf $ $Date: 2001-04-18 10:45:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -159,32 +159,13 @@ APP5STDLIBS=$(STATIC_LIBS)
APP5LIBS= $(LB)$/bootstrp.lib
APP5DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-APP6TARGET= build
-APP6OBJS= $(OBJ)$/make.obj $(OBJ)$/updmake.obj $(OBJ)$/allmake.obj
-APP6STDLIBS=$(STATIC_LIBS)
-APP6LIBS= $(LB)$/bootstrp.lib
-APP6DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-
-APP7TARGET= deliver
-APP7OBJS= $(OBJ)$/deliver.obj
-APP7STDLIBS=$(STATIC_LIBS)
-APP7LIBS= $(LB)$/bootstrp.lib
-APP7DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-APP7STACK= 16384
-
-APP8TARGET= makedepn
-APP8OBJS= $(OBJ)$/makedepn.obj
-APP8STDLIBS=$(STATIC_LIBS)
-APP8DEPN= $(LB)$/atools.lib
-
-APP9TARGET= _mkout
-APP9LINKTYPE=STATIC
-APP9OBJS= $(OBJ)$/mkout.obj
-APP9STDLIBS=$(STATIC_LIBS)
-APP9LIBS= $(LB)$/bootstrp.lib
-APP9DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-
-DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS)
+APP6TARGET= zipdep
+APP6OBJS= $(OBJ)$/zipdep.obj
+APP6LIBS= $(LB)$/bootstrp.lib
+APP6STDLIBS=$(STATIC_LIBS)
+
+
+DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS)
.ENDIF # "$(OS)"=="MACOS"