Using VC++ 2008 Express I get this:
1>cl : Command line warning D9030 : '/Yc' is incompatible with multiprocessing; ignoring /MP switch
The /YC is to use precompiled headers, but it borks the /MP for multi-processors.
Why are both included if we can't compile for MP? and what are the precompiled headers I am using?
Can we not use precompiled headers to allow for MP in XBMC?
Inquiring Minds Want to Know. Or at least I do

Search
Help