mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +00:00
Merge pull request #17 from Xphalnos/main
Adding Pound Icon to Executable
This commit is contained in:
commit
43b35d66de
3 changed files with 6 additions and 0 deletions
|
|
@ -43,4 +43,6 @@ if (WIN32)
|
|||
|
||||
# Disables Warnings
|
||||
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
target_sources(Pound PRIVATE core/Pound.rc)
|
||||
endif()
|
||||
|
|
|
|||
BIN
core/Images/Pound.ico
Normal file
BIN
core/Images/Pound.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
4
core/Pound.rc
Normal file
4
core/Pound.rc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// Copyright 2025 Pound Emulator Project. All rights reserved.
|
||||
|
||||
// ICON
|
||||
IDI_ICON1 ICON "Images/Pound.ico"
|
||||
Loading…
Add table
Add a link
Reference in a new issue