LEGOIslandRebuilder/res/res.rc

11 lines
254 B
Text
Raw Normal View History

2021-09-18 17:28:15 -04:00
#include "resource.h"
// Application icon
2021-09-13 01:43:18 -04:00
IDI_ICON1 ICON DISCARDABLE "mama.ico"
2021-09-18 17:28:15 -04:00
// Manifest to enable visual styles
1 RC_MANIFEST "res.manifest"
// Include worker DLL in executable for better portability
2022-04-18 23:21:36 -04:00
WORKER_DLL RCDATA "../Rebld/Release/rebld.dll"