From 55ed2ad833bb9cb222171f377680480c3604c0e8 Mon Sep 17 00:00:00 2001 From: Ludovic Perrine Date: Tue, 20 Nov 2018 15:08:44 +0100 Subject: [PATCH] Link Win64 exe with DLLs --- W/build_exe.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/W/build_exe.bat b/W/build_exe.bat index ee5efd9..9ec3e04 100644 --- a/W/build_exe.bat +++ b/W/build_exe.bat @@ -29,7 +29,7 @@ IF %PROCESSOR_ARCHITECTURE% == x86 ( CALL pp -o imapsync.exe -M Test2::Formatter -M Test2::Formatter::TAP -M Test2::Event -M Test2::Event::Info --link zlib1_.dll --link libcrypto-1_1_.dll --link libssl-1_1_.dll .\imapsync REM CALL pp -o imapsync.exe -M Test2::Formatter -M Test2::Formatter::TAP -M Test2::Event -M Test2::Event::Info --link zlib1_.dll .\imapsync ) ELSE ( - CALL pp -o imapsync.exe -M Test2::Formatter -M Test2::Formatter::TAP -M Test2::Event -M Test2::Event::Info .\imapsync + CALL pp -o imapsync.exe -M Test2::Formatter -M Test2::Formatter::TAP -M Test2::Event -M Test2::Event::Info --link zlib1__.dll --link libcrypto-1_1-x64__.dll --link libssl-1_1-x64__.dll .\imapsync ) @ENDLOCAL EXIT /B