We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee352f commit 720c2dfCopy full SHA for 720c2df
src/Build.bat
@@ -130,7 +130,11 @@ goto CloneRepo
130
cmake . -B%BUILDDIR% -G"Visual Studio 17" -A Win32 -DBRANCH=%branch%
131
132
if %use_msbuild% == 1 (
133
- msbuild %BUILDDIR%\source-python.sln /p:Configuration="Release" /p:VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0"
+ cd %BUILDDIR%
134
+
135
+ :: devenv is located in your Visual Studio installaton directory.
136
+ :: If it's missing, add it to your PATH environment variable.
137
+ devenv source-python.sln /build "Release"
138
) else (
139
:: Pause to show the process is completed
140
pause
0 commit comments