From a0e326f5e109a1dc3402b4102ad730de6feeba96 Mon Sep 17 00:00:00 2001 From: himajin100000 Date: Wed, 16 Jan 2019 16:34:36 +0900 Subject: Minimum Supported Version is VS2017 Change-Id: Id771f1fe0d8c6702a52836f6229a944d259fed4c Reviewed-on: https://gerrit.libreoffice.org/66424 Tested-by: Jenkins Reviewed-by: Michael Stahl --- extensions/Library_so_activex_x64.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extensions') diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk index 64f644098a8f..047c1044f86e 100644 --- a/extensions/Library_so_activex_x64.mk +++ b/extensions/Library_so_activex_x64.mk @@ -50,9 +50,7 @@ $(eval $(call gb_Library_use_system_win32_libs,so_activex_x64,\ )) $(eval $(call gb_Library_add_libs,so_activex_x64,\ - $(if $(filter 140,$(VCVER)),\ - $(ATL_LIB)/amd64/atls.lib, \ - $(subst /x86,/x64,$(ATL_LIB)/atls.lib)) \ -)) + $(subst /x86,/x64,$(ATL_LIB)/atls.lib)) \ +) # vim:set noet sw=4 ts=4: -- cgit