Changes between Version 7 and Version 8 of BuildingWindowsDependencies


Ignore:
Timestamp:
Nov 4, 2017, 7:24:54 PM (6 years ago)
Author:
Itms
Comment:

Build Boost with XP toolset

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWindowsDependencies

    v7 v8  
    88
    99'''Note:''' [http://www.boost.org/doc/libs/1_60_0/tools/bcp/doc/html/index.html bcp] will be used to generate a subset of Boost libs from the game's source code.
     10
     11'''Note:''' This works as well with VS 2015 and 2017, just start the correct Tools Command Prompt and replace the toolset version by `14.0_xp` or `14.1_xp`.
    1012
    1113* Command line MSVC build:
     
    4345        * Copy `tools` to `minimal\tools`
    4446        * Copy `libs\config` to `minimal\libs\config`
    45         * Build filesystem and system libs into `minimal\stage` directory
     47        * Build filesystem and system libs into `minimal\stage` directory with the XP support toolset
    4648        {{{
    4749        #!application/x-dos-batch
    4850        cd minimal
    49         b2.exe --with-filesystem --with-system --toolset=msvc variant=debug,release link=static runtime-link=shared threading=multi stage
     51        b2.exe --with-filesystem --with-system --toolset=msvc-12.0_xp variant=debug,release link=static runtime-link=shared threading=multi stage
    5052        }}}
    5153        * `stage\lib` contains debug and release multithreaded static libs to copy into `libraries\win32\boost\lib`: