mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 20:42:36 +02:00
Fix Windows registry values broken by d155b0f
Also remove unused resource IDs from the resource script.
This commit is contained in:
@@ -6,6 +6,6 @@ resources_files += files(
|
||||
if copt_platform == 'win'
|
||||
powder_files += windows_mod.compile_resources(
|
||||
'powder-res.rc',
|
||||
depend_files: resources_files,
|
||||
depend_files: [ resources_files, 'resource.h' ],
|
||||
)
|
||||
endif
|
||||
|
@@ -2,4 +2,3 @@
|
||||
|
||||
IDI_ICON ICON DISCARDABLE "icon.ico"
|
||||
IDI_DOC_ICON ICON DISCARDABLE "document.ico"
|
||||
IDI_EVENTCOMPAT LUASCRIPT "../src/lua/luascripts/eventcompat.lua"
|
||||
|
@@ -1,8 +1,5 @@
|
||||
#define LUASCRIPT 256
|
||||
|
||||
#define IDI_ICON 101
|
||||
#define IDI_DOC_ICON 110
|
||||
#define IDI_TPTMP 120
|
||||
#define IDI_SCRIPTMANAGER 121
|
||||
#define IDI_EVENTCOMPAT 122
|
||||
#define IDI_DOC_ICON 102
|
||||
|
||||
|
Reference in New Issue
Block a user