mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 23:52:20 +00:00
9ceb27736f5fd565195ae59a5043939e136bf150
able to detect Visual Studio 6.0, 7.0, 7.1, 8.0 and Visual C++ Toolkit 2003. Detected settings are used in the cases when: - only version number is passed (using msvc : 8.0 ;) - incomplete configuration command is given (using msvc : 8.0 : cl.exe ;) - any available compiler is configured (using : default ;) - all available compilers are configured (using : all ;) A user is free to overwrite any of detected settings. Patch from Alexey Pakhunov. [SVN r31120]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%