mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -05:00
19 lines
402 B
Text
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"
|