[Commits] [wesnoth/wesnoth] c62d53: scons: remove boostfilesystem build option, replac...

GitHub noreply at github.com
Fri Jan 2 19:34:41 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: c62d53239ce7397615eb6cdb0a1b096e206ad297
      https://github.com/wesnoth/wesnoth/commit/c62d53239ce7397615eb6cdb0a1b096e206ad297
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-12-27 (Sat, 27 Dec 2014)

  Changed paths:
    M SConstruct
    M src/SConscript

  Log Message:
  -----------
  scons: remove boostfilesystem build option, replace with "libintl"

This option cleans up some of the compatability path code from the
1.12 release. After this commit:

- boost::filesystem becomes a hard dependency, for scons
- boost::locale is a soft dependency, a build flag "libintl"
allows to swap boost::locale out for libintl.
- the libintl flag cannot be used when compiling for windows


  Commit: f9a593fcb47f4c397c76d62b6172279e00bc91cb
      https://github.com/wesnoth/wesnoth/commit/f9a593fcb47f4c397c76d62b6172279e00bc91cb
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-12-29 (Mon, 29 Dec 2014)

  Changed paths:
    M SConstruct

  Log Message:
  -----------
  scons: refactor, introduce fcn `have_i18n_prereqs()`

This makes the script a bit more readable


  Commit: 66f69529b0fbc28e0e0dd4137898440f10d2219e
      https://github.com/wesnoth/wesnoth/commit/66f69529b0fbc28e0e0dd4137898440f10d2219e
  Author: Chris Beck <beck.ct at gmail.com>
  Date:   2015-01-02 (Fri, 02 Jan 2015)

  Changed paths:
    M SConstruct
    M src/SConscript

  Log Message:
  -----------
  Merge pull request #351 from cbeck88/remove_bfs_option_ii

scons: remove boostfilesystem build option, replace with "libintl"


Compare: https://github.com/wesnoth/wesnoth/compare/1a58cf770692...66f69529b0fb


More information about the Commits mailing list