Got CKit to 64-bit

I have been having to move many of my applications at work to 64-bit address space because of the memory limitations on the default 32-bit. As a consequence, I've had to port CKit to 64-bit and I have to say, I like the way I've handled the build. Rather than have a multi-pass build from scratch like SQLAPI++, I've decided to have .o and .o64 files and have them built side-by-side. This means that we still use make and the dependency tool and that means rebuilds are faster. Not earth shattering, but nice and clean.