summaryrefslogtreecommitdiff
path: root/shell/Library_shlxthdl_x64.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-30 10:50:00 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-30 10:52:39 +0200
commit44863e68c1a517fb2179ab8d7f3fe29d68325633 (patch)
tree8c93475784eeda6e24accabb0061fcc20cbdfd51 /shell/Library_shlxthdl_x64.mk
parent03b8f169eb02622aa18bc2b6e2307e6a1a0dcbe1 (diff)
do not link with cmt by default
It causes linker errors like: libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in +msvcrt.lib(MSVCR90.dll) ... Change-Id: I54217859a7c4f6535eed5bca50ada68a8d5b095c
Diffstat (limited to 'shell/Library_shlxthdl_x64.mk')
-rw-r--r--shell/Library_shlxthdl_x64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index f5c8c7c7b936..2b5555a7c715 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -88,6 +88,7 @@ $(eval $(call gb_Library_add_ldflags,shlxthdl_x64,\
/EXPORT:DllGetClassObject \
/EXPORT:DllRegisterServer \
/EXPORT:DllUnregisterServer \
+ /NODEFAULTLIB:libcmt.lib \
))
$(eval $(call gb_Library_add_x64_generated_exception_objects,shlxthdl_x64,\