1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/build_exe.bat

20 lines
608 B
Batchfile
Raw Normal View History

2011-03-12 03:45:00 +01:00
2011-06-14 13:04:24 +02:00
REM $Id: build_exe.bat,v 1.9 2011/05/31 08:28:29 gilles Exp gilles $
2011-03-12 03:45:00 +01:00
echo Building imapsync.exe
cd C:\msys\1.0\home\Admin\imapsync
2011-06-14 13:04:24 +02:00
perl -mMail::IMAPClient -mIO::Socket -mIO::Socket::SSL ^
-mDigest::MD5 -mDigest::HMAC_MD5 ^
-mTerm::ReadKey -mFile::Spec -mAuthen::NTLM ^
-mTime::Local ^
-e ''
2011-03-12 03:45:00 +01:00
2011-06-14 13:04:24 +02:00
pp -o imapsync.exe --link libeay32_.dll --link libssl32_.dll ^
-M Mail::IMAPClient -M IO::Socket -M IO::Socket::SSL ^
-M Digest::MD5 -M Digest::HMAC_MD5 ^
-M Term::ReadKey -M Authen::NTLM ^
-M Time::Local ^
imapsync
2011-03-12 03:45:00 +01:00
echo Done building imapsync.exe