PyQt/其它/C和C++扩展/py转pyd/build.bat

7 lines
60 B
Batchfile
Raw Normal View History

2018-05-06 01:34:55 +08:00
cd %~dp0
python setup.py build
python test.py
pause