Re: windres broken

2017-01-10 Thread Steven Penny
On Sat, 7 Jan 2017 17:14:24, Ken Brown wrote: > From http://man7.org/linux/man-pages/man3/opterr.3.html: > By default, getopt() permutes the contents of argv as it scans, so that > eventually all the nonoptions are at the end. Two other modes are also > implemented. If the first character of o

Re: windres broken

2017-01-07 Thread Ken Brown
On 1/7/2017 1:54 PM, Steven Penny wrote: On Sat, 7 Jan 2017 08:47:35, Ken Brown wrote: That syntax works for me. Are you sure you're using Cygwin's windres? I figured it out. If POSIXLY_CORRECT is set in the environment, it causes the problem I was having. This should probably be documented s

Re: windres broken

2017-01-07 Thread Steven Penny
On Sat, 7 Jan 2017 08:47:35, Ken Brown wrote: > That syntax works for me. Are you sure you're using Cygwin's windres? I figured it out. If POSIXLY_CORRECT is set in the environment, it causes the problem I was having. This should probably be documented somewhere. -- Problem reports: http:

Re: windres broken

2017-01-07 Thread Hans-Bernhard Bröker
Am 07.01.2017 um 05:10 schrieb Steven Penny: Something is wrong with windres: $ windres myapp.rc -o myapp.res Usage: windres [option(s)] [input-file] [output-file] The options are: -i --input=Name input file -o --output= Name output file -J --

Re: windres broken

2017-01-07 Thread Ken Brown
On 1/6/2017 11:10 PM, Steven Penny wrote: Something is wrong with windres: $ windres myapp.rc -o myapp.res Usage: windres [option(s)] [input-file] [output-file] The options are: -i --input=Name input file -o --output= Name output file -J --inp