Skip to content
Snippets Groups Projects
Commit 7573ca11 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Build static Cryptlib

parent f6e9fc7f
Branches
No related tags found
No related merge requests found
copy "%1\cryptlib.h" "%2"
copy "%1\binaries32_vs10\cl32.lib" "%2"
copy "%1\binaries32_vs10\cl32.dll" "%2"
copy "%1\binaries32_vs10\cl32.pdb" "%2"
copy "%1\binaries32_vs10\cl32.exp" "%2"
--- ../orig/crypt32.vcxproj 2019-01-31 03:34:12 -0800
+++ crypt32.vcxproj 2022-02-27 11:10:25 -0800
@@ -32,7 +32,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>NotSet</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment