Commit 3608a163 authored by Thomas Heller's avatar Thomas Heller

First version of build scripts for Windows/AMD64 (no external

components are built yet, and 'kill_python' is disabled).
parent 9201e7f1
@rem Used by the buildbot "compile" step.
REM cmd /c Tools\buildbot\external.bat
call "%VS71COMNTOOLS%vsvars32.bat"
REM cmd /q/c Tools\buildbot\kill_python.bat
devenv.com /build ReleaseAMD64 PCbuild\pcbuild.sln
@rem Used by the buildbot "clean" step.
REM call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python.exe rmpyc.py
devenv.com /clean ReleaseAMD64 pcbuild.sln
@rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -q -uall -rw
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