Parrot
-------------
libparrot.lib gets built as some kind of perverted stub of a library using the "nmake shared" target for parrot. If instead I build libparrot with:
lib -out:blib\lib\libparrot.lib [objects......]
I get a 5MB libparrot.lib chock full of symbols and other nonsense I need later.
IMCC ------------- The target for Win32 needs to be "imcc.exe", not "imcc".
Now that I have a working IMCC.... I should consider how to make a binary Win32 bundle.
Suggestions on what needs to be included? Should I just strip out *.[dll,obj,lib] and distribute that? Considering that this really isn't a consumer-ready type of application should the source, docs, intermediate files, etc.. be in the bundle?