##// END OF EJS Templates
relnotes: add notes for 6.1.1...
relnotes: add notes for 6.1.1 This also fixes the header for 6.1 from 6.1rc0

File last commit:

r45179:1f5ab1a9 default
r49870:5bd6bcd3 6.1.1 stable
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}