]> granicus.if.org Git - python/commitdiff
First version of build scripts for Windows/AMD64 (no external
authorThomas Heller <theller@ctypes.org>
Sun, 10 Jun 2007 15:59:17 +0000 (15:59 +0000)
committerThomas Heller <theller@ctypes.org>
Sun, 10 Jun 2007 15:59:17 +0000 (15:59 +0000)
components are built yet, and 'kill_python' is disabled).

Tools/buildbot/build-amd64.bat [new file with mode: 0644]
Tools/buildbot/clean-amd64.bat [new file with mode: 0644]
Tools/buildbot/test-amd64.bat [new file with mode: 0644]

diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
new file mode 100644 (file)
index 0000000..bdfedac
--- /dev/null
@@ -0,0 +1,5 @@
+@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
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat
new file mode 100644 (file)
index 0000000..263e22b
--- /dev/null
@@ -0,0 +1,6 @@
+@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
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
new file mode 100644 (file)
index 0000000..6995ece
--- /dev/null
@@ -0,0 +1,3 @@
+@rem Used by the buildbot "test" step.
+cd PCbuild
+call rt.bat -q -uall -rw