RubyScript2Exe

Distributions

Fri Oct 06 19:40:02 UTC 2006
Erik Veenstra <rubyscript2exe@erikveen.dds.nl>


PDF version (A4)

Up

1. Distributions
          1.1. Cygwin
          1.2. RubyInstaller
          1.3. MinGW
          1.4. MSWin32
          1.5. Linux, Ruby 1.6.7
          1.6. Linux, Ruby 1.8.2


1. Distributions

The test application on this page is:

puts "Hello World!"

1.1. Cygwin

d bin
f bin\cygruby18.dll (687616)
f bin\cygwin1.dll (1140617)
f bin\ruby.exe (626861)
f bin\rubyw.exe (626861)
d lib
f lib\ftools.rb (3418)
f lib\rbconfig.rb (5946)
f eee.rb (143)
d app
f app\app.rb (20)
c %tempdir%\bin\ruby.exe -r %tempdir1%/eee.rb %tempdir1%/app/app.rb %quotedparms%

1.2. RubyInstaller

d bin
f bin\MSVCR71.dll (348160)
f bin\msvcrt-ruby18.dll (782336)
f bin\ruby.exe (4608)
f bin\rubyw.exe (4608)
d lib
f lib\ftools.rb (3418)
f lib\rbconfig.rb (5529)
f eee.rb (78)
d app
f app\app.rb (20)
c %tempdir%\bin\ruby.exe -r %tempdir%\eee.rb %tempdir%\app\app.rb %quotedparms%

1.3. MinGW

d bin
f bin\msvcrt-ruby18.dll (592896)
f bin\ruby.exe (6144)
f bin\rubyw.exe (6144)
d lib
f lib\ftools.rb (3418)
f lib\rbconfig.rb (6430)
f eee.rb (78)
d app
f app\app.rb (20)
c %tempdir%\bin\ruby.exe -r %tempdir%\eee.rb %tempdir%\app\app.rb %quotedparms%

1.4. MSWin32

d bin
f bin\msvcrt-ruby18.dll (812953)
f bin\ruby.exe (4464)
f bin\rubyw.exe (4977)
d lib
f lib\ftools.rb (3418)
f lib\rbconfig.rb (5470)
f eee.rb (78)
d app
f app\app.rb (20)
c %tempdir%\bin\ruby.exe -r %tempdir%\eee.rb %tempdir%\app\app.rb %quotedparms%

1.5. Linux, Ruby 1.6.7

d bin
f bin/libruby.so.1.6 (581036)
f bin/ld-linux.so.2 (79864)
f bin/ruby (3360)
d lib
f lib/ftools.rb (3576)
f lib/rbconfig.rb (5144)
f eee.sh (148)
f eee.rb (75)
d app
f app/app.rb (20)
c source %tempdir%/eee.sh %tempdir% %tempdir%/bin/ruby -r %tempdir%/eee.rb \
                                        %tempdir%/app/app.rb %quotedparms%

1.6. Linux, Ruby 1.8.2

d bin
f bin/ld-linux.so.2 (79864)
f bin/ruby (602068)
d lib
f lib/ftools.rb (6198)
f lib/rbconfig.rb (5680)
f eee.sh (148)
f eee.rb (75)
d app
f app/app.rb (20)
c source %tempdir%/eee.sh %tempdir% %tempdir%/bin/ruby -r %tempdir%/eee.rb \
                                        %tempdir%/app/app.rb %quotedparms%