diff options
-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 |