From 3d3436007059c5af68b98597d7941cdfbff9c3ad Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 12 Feb 2013 15:31:56 +0100 Subject: [PATCH] Add build.cmd for Windows developers --- build.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.cmd diff --git a/build.cmd b/build.cmd new file mode 100755 index 0000000000..75c1454306 --- /dev/null +++ b/build.cmd @@ -0,0 +1,2 @@ +@echo off +%SystemDrive%\Python27\python.exe build.py %*