
First use asm69 to build the elf binary.  Then use something like:

cl /EHsc /DMYIMAGE /I"\Program Files (x86)\AMD APP\include\CAL" shortmatmult.cpp aticalcl.lib aticalrt.lib /link /LIBPATH:"C:\Program Files (x86)\AMD APP\lib"

(This is for a 32-bit build on 64-bit Windows, with a default APP install.)

See in shortmatmult.cpp for how to use the elf file. 
