From OpenFrag
- Sander Bisschops
- Skills
- Programming (C++, Java, Perl, PHP)
- Web (HTML, CSS)
- Looking to improve your compile times on a dual or more core CPU (Visual C++ 2005 only)?
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="Core Windows Libraries">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP2"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib" />
</VisualStudioPropertySheet>
Change the 2 in "/MP2" to the amount of cores your CPU has.