On Tue, Oct 12, 2010 at 12:30 PM, Ken MacDonald <drken...@gmail.com> wrote: > Cool. Seems to work fine w/ the DLL's from GAC_MSIL\IronP\...... the method > shows up and the .exe seems to build just fine. > > I'm using a version of pyc.py based on the 2.7 pyc.py. I've modified it so > that can build all of the standard library source modules needed into the > application dll, so that you do not need to have the IP standard library on > your target system, just the stub .exe, application .dll and the IronPython > DLL's. I'll post it at some point after I tune it up a bit; it's a very nice > enhancement to the vanilla pyc.py.
Random crazy thought: can you use ilmerge to pull all of those into one .exe? Horribly bloated, I'm sure, but possibly useful for distribution. - Jeff _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com