summaryrefslogtreecommitdiff
path: root/extensions/source/ole/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 17:57:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 17:57:47 +0000
commiteb995cf7314ffa3aa46cf9518c9afe3c84e54d37 (patch)
treec3ae941a800b8c4be34be765978b9317087f6114 /extensions/source/ole/makefile.mk
parent65a35d6a7cabd3ff35b73e2e7a02e4bdfc4a121a (diff)
INTEGRATION: CWS net2003 (1.10.36); FILE MERGED
2003/09/25 08:22:38 obo 1.10.36.1: #111136# .net 2003
Diffstat (limited to 'extensions/source/ole/makefile.mk')
-rw-r--r--extensions/source/ole/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk
index 0f79c02623ae..fd5ffbcfc225 100644
--- a/extensions/source/ole/makefile.mk
+++ b/extensions/source/ole/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2003-05-22 09:25:41 $
+# last change: $Author: vg $ $Date: 2003-10-06 18:57:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -166,7 +166,7 @@ SHL1STDLIBS=\
advapi32.lib \
oleaut32.lib
-.IF "$(COMEX)"=="8"
+.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
SHL1STDLIBS+= $(COMPATH)$/atlmfc$/lib$/atls.lib
.ENDIF