I've built wxWidgets with VisualStudio Express 2012 (nmake) and I don't know which files I can delete in the lib folder. The following file types are in the lib folder: .exp .manifest .ilk .pdb .lib .dll
I know I need the .lib and .dll, but what are the rest for? In another build, I also have these file types: .obj .tlog .log
What of these types are files that I can safely delete?
Maybe it helps to know what the files are for