File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
44cmd /c Tools\buildbot\clean-amd64.bat
55msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64
66PCbuild\amd64\kill_python_d.exe
7- msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:PlatformTarget =x64
7+ msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform =x64
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ call "%VS100COMNTOOLS%vsvars32.bat"
44cmd /c Tools\buildbot\clean.bat
55msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
66PCbuild\kill_python_d.exe
7- msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86
7+ msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
88
You can’t perform that action at this time.
0 commit comments