The below patch to the My Certificate Wizard makefile attempts to
determine whether a cross-compiler is available, and uses it if
possible. I'd like to see it applied, such that both folks on win32 and
*nix can use the same makefile w/o needing to twiddle it after checkout.
I haven't tested it on
Vlada,
In updating my local Certificate Wizard fork to be based off 0.3b, I
observed an issue introduced during your cleanup of my CopyOneFile
function.
My original code:
snprintf(buffer, MAXLINELEN, "Unable to copy \"%s\" to \"%s\" - error %d:
%%s", source, target, errorCode);
DisplayEr