dosage/scripts/build.bat

8 lines
162 B
Batchfile
Raw Normal View History

2012-12-12 16:41:29 +00:00
:: 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