summaryrefslogtreecommitdiff
path: root/cad/plugins/QuteMol/packaging/Win32/main.rc
blob: 1b4457e482ea22c895da7564f1aa5f7ca4fa5eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// note that the icon used by the Explorer (i.e. the programs icon) is the
// first icon in the executable and the icons are sorted both by their order
// (Win9x) and by alphabetically (!) (NT), so put this icon first and give it
// a name starting with "a"
aaaaaaaa ICON "image/qutemol.ico" 

sample ICON "image/qutemol.ico"
//snap_off2 BITMAP "image/snap_off2.png"
//logo BITMAP "image/logo.png"


// set this to 1 if you don't want to use manifest resource (manifest resource
// is needed to enable visual styles on Windows XP - see docs/msw/winxp.txt
// for more information)
#define wxUSE_NO_MANIFEST 0

// this is not always needed but doesn't hurt (except making the executable
// very slightly larger): this file contains the standard icons, cursors, ...
#include <wx/msw/wx.rc>