User:Brainless

From OpenFrag

Jump to: navigation, search
  • 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)?
    • Note that this will take (about) twice as much memory!
    • Download: http://www.todobits.es/downloadmpcl.html
    • Edit: C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\corewin_express.vsprops
<?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.
Personal tools
OpenFrag