mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
10 lines
254 B
Text
10 lines
254 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/Release/rebld.dll"
|