summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2012-05-29 12:37:08 +0000
committerHerbert Dürr <hdu@apache.org>2012-05-29 12:37:08 +0000
commit2cad5f00d2608f507a8bf2c8bf06e5b68f1ed76a (patch)
tree15b2f247ddd69905726a3413996f4fa9fbde9b49 /extensions
parentf1f2c5035802e9ee03efe9145e77a6b7f57762e3 (diff)
force atlthunk addition when linking with atls library
Notes
Notes: ignore: obsolete
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/main/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index 8db542481a33..c6ad4497b9b1 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -80,6 +80,7 @@ SHL1STDLIBS=\
.IF "$(COM)"!="GCC"
.IF "$(CCNUMVER)" > "001300000000"
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
+ SHL1STDLIBS+= $(ATL_LIB)$/atlthunk.lib
.ENDIF
.ENDIF