From b37158418475db921a89452e94e51affd46949c6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 20 Feb 2021 14:43:46 +0300 Subject: fixes #2748 + update for batch files --- tools/openssl/build_win32.cmd | 26 ++++++++++++++++++++++++++ tools/openssl/build_win64.cmd | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) (limited to 'tools/openssl') diff --git a/tools/openssl/build_win32.cmd b/tools/openssl/build_win32.cmd index 55680a3b7f..0c96604aef 100644 --- a/tools/openssl/build_win32.cmd +++ b/tools/openssl/build_win32.cmd @@ -10,3 +10,29 @@ perl "%OPENSSL_ROOT_DIR%\Configure" shared VC-WIN32 /D\"_USING_V110_SDK71_\" /D\ call %VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars32.bat nmake + +copy libcrypto-1_1.mir %MIRANDA_BUILD_ROOT%\pre-build\bin15\32\Libs +copy libssl-1_1.mir %MIRANDA_BUILD_ROOT%\pre-build\bin15\32\Libs + +copy libcrypto-1_1.pdb %MIRANDA_BUILD_ROOT%\pre-symbols\bin15\32 +copy libssl-1_1.pdb %MIRANDA_BUILD_ROOT%\pre-symbols\bin15\32 + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Release\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Release\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Release\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Release\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Debug\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Debug\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Debug\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Debug\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Release\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Release\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Release\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Release\Libs + +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 diff --git a/tools/openssl/build_win64.cmd b/tools/openssl/build_win64.cmd index 12de1b5bec..23be5aac82 100644 --- a/tools/openssl/build_win64.cmd +++ b/tools/openssl/build_win64.cmd @@ -9,3 +9,29 @@ perl "%OPENSSL_ROOT_DIR%\Configure" shared VC-WIN64A call %VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars64.bat nmake + +copy libcrypto-1_1.mir %MIRANDA_BUILD_ROOT%\pre-build\bin15\64\Libs +copy libssl-1_1.mir %MIRANDA_BUILD_ROOT%\pre-build\bin15\64\Libs + +copy libcrypto-1_1.pdb %MIRANDA_BUILD_ROOT%\pre-symbols\bin15\64 +copy libssl-1_1.pdb %MIRANDA_BUILD_ROOT%\pre-symbols\bin15\64 + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Release64\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Release64\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Release64\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Release64\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Debug64\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Debug64\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin15\Debug64\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin15\Debug64\Libs + +copy libcrypto-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Release64\Libs +copy libcrypto-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Release64\Libs +copy libssl-1_1.mir %MIRANDA_DEV_ROOT%\bin16\Release64\Libs +copy libssl-1_1.pdb %MIRANDA_DEV_ROOT%\bin16\Release64\Libs + +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 -- cgit v1.2.3