Skip to content
Snippets Groups Projects
Commit 3c005e5b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

SCFG now requires cryptlib (for Win32)

Fixes the Win32 build.
parent 5bcd3483
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1256 passed
......@@ -40,6 +40,7 @@
<Import Project="..\..\build\target_ia32.props" />
<Import Project="..\..\hash\hash.props" />
<Import Project="..\..\encode\encode.props" />
<Import Project="..\..\..\3rdp\win32.release\cryptlib\cryptlib.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
......@@ -52,6 +53,7 @@
<Import Project="..\..\build\target_ia32.props" />
<Import Project="..\..\hash\hash.props" />
<Import Project="..\..\encode\encode.props" />
<Import Project="..\..\..\3rdp\win32.release\cryptlib\cryptlib.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment