summaryrefslogtreecommitdiff
path: root/package/util
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-04-19 13:12:12 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-04-19 13:12:12 +0000
commit1f31d725b847731eed84626a63e5438c1794bc5e (patch)
treee978edf47e9c663efff1b09c2a9bd3032fc6fe01 /package/util
parent75cd4ca133b9cc2377307869b4f56ea1213fa509 (diff)
link with manifest.lib also
Diffstat (limited to 'package/util')
-rw-r--r--package/util/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/util/makefile.mk b/package/util/makefile.mk
index 8ce2c80f65e2..fed922fc0ca3 100644
--- a/package/util/makefile.mk
+++ b/package/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: mtg $ $Date: 2000-11-21 12:09:19 $
+# last change: $Author: mtg $ $Date: 2001-04-19 14:12:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,8 @@ NO_BSYMBOLIC=TRUE
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1FILES= \
$(SLB)$/zipapi.lib \
- $(SLB)$/zippackage.lib
+ $(SLB)$/zippackage.lib \
+ $(SLB)$/manifest.lib
# --- Shared-Library -----------------------------------------------