summaryrefslogtreecommitdiff
path: root/tools/util/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-29 08:15:06 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-29 08:15:06 +0000
commitc4ffc09fd78fc81ed8f12c0bedeead0e6ec5c579 (patch)
tree4bbedea5465c681b140673d7fc324e98c8f8fd9f /tools/util/makefile.mk
parentacecdf977054585d77eec6ecf6dc2277f0b32e6f (diff)
added user32.lib
Diffstat (limited to 'tools/util/makefile.mk')
-rw-r--r--tools/util/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/util/makefile.mk b/tools/util/makefile.mk
index e962201fe765..4a005c483294 100644
--- a/tools/util/makefile.mk
+++ b/tools/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: th $ $Date: 2001-07-06 13:59:44 $
+# last change: $Author: hjs $ $Date: 2001-08-29 09:15:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,8 +66,6 @@ PRJNAME=TOOLS
TARGET=tools
VERSION=$(UPD)
-USE_LDUMP2=TRUE
-
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
@@ -217,6 +215,7 @@ SHL1OBJS= $(SLO)\memmgr.obj
SHL1STDLIBS+= shell32.lib \
mpr.lib \
ole32.lib \
+ user32.lib \
uuid.lib \
advapi32.lib
.ENDIF