Skip to content

Commit

Permalink
#70 : Adaptation to VS2022 & OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
s-takeuchi committed Apr 6, 2024
1 parent 9adcd30 commit 2c0f82c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stkfw/stklibtest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<SDLCheck>true</SDLCheck>
</ClCompile>
<Link>
<AdditionalDependencies>shlwapi.lib;Netapi32.lib;Ws2_32.lib;comctl32.lib;Psapi.lib;shell32.lib;x64\Debug\stklib.lib;x64\Debug\stkdata.lib;x64\Debug\stk_about.lib;x64\Debug\stkthread.lib;x64\Debug\stkthreadgui.lib;x64\Debug\commonfunc.lib;x64\Debug\stkpl.lib;Crypt32.lib;libssl64MTd.lib;libcrypto64MTd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>shlwapi.lib;Netapi32.lib;Ws2_32.lib;comctl32.lib;Psapi.lib;shell32.lib;x64\Debug\stklib.lib;x64\Debug\stkdata.lib;x64\Debug\stk_about.lib;x64\Debug\stkthread.lib;x64\Debug\stkthreadgui.lib;x64\Debug\commonfunc.lib;x64\Debug\stkpl.lib;Crypt32.lib;libssl_static.lib;libcrypto_static.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
Expand All @@ -74,7 +74,7 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<StackCommitSize>3000000</StackCommitSize>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\static;C:\Program Files\OpenSSL\lib\VC\static\</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\x64\MTd;C:\Program Files\OpenSSL\lib\VC\x64\MTd</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -91,7 +91,7 @@
<SDLCheck>true</SDLCheck>
</ClCompile>
<Link>
<AdditionalDependencies>shlwapi.lib;Netapi32.lib;Ws2_32.lib;comctl32.lib;shell32.lib;Psapi.lib;x64\Release\stklib.lib;x64\Release\stkdata.lib;x64\Release\stk_about.lib;x64\Release\stkthread.lib;x64\Release\stkthreadgui.lib;x64\Release\commonfunc.lib;x64\Release\stkpl.lib;Crypt32.lib;libssl64MT.lib;libcrypto64MT.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>shlwapi.lib;Netapi32.lib;Ws2_32.lib;comctl32.lib;shell32.lib;Psapi.lib;x64\Release\stklib.lib;x64\Release\stkdata.lib;x64\Release\stk_about.lib;x64\Release\stkthread.lib;x64\Release\stkthreadgui.lib;x64\Release\commonfunc.lib;x64\Release\stkpl.lib;Crypt32.lib;libssl_static.lib;libcrypto_static.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<StackReserveSize>3000000</StackReserveSize>
Expand All @@ -104,7 +104,7 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<StackCommitSize>3000000</StackCommitSize>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\static;C:\Program Files\OpenSSL\lib\VC\static\</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\x64\MT;C:\Program Files\OpenSSL\lib\VC\x64\MT</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 2c0f82c

Please sign in to comment.