2020년 4월 16일 목요일

[IronPython] How to Compile to DLL and EXE


1. Compile IronPython to DLL


ipyc /embed /target:dll ezPyWpfLib.py


2. Compile IronPython to EXE


ipyc /main:timeadd.py ezPyWpfLib.py /standalone /embed /target:winexe /win32icon:clock.ico

댓글 없음:

댓글 쓰기