diff options
author | George Hazan <ghazan@miranda.im> | 2021-02-20 14:43:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-02-20 14:43:46 +0300 |
commit | b37158418475db921a89452e94e51affd46949c6 (patch) | |
tree | 20519db1f51e62382dbe5d6c70b63ebd8930c9c2 /tools/openssl/build_win32.cmd | |
parent | 84a0b4084a07e89225da4a5fda09b3d88681bd83 (diff) |
fixes #2748 + update for batch files
Diffstat (limited to 'tools/openssl/build_win32.cmd')
-rw-r--r-- | tools/openssl/build_win32.cmd | 26 |
1 files changed, 26 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 |