Build Instructions:

Visual Studios C++/C 2010 Express:

1. Using Start menu open a Visual Studio Express Commend Shell
2. cd to location of source
3. run the following command:

cl.exe /D_USRDLL /D_CDLL aes_cbc.c pukall.c topaz.c /link /DEF:EXPORT.DEF /DLL /LD /OUT:alfcrypto.dll



