6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
build do
|
|
Environment.new do |env|
|
|
env.Preprocess("pp", "foo.h")
|
|
end
|
|
end
|