On 10/4/06, Rolando Abarca <funkaster / gmail.com> wrote: > Hi all, > I've written a library to read/write the ipod tracklist, now I want to > write a small application that can put/remove songs from an ipod (as a > replacement for itunes), for that I want to use FOX GUI. > Is there a standard way to create a ruby application? I've looked at > rubyscript2exe, but haven't tested it with FOX yet... are there more > options? I have used it fine with Fox. But I have noticed that it often seems to include files it doesn't need. I'm not sure why that is, but in my own projects, if I need the EXE to be small, I extract all the files and cut things down by hand. Les