mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use devenv.com to better obtain output.
This commit is contained in:
parent
350a872e59
commit
82f6cc4728
2 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln
|
||||
type build.txt
|
||||
del build.txt
|
||||
devenv.com /build Debug PCbuild\pcbuild.sln
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.exe /clean Debug /out clean.txt PCbuild\pcbuild.sln
|
||||
type clean.txt
|
||||
del clean.txt
|
||||
devenv.com /clean Debug PCbuild\pcbuild.sln
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue