Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Rust
authored
Jan 26, 2024
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
Rust.md
View page @
1435b80d
...
...
@@ -99,7 +99,7 @@ $3634400
GNU 版のバイナリ (GNU ABI) の場合、windres.exe を使用してリソースを含むライブラリを作成、これとリンクすることでアイコンを埋め込むことができる。
\
以下手順を行う前に、MinGW-w64 (例: MingW-W64-builds) の bin にパスを通しておく必要がある。
\
MSVC 版のバイナリ (MSVC ABI) の場合
、
Windows SDK の rc.exe を使
う手順にな
る。
MSVC 版のバイナリ (MSVC ABI) の場合
やり方が異なり、ツールは
Windows SDK の rc.exe を使
用す
る。
[build.rs]
```
rs
...
...
...
...