File tree 4 files changed +6
-1
lines changed
4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 16
16
- Bradley Friedman ([ @leith-bartrich ] ( https://github.com/leith-bartrich ) )
17
17
- Christian Heimes ([ @tiran ] ( https://github.com/tiran ) )
18
18
- Christoph Gohlke ([ @cgohlke ] ( https://github.com/cgohlke ) )
19
+ - Christopher Pow ([ @christopherpow ] ( https://github.com/christopherpow ) )
19
20
- Daniel Fernandez ([ @fdanny ] ( https://github.com/fdanny ) )
20
21
- Daniel Santana ([ @dgsantana ] ( https://github.com/dgsantana ) )
21
22
- David Lechner ([ @dlech ] ( https://github.com/dlech ) )
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
17
17
18
18
### Fixed
19
19
20
+ - Fixed Visual Studio 2017 compat (#434 ) for setup.py
20
21
- Fixed ` FooBar ` bug
21
22
22
23
## [ 2.3.0] [ ] - 2017-03-11
Original file line number Diff line number Diff line change 1
1
:: build it
2
2
3
3
:: set path to modern MSBuild
4
- set PATH = C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
4
+ set PATH = C:\Program Files (x86)\MSBuild\14.0\Bin;C:\Program Files (x86)\MSBuild\15.0\Bin; %PATH%
5
5
6
6
%PYTHON% setup.py install
Original file line number Diff line number Diff line change 65
65
)
66
66
67
67
VS_KEYS = (
68
+ RegKey (sdk_name = "MSBuild 15" , key = vs_root .format ("15.0" ),
69
+ value_name = "MSBuildToolsPath" , suffix = "" ),
70
+
68
71
RegKey (sdk_name = "MSBuild 14" , key = vs_root .format ("14.0" ),
69
72
value_name = "MSBuildToolsPath" , suffix = "" ),
70
73
You can’t perform that action at this time.
0 commit comments