cpython/PCbuild/pybuild.bat

6 lines
124 B
Batchfile
Raw Normal View History

2006-03-05 12:18:44 -04:00
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln
type build.txt
del build.txt