This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: how to use windres.exe without installing cygwin?


On 5/10/2011 10:51 AM, Corinna Vinschen wrote:
> On May 10 07:23, ironsand wrote:
>> Is there someone who knows how to include windres.exe in a software without
>> installing cygwin? %-|
> 
> You can't.  Windres is a Cygwin tool using the Cygwin DLL.  Gcc is a
> Cygwin tool using the Cygwin DLL.  Either you provide *all* the stuff
> required to run the script (and don't forget to provide the sources as
> well), or you let the user install Cygwin via setup.exe.  This is the
> preferred method anyway.

Well, OUR windres is a cygwin tool.  You can, of course, use the
mingw.org or mingw64.sf version of windres.  They each have their own
list(s) of dependencies, but cygwin1.dll is not one of them.

They don't grok cygwin's unix paths, tho.

And, as always, the binutils tools (incl. windres) are GPL, so if you
distribute the windres binary you must also distribute the binutils
source code.

--
Chuck

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      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]