LEGOIslandRebuilder/res/res.rc

11 lines
237 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
WORKER_DLL RCDATA "rebld.dll"