rscons/build_tests/d/Rsconsfile

4 lines
94 B
Plaintext

Rscons::Environment.new(echo: :command) do |env|
env.Program("hello-d.exe", Dir["*.d"])
end