mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 04:22:19 +01:00
- Remove extern from declspec in WOLFSSL_API macro. - Add a property file to *.vcxproj so that $(DefaultPlatformToolset) is available. - Remove the specified platform toolset (VS 2012) in *.vcxproj. This change allows the projects to use $(DefaultPlatformToolset) so that they will be built using the default platform toolset for whatever version of Visual Studio 2010+ that loads them. - Add DLL Release and DLL Debug configurations to *.vcxproj except for sslSniffer.vcxproj. The sniffer uses internal library components that aren't exposed in the wolfSSL DLL so it can only be built by linking to CyaSSL's static lib. - Change intermediate output directory of obj files to <current-dir-setting>\obj\. The purpose of this change is to separate the output files from the intermediate files because sometimes they can end up in the same dir.
10 KiB
10 KiB