Don't bother changing Windows icon for now

This commit is contained in:
Inori 2019-09-19 14:46:08 -04:00 committed by Inori
parent 4cae819df1
commit 32e7ab5663
3 changed files with 1 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

View file

@ -1,15 +1,5 @@
win = import('windows')
conf_data = configuration_data()
if get_option('mk') == true
conf_data.set('icon', 'icon_mk')
else
conf_data.set('icon', 'icon')
endif
configure_file(input: 'resource.rc.in', output: 'resource.rc', configuration: conf_data)
res = files(
'resource.h',
'icon.ico',

View file

@ -1,7 +1,7 @@
#include <windows.h>
#include "resource.h"
IDI_APPICON ICON "@icon@"
IDI_APPICON ICON "icon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0