mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
9 lines
254 B
Rust
9 lines
254 B
Rust
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
|
|
fn main() {
|
|
#[cfg(target_os = "windows")]
|
|
{
|
|
winresource::WindowsResource::new().compile().unwrap();
|
|
}
|
|
}
|