mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
* Python 3.11.5 * Boost 1.83 * Targetting Qt 6.5 for best apparent stability * Updates to Trosski styles
11 lines
552 B
Diff
11 lines
552 B
Diff
--- PCbuild/openssl.props (revision 5c02a39a0b31a330e06b4d6f44835afb205dc7cc)
|
|
+++ PCbuild/openssl.props (date 1575994670797)
|
|
@@ -13,6 +13,7 @@
|
|
<_DLLSuffix>-3</_DLLSuffix>
|
|
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
|
|
<_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
|
|
+ <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
|
|
<OpenSSLDLLSuffix Condition="$(OpenSSLDLLSuffix) == ''">$(_DLLSuffix)</OpenSSLDLLSuffix>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|