|
From: Stefano A. <xa...@us...> - 2009-12-22 18:02:52
|
Module: performous Branch: master Commit: 6c7eab8c97d4087957fcbcd484ab9b8af9443a14 Author: Xaldyz <xa...@us...> Date: Tue Dec 22 19:02:23 2009 +0100 Added CMake support to compile files needed by Gettext Added support to FindGettext to find conversion utility (from .po to .mo) Added Visual Studio library name for Magick and Magick++ libraries Added NSIS support under Windows (require that NSIS is in PATH) Fixed iterator to const_iterator on game/players.cc and game/songitems.cc Fixed some things to compiling under MSVC (using boost int format) Updated win32/msvc/install-msvc.sh to compile correctly --- CMakeLists.txt | 12 + cmake/Modules/FindBoost.cmake | 2 +- cmake/Modules/FindGettext.cmake | 6 + cmake/Modules/FindMagick++.cmake | 2 +- cmake/Modules/FindMagick.cmake | 2 +- cmake/performous-packaging.cmake | 16 ++ game/audio.hh | 1 + game/ffmpeg.hh | 3 +- game/midifile.hh | 3 + game/players.cc | 2 +- game/songitems.cc | 2 +- lang/README | 4 +- lang/it/LC_MESSAGES/performous.mo | Bin 1703 -> 0 bytes lang/it/LC_MESSAGES/performous.po | 96 --------- libs/plugin++/src/dll.cc | 2 +- tools/cmake/Modules/FindBoost.cmake | 402 ----------------------------------- win32/msvc/install-msvc.sh | 18 ++- 17 files changed, 61 insertions(+), 512 deletions(-) |