Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Adding icons

From: atruter:labyrinth:au at: 11-Nov-2003 15:56

> Can anyone tell me how to add icons to REBOL.exe builds for windows > platform. Also, can we add icon sets? And do we need to include an > icon for each support size before it works?
Download ResHacker from http://www.users.on.net/johnson/resourcehacker/ and use a line like the following in your make script: call reduce [%/c/rebol/bin/ResHacker.exe "-addoverwrite" to-string encap-exe "," to-string encap-exe ,c:\rebol\bin\Icons.ico,ICONGROUP,REBOL,1033 ] Your icons file must contain three 16 colour icons at 16x16, 32x32 and 48x48 resolutions. IconEdit32 is more than adequate for the task of creating these (if you don't have an alternate yet). Regards, Ashley