public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setting icon for executable
@ 2000-02-17 15:05 Kyle Downey
  2000-02-17 15:09 ` Charles S. Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Downey @ 2000-02-17 15:05 UTC (permalink / raw)
  To: cygwin

I'd like to build some simple EXE's for Windows with gcc/cygwin (for an
installer builder). Because these EXE's will be generated from templates, I'd
like a simple way to associate ICO files with them so they show up in Explorer
with the icon. I'm from the UNIX world. How is this done programmatically? I
assume windres is involved somehow, but what's the API side? Anything special
needed because it's gcc rather than VC++? Could anyone point me to a simple
example? Thanks.

regards,
kd

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: setting icon for executable
  2000-02-17 15:05 setting icon for executable Kyle Downey
@ 2000-02-17 15:09 ` Charles S. Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Charles S. Wilson @ 2000-02-17 15:09 UTC (permalink / raw)
  To: Kyle Downey; +Cc: cygwin

Kyle -
  The easiest way is to learn by example. Go to http://cygutils.netpedia.net/ and
download "run.tar.gz". It's a very simple program with makefiles for MSVC and gcc,
and uses resource files/icons.

--Chuck


Kyle Downey wrote:

> I'd like to build some simple EXE's for Windows with gcc/cygwin (for an
> installer builder). Because these EXE's will be generated from templates, I'd
> like a simple way to associate ICO files with them so they show up in Explorer
> with the icon. I'm from the UNIX world. How is this done programmatically? I
> assume windres is involved somehow, but what's the API side? Anything special
> needed because it's gcc rather than VC++? Could anyone point me to a simple
> example? Thanks.
>
> regards,
> kd
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-17 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-17 15:05 setting icon for executable Kyle Downey
2000-02-17 15:09 ` Charles S. Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).