LEGOIslandRebuilder/res/res.rc
2022-03-31 11:36:12 -07:00

19 lines
402 B
Text

#include "resource.h"
// Application icon
IDI_ICON1 ICON DISCARDABLE "mama.ico"
// Manifest to enable visual styles
1 RC_MANIFEST "res.manifest"
// String table
STRINGTABLE
BEGIN
IDS_TITLE "LEGO Island Rebuilder"
IDS_SUBTITLE "by MattKC (mattkc.com)"
IDS_RUN "Run"
IDS_KILL "Kill"
END
// Include worker DLL in executable for better portability
WORKER_DLL RCDATA "rebld.dll"