summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-12-06 13:50:30 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-12-06 13:50:30 +0000
commitca98ea8eb4913a17ccf8871fc0b29edb4417c4f9 (patch)
tree1207d91c0aa955a5417637d9817834aa09a061b1 /vos
parent01e8963118a09cae3028c2188eb9cbb8c96593ab (diff)
del: LIBCIMT for Windows, not needed #93044#, cleanup
Diffstat (limited to 'vos')
-rw-r--r--vos/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vos/util/makefile.mk b/vos/util/makefile.mk
index bdbe38f19478..9b867287f0eb 100644
--- a/vos/util/makefile.mk
+++ b/vos/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2001-10-30 17:23:59 $
+# last change: $Author: mh $ $Date: 2001-12-06 14:50:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,7 +105,7 @@ SHL1TARGET=$(VOS_TARGET)$(VOS_MAJOR)$(COMID)
SHL1IMPLIB=i$(TARGET)
.IF "$(GUI)"=="WNT"
-SHL1STDLIBS=wsock32.lib $(SALLIB) $(LIBCIMT)
+SHL1STDLIBS=wsock32.lib $(SALLIB)
.ELSE
SHL1STDLIBS=$(SALLIB)
.ENDIF