[xoreos-git] [xoreos/xoreos] b343d1: BUILD: Use LTLIBICONV instead of LIBICONV

GitHub noreply at github.com
Fri Apr 25 22:40:15 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: b343d141a5552a962a01943a6c8d2cb15bf34254
      https://github.com/xoreos/xoreos/commit/b343d141a5552a962a01943a6c8d2cb15bf34254
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M Makefile.common

  Log Message:
  -----------
  BUILD: Use LTLIBICONV instead of LIBICONV

We use libtool, after all.


  Commit: fd049bf4321db1e06137d47db287b27982a9bd70
      https://github.com/xoreos/xoreos/commit/fd049bf4321db1e06137d47db287b27982a9bd70
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M src/xoreos.cpp

  Log Message:
  -----------
  MAIN: Change the WinMain() stuff for SDL2

SDL1.2 had you call SDL_SetModuleHandle(), which SDL2 doesn't.
SDL2 does need SDL_MAIN_HANDLED, though, since we define our
own WinMain().


  Commit: 7ae4baef1eb1cd3a5f7cd1df8c0788095bffc646
      https://github.com/xoreos/xoreos/commit/7ae4baef1eb1cd3a5f7cd1df8c0788095bffc646
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M Makefile.common
    M src/Makefile.am

  Log Message:
  -----------
  BUILD: Put libs into xoreos_LDADD instead of AM_LDFLAGS

This should preserve the correct linking order for statically
linking, i.e. put the all external libraries after our internal
convenience libraries.


Compare: https://github.com/xoreos/xoreos/compare/d30d665f08b4...7ae4baef1eb1


More information about the xoreos-git mailing list