Skip to content

Commit

Permalink
#70 : Path to SSL library changed
Browse files Browse the repository at this point in the history
  • Loading branch information
s-takeuchi committed Nov 13, 2023
1 parent a8d894d commit 9adcd30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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;C:\Program Files\OpenSSL-Win64\lib\VC\static\libssl64MTd.lib;C:\Program Files\OpenSSL-Win64\lib\VC\static\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;libssl64MTd.lib;libcrypto64MTd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>msvcrtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
Expand All @@ -74,6 +74,7 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<StackCommitSize>3000000</StackCommitSize>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\static;C:\Program Files\OpenSSL\lib\VC\static\</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -90,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;C:\Program Files\OpenSSL-Win64\lib\VC\static\libssl64MT.lib;C:\Program Files\OpenSSL-Win64\lib\VC\static\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;libssl64MT.lib;libcrypto64MT.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<StackReserveSize>3000000</StackReserveSize>
Expand All @@ -103,6 +104,7 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<StackCommitSize>3000000</StackCommitSize>
<AdditionalLibraryDirectories>C:\Program Files\OpenSSL-Win64\lib\VC\static;C:\Program Files\OpenSSL\lib\VC\static\</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 9adcd30

Please sign in to comment.