Files
epub-read/build.rs

8 lines
155 B
Rust
Raw Normal View History

#[cfg(target_os = "windows")]
fn main() {
embed_resource::compile("read.rc", embed_resource::NONE);
}
#[cfg(not(target_os = "windows"))]
fn main() {}