diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-21 18:43:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-21 18:43:33 +0300 |
commit | 54d7d1743808cb143a65932fc9e32c5e2e89fa19 (patch) | |
tree | 543e440c0023dd201c6c1132e234da74aa1449fe /tools/openssl | |
parent | 27f25c4039e792b4abf2890b56748da53a05ed4f (diff) |
fix for openssl make files
Diffstat (limited to 'tools/openssl')
-rw-r--r-- | tools/openssl/build_win32.cmd | 10 | ||||
-rw-r--r-- | tools/openssl/build_win64.cmd | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tools/openssl/build_win32.cmd b/tools/openssl/build_win32.cmd index 0c96604aef..488c7d6805 100644 --- a/tools/openssl/build_win32.cmd +++ b/tools/openssl/build_win32.cmd @@ -36,3 +36,13 @@ copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Debug\Libs copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Debug\Libs copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Debug\Libs copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Debug\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Release\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Release\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Release\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Release\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Debug\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Debug\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Debug\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Debug\Libs diff --git a/tools/openssl/build_win64.cmd b/tools/openssl/build_win64.cmd index 23be5aac82..e484ad215e 100644 --- a/tools/openssl/build_win64.cmd +++ b/tools/openssl/build_win64.cmd @@ -35,3 +35,13 @@ copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Debug64\Libs copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Debug64\Libs copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Debug64\Libs copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Debug64\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Release64\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Release64\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Release64\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Release64\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Debug64\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Debug64\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin17\Debug64\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin17\Debug64\Libs |