mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Embedded .ico
This commit is contained in:
parent
fd4415317d
commit
fe1c8d3336
3 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,7 @@ endif()
|
||||||
|
|
||||||
# Executable information
|
# Executable information
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_executable(VVVVVV WIN32 ${VVV_SRC})
|
add_executable(VVVVVV WIN32 ${VVV_SRC} icon.rc)
|
||||||
else()
|
else()
|
||||||
add_executable(VVVVVV ${VVV_SRC})
|
add_executable(VVVVVV ${VVV_SRC})
|
||||||
endif()
|
endif()
|
||||||
|
|
BIN
desktop_version/icon.ico
Normal file
BIN
desktop_version/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
1
desktop_version/icon.rc
Normal file
1
desktop_version/icon.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
AAA ICON "icon.ico"
|
Loading…
Reference in a new issue