On Fri, Sep 5, 2008 at 11:00 AM, KE <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I find it odd that the ConsoleOptions class only has a single FileName
> string property. This forces the creation of pyc.py for creating a DLL with
> one or more files to compile, whereas I believe the functionality in pyc.py
> of creating a DLL from one or more input files should be right in the DLR.
> OptionsParser even already has a switch for -X:SaveAssemblies.

-X:SaveAssemblies is for debugging purposes and does not produce
output equivalent to that produced by pyc.py.

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to