mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-24 03:00:25 +02:00
Link Win64 exe with DLLs
This commit is contained in:
parent
dd9a644e90
commit
55ed2ad833
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue