public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Building resource-only DLL under Cygwin.
@ 2021-05-21  0:33 Kaz Kylheku
  2021-05-21  5:09 ` Brian Inglis
  0 siblings, 1 reply; 2+ messages in thread
From: Kaz Kylheku @ 2021-05-21  0:33 UTC (permalink / raw)
  To: cygwin

Hi all!

I was just wondering; have any of you ever tried to build a 
resource-only DLL using the Cygwin toolchain environment?

I mean, starting with a .rc file, build a .res, and then link it into a 
working resource-only DLL?

I know that adding resources to executables is perfectly possible; I'm 
specifically asking about resource-only DLLs.

If you use Microsoft's tools, you must specify the /NOENTRY linker 
option to indicate that the object has no DllMain.

Can we do the analog of this with the GNU-based toolchain on Cygwin?

Thanks.

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

end of thread, other threads:[~2021-05-21  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  0:33 Building resource-only DLL under Cygwin Kaz Kylheku
2021-05-21  5:09 ` Brian Inglis

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).