2010-08-10 92 views

回答

3

如果你想建立的IronPython本身,使用的MSBuild所推荐的柯特。

如果你想建立IronPython的程序,使用IronPython\Tools\Scripts\pyc.py,例如:

ipy.exe pyc.py /main:Program.py Form.py /target:winexe 
相关问题