At the risk of sounding like too much like a noob, is there a great tutorial to show me the way to compile windows binaries off of the git? I'd like to clear up some of these Boo's. I'm about 80% efficient using two GTX 780's on smalltimeminer. Thank you Christian for all the hard work. I'm also having to run two instances of cudaminer.
edit: In case anyone wants to know

Quite easy:
Get Visual Studio Pro 2010 (Trial if you must)
Get Cuda SDK 5.5
Get the source code from github (google cudaminer)
Exctract source code in it's own folder
Get libraries from first post by Christian (almost 50mb)
Extract libraries to the same folder that the source code folder is in, so not to the source code folder but one up.
Open the .sln file in the source code with Visual Studio.
Select which version you want to compile, and compile it
You also need the source code for several packages (open-ssl, libcurl and some others, you can find the list in cudaminer.vcxproj (external dependencies and include files)) precompiled for windows).
Once you get all that you can compile.