Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/ui/ui-drv/win32/xaos.rc
blob: 55645052475639eb274a092e8e19a22bdc397096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
#include <windows.h>
#include "resource.h"
#include "about.h"
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "xaos.exe.manifest"
BIG                   ICON    DISCARDABLE     "xaos.ico"
SMALL                  ICON    DISCARDABLE     "small.ico"

#include "xaos.dlg"
#include "version.rc"
#include "about.rc"