Commit 82f6cc47 authored by Martin v. Löwis's avatar Martin v. Löwis

Use devenv.com to better obtain output.

parent 350a872e
call "%VS71COMNTOOLS%vsvars32.bat" call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln devenv.com /build Debug PCbuild\pcbuild.sln
type build.txt
del build.txt
call "%VS71COMNTOOLS%vsvars32.bat" call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /clean Debug /out clean.txt PCbuild\pcbuild.sln devenv.com /clean Debug PCbuild\pcbuild.sln
type clean.txt
del clean.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment