summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/openssl/build_win32.cmd26
-rw-r--r--tools/openssl/build_win64.cmd26
2 files changed, 52 insertions, 0 deletions
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