diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 14:19:48 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 14:19:48 +0000 |
commit | 7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec (patch) | |
tree | c33e7e3e8da75d1ad2ba29a6dbed5e1c1d2ca3b8 /Tools/buildbot/build.bat | |
parent | 2ec8cbc75fb6482aa00f998d53a39a812d1e34bc (diff) | |
download | cpython-git-7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec.tar.gz |
Make svn:eol-style's more consistent
Diffstat (limited to 'Tools/buildbot/build.bat')
-rw-r--r-- | Tools/buildbot/build.bat | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index 976ce72b0f..ab3ea7da46 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -1,7 +1,7 @@ -@rem Used by the buildbot "compile" step.
-cmd /c Tools\buildbot\external.bat
-call "%VS90COMNTOOLS%vsvars32.bat"
-cmd /c Tools\buildbot\clean.bat
-vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
-vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
-
+@rem Used by the buildbot "compile" step. +cmd /c Tools\buildbot\external.bat +call "%VS90COMNTOOLS%vsvars32.bat" +cmd /c Tools\buildbot\clean.bat +vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe +vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32" + |