exeファイルもしくはdllファイル作成

IronPythonのコードを、Command Line Python Compiler (pyc.py)でコンパイルして実行形式ファイルを作成する。
実行例。

> ipy.exe pyc.py /main:main.py /target:winexe
Input Files:
Output:
        main
Target:
        WindowApplication
Platform:
        ILOnly
Machine:
        I386
Compiling...
Saved to main
>

この結果、main.dllとmain.exeファイルが作成される。