diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-05 16:47:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-05 16:47:11 (GMT) |
commit | 82f6cc4728353cf169d45e7a1499226896500ed8 (patch) | |
tree | d52e175984973de85dbee6669355bcf1fffd41f9 /PCbuild | |
parent | 350a872e594d34c645eb5657d07f3ee9a90959d6 (diff) | |
download | cpython-82f6cc4728353cf169d45e7a1499226896500ed8.zip cpython-82f6cc4728353cf169d45e7a1499226896500ed8.tar.gz cpython-82f6cc4728353cf169d45e7a1499226896500ed8.tar.bz2 |
Use devenv.com to better obtain output.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pybuild.bat | 4 | ||||
-rw-r--r-- | PCbuild/pyclean.bat | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat index 5a0cc5b..80db8d0 100644 --- a/PCbuild/pybuild.bat +++ b/PCbuild/pybuild.bat @@ -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 diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat index 92e6545..cad60b6 100644 --- a/PCbuild/pyclean.bat +++ b/PCbuild/pyclean.bat @@ -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 |