mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-12 09:55:33 +02:00
Don't bother changing Windows icon for now
This commit is contained in:
parent
4cae819df1
commit
32e7ab5663
3 changed files with 1 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 264 KiB |
|
@ -1,15 +1,5 @@
|
||||||
win = import('windows')
|
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(
|
res = files(
|
||||||
'resource.h',
|
'resource.h',
|
||||||
'icon.ico',
|
'icon.ico',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
IDI_APPICON ICON "@icon@"
|
IDI_APPICON ICON "icon.ico"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,1,0,0
|
FILEVERSION 1,1,0,0
|
Loading…
Add table
Reference in a new issue