My workstation has an AMD Phenom II x6, 4GB DDR3 ram, and Windows XP 32-bit (yes, still XP and still 32 bit).
When I am compiling projects using VS2010, I've noticed that it doesn't use more than 1 core (at least this is what task manager is telling me).
Is there a way to get it to compile the individual files using multiple cores? -- Or is it XP?
Thanks in advance for any answers.
Edit:
Damien pointed me to this link regarding the /MP option for C++ projects.