luislavena / exerb-mingw

Exerb support for mingw/rubyinstaller
http://exerb.sourceforge.jp/
7 stars 3 forks source link

patchx #1

Open windwiny opened 10 years ago

windwiny commented 10 years ago

Hi, @luislavena

I change exerb-mingw into a gem;

and test it on ruby 2.0.0p481, update some outdated testcase/example.

Can you check example/vruby and example/rubytk ? how to packaged tcl file to exe ?

luislavena commented 10 years ago

@windwiny regarding your question about packaging tcl, I have no experience with it, so I cannot comment about it.

You could try to generate the .exy file for a tcl script and see the dependencies, most likely is going to include the tcl related DLLs, but not sure.

luislavena commented 10 years ago

@windwiny would you mind splitting this into smaller chunks and different pull requests?

It is hard to digest all the changes that are not related to making exerb a gem.

No problem if you can't, will take the bits and pieces from your commits and do them as smaller changes.

Thank you