diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:45:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:45:17 +0000 |
commit | 991ad89b597598ed67307d519506cc68dd5f6d55 (patch) | |
tree | cde4fe34fd46ba7c110515b16d2edfa1acfe74ec /extensions/source/activex/main | |
parent | f521e06646f421009132f74f02557badf541739f (diff) |
INTEGRATION: CWS obo05 (1.12.104); FILE MERGED
2006/08/30 12:20:55 obo 1.12.104.1: #i53611# net 2005
Diffstat (limited to 'extensions/source/activex/main')
-rw-r--r-- | extensions/source/activex/main/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk index 8551269e198a..707d0776d7e6 100644 --- a/extensions/source/activex/main/makefile.mk +++ b/extensions/source/activex/main/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2006-02-09 13:49:51 $ +# last change: $Author: vg $ $Date: 2006-09-25 12:45:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,7 +81,7 @@ SHL1STDLIBS=\ urlmon.lib \ Shlwapi.lib -.IF "$(COMEX)"=="8" || "$(COMEX)"=="10" +.IF "$(COMEX)"=="11" || "$(COMEX)"=="10" .IF "$(USE_STLP_DEBUG)" != "" SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib .ELSE |