REM $Id: oauth2_imap_build_exe.bat,v 1.4 2024/05/16 13:48:27 gilles Exp gilles $ @SETLOCAL @ECHO Currently running through %0 %* @ECHO Building oauth2_imap.exe @REM the following command change current directory to the dirname of the current batch pathname @REM CD /D %~dp0 PUSHD %~dp0 CALL pp -x -o oauth2_imap.exe ^ --link libcrypto-1_1-x64__.dll ^ --link zlib1__.dll ^ --link libssl-1_1-x64__.dll ^ .\oauth2_imap POPD PAUSE