[colobot] 337/390: Support for MSVC compilation

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:22:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 69fe212b0fd6c19c53c2807681b49520ecea710f
Merge: d23170a bca9a01
Author: Piotr Dziwinski <piotrdz at gmail.com>
Date:   Mon Apr 27 20:03:43 2015 +0200

    Support for MSVC compilation

 CMakeLists.txt                           |  65 +++-
 lib/wingetopt/.gitignore                 |   5 +
 lib/wingetopt/CMakeLists.txt             |   5 +
 lib/wingetopt/README.md                  |  63 ++++
 lib/wingetopt/src/getopt.c               | 562 +++++++++++++++++++++++++++++++
 lib/wingetopt/src/getopt.h               |  95 ++++++
 src/CBot/CBot.h                          |   6 +-
 src/CMakeLists.txt                       |  16 +-
 src/app/app.cpp                          |  11 +-
 src/app/system.h                         |   3 +
 src/app/system_linux.cpp                 |   6 +
 src/app/system_linux.h                   |  14 +-
 src/app/system_macosx.cpp                |   6 +
 src/app/system_macosx.h                  |  11 +-
 src/app/system_other.cpp                 |   4 +
 src/app/system_other.h                   |  10 +-
 src/app/system_windows.cpp               |  11 +
 src/app/system_windows.h                 |  14 +-
 src/common/resources/resourcemanager.cpp |   4 +-
 src/common/resources/sndfile.cpp         |   2 +-
 src/graphics/opengl/gldevice.h           |  92 ++---
 src/object/auto/autoflag.cpp             |   2 +-
 src/object/auto/autojostle.h             |   2 +-
 src/object/level/parserexceptions.cpp    |   8 +-
 src/object/level/parserexceptions.h      |  14 +-
 src/object/motion/motionant.cpp          |   2 +-
 src/object/motion/motionbee.cpp          |   2 +-
 src/object/motion/motionhuman.cpp        |   2 +-
 src/object/motion/motionmother.cpp       |   2 +-
 src/object/motion/motionspider.cpp       |   2 +-
 src/object/object.cpp                    |   4 +-
 src/script/scriptfunc.cpp                |   2 +-
 src/sound/oalsound/alsound.h             |  68 ++--
 src/ui/list.h                            |   2 +-
 src/ui/window.h                          |   2 +-
 test/unit/app/system_mock.h              |   1 +
 36 files changed, 970 insertions(+), 150 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list