LEGOIslandRebuilder/res/res.rc
2022-03-31 17:33:26 -07:00

10 lines
237 B
Text

#include "resource.h"
// Application icon
IDI_ICON1 ICON DISCARDABLE "mama.ico"
// Manifest to enable visual styles
1 RC_MANIFEST "res.manifest"
// Include worker DLL in executable for better portability
WORKER_DLL RCDATA "rebld.dll"