winresource icon indicating copy to clipboard operation
winresource copied to clipboard

Create and set windows icons and metadata for executables with a rust build script

Results 15 winresource issues
Sort by recently updated
recently updated
newest added

Track issue https://github.com/mxre/winres/issues/44

Track issue https://github.com/mxre/winres/issues/25

Track issue https://github.com/mxre/winres/issues/38

Using `#[cfg(target_os = "windows")]` in `build.rs` (and its dependencies like `lib.rs` of this crate) may not work as expected because `build.rs` is executed on the host. This means that `target_os`...

Fixes example Fixes #15 Probably there are needed more changes to supress this: ``` warning: [email protected]: unknown Windows target used for cross-compilation; invoking unprefixed windres ```