From: Zachary Ware Date: Fri, 10 Apr 2015 01:20:55 +0000 (-0500) Subject: Merge with 3.4. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd687e0f27e180944f7f8dbc74f820ac9377f4f;p=python Merge with 3.4. The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building. --- 6bd687e0f27e180944f7f8dbc74f820ac9377f4f diff --cc PCbuild/openssl.props index 356159eca1,0000000000..258db05d8c mode 100644,000000..100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@@ -1,75 -1,0 +1,75 @@@ + + + + + + StaticLibrary + $(opensslDir)tmp\$(ArchName)_$(Configuration)\$(ProjectName)\ + $(opensslDir)tmp\$(ArchName)\$(ProjectName)\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_PreprocessorDefinitionList>@(PreprocessorDefinitions) + + + + + + 4244;4267 + $(opensslDir);$(opensslDir)include;$(opensslDir)crypto;$(opensslDir)crypto\asn1;$(opensslDir)crypto\evp;$(opensslDir)crypto\modes + $(_PreprocessorDefinitionList);%(PreprocessorDefinitions) + + + + + + nasm.exe -f win32 + nasm.exe -f win64 -DNEAR -Ox -g + + + + + + + + + + +