How to rebuild the plugin
=========================

Firstly you need the Key Objects Library (KOL - Copyright 2000 by Kladov Vladimir) 
to rebuild the self-decryptor part of this package
- download a copy of kol from here: http://kol.mastak.ru/files/kol_mck.zip
- extract all files to c:\kol
- open MirrorKOlPackageD7.dpk in Delphi and click Install (for Delphi7)
(of course you can rebuild only the wcx without the KOL)

1. open sfx.dpr in Delphi and select menu Project\Build sfx
2. copy sfx.exe to wcx src directory
3. execute "brcc32 sfx.rc" in wcx src dir and you will get a sfx.res file
4. open aes.dpr in Delphi and select Project\Build project
5. execute "appcrc aes.dll" 
   //this will write the crc for self-checking, so if you want to 
     compress the dll, do it before this

6. rename aes.dll to aes.wcx
7. enjoy ;)
