dosage/build.bat
2012-12-12 17:41:29 +01:00

8 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