feat(launcher): add resource

This commit is contained in:
Skull 2025-03-17 06:05:19 +03:00
parent a5e1b0a636
commit e314964bd0
3 changed files with 562 additions and 2 deletions

View File

@ -8,6 +8,8 @@
#define DW_MOTD 302
#define DW_PLAYLISTS 303
#define TLS_DLL 304
#define MENU_MAIN 304
#define ICON_IMAGE 305
#define TLS_DLL 305
#define ICON_IMAGE 306

View File

@ -101,6 +101,8 @@ IMAGE_LOGO BITMAP "resources/logo.bmp"
DW_MOTD RCDATA "resources/dw/motd-english.txt"
DW_PLAYLISTS RCDATA "resources/dw/playlists_tu23.aggr"
MENU_MAIN RCDATA "resources/main.html"
#ifdef _DEBUG
TLS_DLL RCDATA "../../build/bin/x64/Debug/tlsdll.dll"
#else

File diff suppressed because one or more lines are too long