If you still can't find them, I can post a link with what's needed to compile. What I have isn't good either though, the zlib dll is required when compiling with mine for everyone, both the scons one and visual studio one.
I don't really know. I've never used code::blocks. Maybe just search for the exact error you got, there might be a fix somewhere. You could also try using scons, but it's almost the same. You might actually need to, to get the generated files
That download actually includes both a static library (no DLL) and a shared library (where you need the DLL). If you don't want to have to bother with having zlib1.dll next to your TPT executable, then you can just delete zlib1.dll and libz.dll.a. (or make the compiler link with libz.a instead of the DLL version)
For the rest of the libraries, you shouldn't need anything (besides zlib, of course) that's not either in the wiki download or part of MinGW. Unless, of course, the errors you're getting involve __chkstk_ms, in which case you should read over the wiki again. (even though the wiki describes how to compile the old C version -- but the same idea still applies for the new C++ source)