This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to embed icon for the executable
- From: "Michael Foo" <fsh at jhancock dot com dot my>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 10 Oct 2002 10:37:59 +0800 GMT
- Subject: How to embed icon for the executable
- Organization: John Hancock Life Insurance (M) Bhd
Hi everyone,
I am using Cygwin on Windows ME. After "gcc -o foo.exe foo.c",
it create a default windows icon for foo.exe. However, I wish to
replace the icon with another icon (.ico) which I downloaded from
the internet. Any clue or help how to add this .ico file to my
executable?
Thank you :)
Regards
Michael