pub fn compile_windows_resource_file(
file_stem: &Path,
file_description: &str,
filetype: VersionInfoFileType,
) -> PathBuf
Expand description
Create and compile a Windows resource file with the product and file version information for the rust compiler.
Returns the path to the compiled resource file
Does not emit any cargo directives, the caller is responsible for that.