This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Resources


I wrote:

> Is there a tool provided by Cygwin that embeds resources
> (.res files) into the PE files?
> 
> Seems, that windres is just a resource compiler/converter.

Figured out it myself:
windres -O coff -I res -o resources.o -i resources.res

and link as ordinal object file.

Bye.
--
Dmitry.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]