diff options
author | Martin Hollmichel <mh@openoffice.org> | 2000-11-13 10:36:09 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2000-11-13 10:36:09 +0000 |
commit | da76de983add9e16894a270b15a64eb65b2d05cf (patch) | |
tree | 08fb3d63f0ad40f78bd6322ab026f578135de03c /tools | |
parent | c350cb81da343b277274e3ccd6cf1234f946c57f (diff) |
add: zipdep
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/addexes2/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk index 6da12f8ad4f6..d660c3bc625d 100644 --- a/tools/bootstrp/addexes2/makefile.mk +++ b/tools/bootstrp/addexes2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:01 $ +# last change: $Author: mh $ $Date: 2000-11-13 11:36:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,12 @@ APP3STDLIBS+=-lpthread 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 ------------------------------------------------------ |