4 lines
77 B
Ruby
4 lines
77 B
Ruby
Rscons::Environment.new do |env|
|
|
env.Install("inst.exe", "install.rb")
|
|
end
|