##// END OF EJS Templates
rhg: Also parse flags in the manifest parser...
rhg: Also parse flags in the manifest parser Differential Revision: https://phab.mercurial-scm.org/D11772

File last commit:

r45179:1f5ab1a9 default
r49166:eb428010 default
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");
}