I tried to compile WxWidgets (Latest; VC9; Release), but it outputted only *.obj and *.pch files, no *.lib files. I know *.obj files are Object Files and *.pch files are Pre-Compiled Headers, but do I reference them from C++ or do I somehow have to convert them into *.lib files.
Btw, I've never used *.pch and am not at all familiar with them. I've only been using C++ for a few months now...