7 lines
162 B
Batchfile
7 lines
162 B
Batchfile
:: Build script
|
|
:: Copyright (C) 2012 Bastian Kleineidam
|
|
@echo off
|
|
:: Python version
|
|
set PYDIR=C:\Python27
|
|
set PYVER=2.7
|
|
%PYDIR%\python.exe setup.py build
|