summaryrefslogtreecommitdiff
path: root/svtools/util
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2002-09-30 07:52:05 +0000
committerHennes Rohling <hro@openoffice.org>2002-09-30 07:52:05 +0000
commit1c320132f2d962a8a05e2e1a4726d47a03963871 (patch)
treeee25ef46a06dd2c1659c5b7d54315fda192758b3 /svtools/util
parentb9bac49c1609a51b41eee9b5001523610f759952 (diff)
#102641# Uwinapi now exports full function set of uincows
Diffstat (limited to 'svtools/util')
-rw-r--r--svtools/util/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk
index e54db05a52c8..52838b9ccfb1 100644
--- a/svtools/util/makefile.mk
+++ b/svtools/util/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.40 $
+#* $Revision: 1.41 $
#*
-#* last change: $Author: mh $ $Date: 2002-08-26 09:56:23 $
+#* last change: $Author: hro $ $Date: 2002-09-30 08:52:05 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -198,7 +198,6 @@ SHL1STDLIBS=$(TOOLSLIB) \
.IF "$(GUI)"=="WNT"
SHL1STDLIBS+= \
uwinapi.lib \
- unicows.lib \
$(LIBPRE) advapi32.lib \
$(LIBPRE) gdi32.lib
.ENDIF
@@ -239,7 +238,6 @@ SHL2STDLIBS=$(TOOLSLIB) \
.IF "$(GUI)"=="WNT"
SHL2STDLIBS+= \
uwinapi.lib \
- unicows.lib \
$(LIBPRE) advapi32.lib \
$(LIBPRE) gdi32.lib
.ENDIF