mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 11:43:23 +08:00
9 lines
392 B
Batchfile
9 lines
392 B
Batchfile
py -2.7 setup.py bdist_zip --plat-name=win32
|
|
py -2.7 setup.py bdist_zip --plat-name=win-amd64
|
|
py -2.7 setup.py bdist_wheel --plat-name=win32
|
|
py -2.7 setup.py bdist_wheel --plat-name=win-amd64
|
|
|
|
py -3.5 setup.py bdist_zip --plat-name=win32
|
|
py -3.5 setup.py bdist_zip --plat-name=win-amd64
|
|
py -3.5 setup.py bdist_wheel --plat-name=win32
|
|
py -3.5 setup.py bdist_wheel --plat-name=win-amd64 |