From: Owen Smith Date: Mon, 23 Sep 2019 15:33:53 +0000 (+0100) Subject: Fix LNK2005 X-Git-Tag: 9.0.0-rc1~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9647362d6f43bd497304af7ced2ba61199357e98;p=pvdrivers%2Fwin%2Fxenvbd.git Fix LNK2005 VS2019 project fails to link with LNK2005 for functions defined in libcntpr.lib. Remove the unneccessary linker input. Signed-off-by: Owen Smith --- diff --git a/vs2019/xendisk/xendisk.vcxproj b/vs2019/xendisk/xendisk.vcxproj index c49a119..ce4b6d3 100644 --- a/vs2019/xendisk/xendisk.vcxproj +++ b/vs2019/xendisk/xendisk.vcxproj @@ -34,7 +34,7 @@ false - $(DDK_LIB_PATH)/libcntpr.lib;%(AdditionalDependencies) + %(AdditionalDependencies) UseLinkTimeCodeGeneration