Skip to content

Commit

Permalink
Updated ruby from 1.9.1p243 to 1.9.1p376. Rebuilt zlib1.dll with VC9.
Browse files Browse the repository at this point in the history
To require zlib, add one line to Rakefile.

- Copy msvcrt-ruby191.dll and zlib1.dll under C:\ruby\bin to deps/ruby/bin
- Copy all files under C:\ruby\include to deps/ruby/include
- Copy all files under C:\ruby\lib to deps/ruby/lib
- Copy all files under C:\ruby\man to deps/ruby/man

- Delete deps/pango/bin/zlib1.dll
  • Loading branch information
ashbb committed Dec 11, 2009
1 parent a5f755d commit 027b25c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -154,6 +154,7 @@ task :build => [:build_os, "dist/VERSION.txt"] do
copy_files "#{ext_ruby}/bin/*", "dist/"
copy_files "deps/cairo/bin/*", "dist/"
copy_files "deps/pango/bin/*", "dist/"
copy_files "deps/ruby/lib/ruby/site_ruby/1.9.1/i386-msvcrt/*", "dist/ruby/lib/#{RUBY_PLATFORM}/"
if ENV['VIDEO']
copy_files "deps/vlc/bin/*", "dist/"
end
Expand Down

0 comments on commit 027b25c

Please sign in to comment.