summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
-rwxr-xr-xwin32/resource.rb2
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