Use devenv.com to better obtain output.

This commit is contained in:
Martin v. Löwis 2006-03-05 16:47:11 +00:00
parent 350a872e59
commit 82f6cc4728
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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