Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mach.bat request Python 3 | Dominic Cooney | 2021-05-22 | 1 | -1/+1 |
| | | | | | | | | | The mach Python script no longer supports Python 2, so don't use Python 2. Fixes #28379 Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com> | ||||
* | Launch vcvarsall.bat for the recognized VS Installation Directory from ↵ | MeFisto94 | 2019-12-23 | 1 | -57/+0 |
| | | | | python instead of making mach.bat try that on hardcoded paths. | ||||
* | Rework mach.bat to support VS2019 and user-supplied environments. | TheGoddessInari | 2019-04-01 | 1 | -10/+31 |
| | | | | As a bonus, use setlocal to avoid environment pollution. | ||||
* | Default mach.bat to using py -2. | TheGoddessInari | 2019-04-01 | 1 | -1/+6 |
| | | | | | | | | | Servo already assumes the user has Python, this is the primary way to make sure that Python 2 is preferred, and you should get a sensible error message if you have python 3 but not 2. But first, check that py.exe exists because if a system has only Python 2.x only, it won't have it. If it doesn't, then try python.exe. | ||||
* | mach.bat: exit with an error code | Simon Sapin | 2018-10-08 | 1 | -2/+2 |
| | |||||
* | Revert "build(mach): locate vs via vswhere on win32" | Josh Matthews | 2018-08-20 | 1 | -0/+37 |
| | | | | This reverts commit c20efd5e9a1999d8253be3063113ab3c3a9ee77e. | ||||
* | build(mach): locate vs via vswhere on win32 | OJ Kwon | 2018-06-20 | 1 | -37/+0 |
| | |||||
* | Get back to working dir after vcvarsall.bat | Andrés Barreiro | 2017-11-21 | 1 | -0/+4 |
| | | | | | When using cmd.exe directly, vcvarsall.bat changes the working directory. To prevent this, pushd and popd could be used. | ||||
* | update just VS buildtool for Windows build | tigercosmos | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | Add support for Visual Studio 2017 | UK992 | 2017-04-11 | 1 | -3/+19 |
| | |||||
* | Fix hardcoded path to link.exe | UK992 | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Windows MSVC: Define vcvars in mach.bat | UK992 | 2016-08-22 | 1 | -0/+17 |
| | |||||
* | Native MSVC windows build, convert to cmake | Vladimir Vukicevic | 2016-08-17 | 1 | -0/+2 |