mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 14:14:10 +08:00
Fix up OpenSSL paths in CMake and WiX
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
<?define ProgramFilesFolder="ProgramFiles64Folder" ?>
|
||||
<?define PlatformSimpleName="64-bit" ?>
|
||||
<?define UpgradeGuid="$(var.UpgradeGuid64)" ?>
|
||||
<?define var.OpensslPath="openssl-win64" ?>
|
||||
<?define var.OpensslPath="openssl/win64" ?>
|
||||
<?define var.QtPath="C:\Qt\5.6\msvc2015_64\bin" ?>
|
||||
<?define QtPlatformPath="C:\Qt\5.6\msvc2015_64\plugins\platforms" ?>
|
||||
<?else?>
|
||||
<?define ProgramFilesFolder="ProgramFilesFolder" ?>
|
||||
<?define PlatformSimpleName="32-bit" ?>
|
||||
<?define UpgradeGuid="$(var.UpgradeGuid32)" ?>
|
||||
<?define var.OpensslPath="openssl-win32" ?>
|
||||
<?define var.OpensslPath="openssl/win32" ?>
|
||||
<?define var.QtPath="C:\Qt\5.6\msvc2015\bin" ?>
|
||||
<?define QtPlatformPath="C:\Qt\5.6\msvc2015\plugins\platforms" ?>
|
||||
<?endif?>
|
||||
|
||||
@@ -152,9 +152,9 @@
|
||||
|
||||
<ComponentGroup Id="OpenSslComponents" Directory="OpenSslDir">
|
||||
<Component Id="OpenSsl" Guid="92648F77-65A6-4B16-AC59-A1F37BD341B1">
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/out32dll/libeay32.dll" Id="OpenSslDll1" />
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/out32dll/ssleay32.dll" Id="OpenSslDll2" />
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/out32dll/openssl.exe" />
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/bin/libeay32.dll" Id="OpenSslDll1" />
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/bin/ssleay32.dll" Id="OpenSslDll2" />
|
||||
<File Source="$(var.ExtPath)/$(var.OpensslPath)/bin/openssl.exe" />
|
||||
<File Source="$(var.ResPath)/openssl/synergy.conf" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
Reference in New Issue
Block a user