diff options
author | marha <marha@users.sourceforge.net> | 2013-04-21 19:04:22 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-21 19:06:01 +0200 |
commit | 7881fd026129572030688f07b54deab99669e7d0 (patch) | |
tree | 177cb0b7b4c1a6e28b6887b315e4a16412282d6e /python.bat | |
parent | b01940fc3ffe9da76bfda971515b76730850eceb (diff) | |
download | vcxsrv-7881fd026129572030688f07b54deab99669e7d0.tar.gz vcxsrv-7881fd026129572030688f07b54deab99669e7d0.tar.bz2 vcxsrv-7881fd026129572030688f07b54deab99669e7d0.zip |
Some helper file for building from cygwin
Diffstat (limited to 'python.bat')
-rwxr-xr-x | python.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python.bat b/python.bat new file mode 100755 index 000000000..189eda246 --- /dev/null +++ b/python.bat @@ -0,0 +1,2 @@ +@"c:\cygwin\bin\python2.7.exe" %* + |