diff options
-rwxr-xr-x | win32/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ end [$so_name, '.dll', 'VFT_DLL', 'DLL', dll_icons.join], ].each do |base, ext, type, desc, icon| next if $output and $output != base - open(base + '.rc', "w") { |f| f.binmode if /mingw/ =~ RUBY_PLATFORM f.print <<EOF |