Advertisement
talkout

build imapsync

Jul 18th, 2011
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.35 KB | None | 0 0
  1. REM $Id: build_exe.bat,v 1.3 2010/09/06 02:16:24 gilles Exp gilles $
  2.  
  3. echo Building imapsync.exe
  4. cd C:\IMAPsync\imapsync-1.350
  5. perl -mMail::IMAPClient -mDigest::MD5 -mTerm::ReadKey -mIO::Socket::SSL -mFile::Spec -mDigest::HMAC_MD5 -e ''
  6.  
  7. pp -o imapsync.exe -M Term::ReadKey -M IO::Socket::SSL -M Digest::HMAC_MD5 imapsync
  8.  
  9. echo Done building imapsync.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement