godot/platform
yg2f 663d4ee7de scons detects standalone MSVC on Windows
Under Windows, Scons is now capable of detecting and compiling with
standalone MSVC compilers (aka "Visual C++ Build Tools").
http://landinghub.visualstudio.com/visual-cpp-build-tools

Tried with version 2015, and native x86 and x64 compilers under
Windows 10 pro 64 and Windows 8.1 64, with the default Win8 SDK
provided by the "Visual C++ Build Tools" web-installer.

Follow the same compiling instructions than for compiling with Visual
Studio, except that Visual Studio is no more required.

KNOWN ISSUES :
- ``methods.detect_visual_c_compiler_version()`` will emit a warning message
on computers where the ``VSINSTALLDIR`` environement variable is not present.
But it should compile just fine and still automatically detects the 32 or
64 bits according to the compiler you picked.

TODO :
- eventually, update ``platform/winrt/dectet.py`` with function
``methods.msvc_is_detected()`` and try to compile winrt/UWP with
these standalone compilers (if you did not select Win10 SDK when
installing the standalone tools, you can run it again).
- update doc to make users aware of "Visual C++ Build Tools" aka
"stadalone MSVC".
- eventually, update ``methods.detect_visual_c_compiler_version()``
2016-09-16 11:17:57 +02:00
..
android Revert "Change Android float ABI to hard" 2016-09-10 12:31:01 -03:00
bb10 Removed unused variables (second pass) + dead code 2016-07-07 23:15:59 +02:00
haiku Fixed building for latest Haiku nightlies. 2016-06-29 15:40:25 -04:00
iphone Move templates and distribution stuff to tools/dist 2016-09-05 07:49:10 +02:00
javascript Merge pull request #4376 from eska014/js-eval 2016-08-30 14:52:35 +02:00
osx Merge pull request #5920 from 29jm/fix-warnings 2016-09-10 12:21:02 -03:00
server Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
windows scons detects standalone MSVC on Windows 2016-09-16 11:17:57 +02:00
winrt Fix UWP gamepad 2016-09-12 23:41:34 -03:00
x11 x11: Use proper sonames for loading libXrandr. 2016-08-11 17:40:59 +02:00