cChardet/win_build.bat

12 lines
378 B
Batchfile
Raw Normal View History

2015-09-07 13:10:41 +00:00
rem setup packages
py -3.4-32 -m pip install -U pip cython wheel twine
py -3.4-x64 -m pip install -U pip cython wheel twine
py -2.7-32 -m pip install -U pip cython wheel twine
py -2.7-x64 -m pip install -U pip cython wheel twine
rem build package
py -3.4-32 setup.py bdist_wheel
py -3.4-x64 setup.py bdist_wheel
py -2.7-32 setup.py bdist_wheel
py -2.7-x64 setup.py bdist_wheel