diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
commit | 656dc2adeeb3eded0c640002f86f2877c8c7e3fc (patch) | |
tree | e51d669ad3d07e028f713c23151f0f8085eae42b /Tools/buildbot/build.bat | |
parent | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (diff) | |
download | cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.zip cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.gz cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.bz2 |
Fix paths for build bot
Diffstat (limited to 'Tools/buildbot/build.bat')
-rw-r--r-- | Tools/buildbot/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index e96323c..f64c219 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -2,4 +2,4 @@ cmd /c Tools\buildbot\external.bat call "%VS71COMNTOOLS%vsvars32.bat" cmd /q/c Tools\buildbot\kill_python.bat -devenv.com /useenv /build Debug PCbuild\pcbuild.sln +devenv.com /useenv /build Debug PC\VS7.1\pcbuild.sln |