File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1104,6 +1104,7 @@ Thomas Rachel
1104
1104
Ram Rachum
1105
1105
Jérôme Radix
1106
1106
Burton Radons
1107
+ Shorya Raj
1107
1108
Jeff Ramnani
1108
1109
Brodie Rao
1109
1110
Senko Rasic
Original file line number Diff line number Diff line change @@ -88,6 +88,19 @@ this behavior:
88
88
-r Rebuild instead of just building
89
89
-e Use get_externals.bat to fetch external sources
90
90
91
+ Up to 9 MSBuild switches can also be passed, though they must be passed
92
+ after specifying any of the above switches. For example, use:
93
+
94
+ build.bat -e -d /m
95
+
96
+ to do a concurrent debug build with externals fetched as needed. If
97
+ the MSBuild switch requires an equal sign ("="), the entire switch must
98
+ be quoted:
99
+
100
+ build.bat -e -d "/p:externalsDir=P:\cpython-externals"
101
+
102
+ There may also be other situations where quotes are necessary.
103
+
91
104
92
105
Legacy support
93
106
--------------
You can’t perform that action at this time.
0 commit comments