public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* windres broken
@ 2017-01-07  4:10 Steven Penny
  2017-01-07 13:47 ` Ken Brown
  2017-01-07 14:01 ` Hans-Bernhard Bröker
  0 siblings, 2 replies; 6+ messages in thread
From: Steven Penny @ 2017-01-07  4:10 UTC (permalink / raw)
  To: cygwin

Something is wrong with windres:

    $ windres myapp.rc -o myapp.res
    Usage: windres [option(s)] [input-file] [output-file]
     The options are:
      -i --input=<file>            Name input file
      -o --output=<file>           Name output file
      -J --input-format=<format>   Specify input format

The syntax above is shown here:

http://cygwin.com/cygwin-ug-net/windres.html

Yet the command just prints usage instead of doing the thing. This command
works:

    windres myapp.rc myapp.res

However this shouldnt be needed as described by the man:

    -i filename
        The name of the input file.  If this option is not used, then
        windres will use the first non-option argument as the input file
        name.

This is a problem because Git itself uses the "input -o output" syntax, which
should be working:

http://github.com/git/git/blob/e05806d/Makefile#L1816-L1819

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

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

end of thread, other threads:[~2017-01-11  5:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-07  4:10 windres broken Steven Penny
2017-01-07 13:47 ` Ken Brown
2017-01-07 18:54   ` Steven Penny
2017-01-07 22:14     ` Ken Brown
2017-01-11  5:24       ` Steven Penny
2017-01-07 14:01 ` Hans-Bernhard Bröker

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