X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=yzqtyhyZAiuJ+LlDQ1ZFe50BGDzGE u444IG2lYpU5WH3c3ZpxpMr8ChC6cnBWTrZcRwvkBnNi0qLW0HO43V0kpats5rar boM3fJFPUZpgqVfKx2OqJocoQTj2Z6x8Nm1iSJ+bmn8C2OeZUQl/MYaOLcPSqPRz ISei9T6APAp9kw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=otX0cE2CONTvGGWpIdkgglnkgmI=; b=ymA RdtNc1j5wic+sp20OXeR/eNl7FKqGERQgYMGYXSLmwgj6mcEuCyr2cyERZYPPI6N oGNL8KYpVs+PD+fjlSibwTJEiLXab3atCFUEKtKSkzcRD/dWXYFc/ifI1Gt/c8LC CO4ofUdMhBKynFYdmbEL/BG+QLJ7e13PWu4Xt6Sw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f172.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Z4yTss4yaRY02MfkbO6lIsTbfkqDggdDyHHCctchkE8=; b=k0cOlLfMGd8+OE0g3i92jszbuzn0DsFBXEyjda+lzO+NnhRLvr6Yfag1ghACRR8Owb uhCjG3Thk7iPFPRKLFLHuBxGDJB78reUd3jZFDIKIX/5Sn6PyeslQig2e9bKFxoLv1hK k9ZsUaY42FlpxYu51eBYZqHyrvDmrqRUtPF1VwZV3pZSs+sSisITzmQugGzj/zMw9qlO gNtOJTy7Nb0Sc+LW/7+/Hy1g4zYugj7Lc7fXd4+wpPkv3gKKUpjiJaznqRWv9AEfKxGQ zbysgRxX4e+l3evZBNFPMLSuI9cJYGZTeC80tHGv/5mird3zyNfhxVxBWGgm7DC13UJZ c4GA== X-Gm-Message-State: AIkVDXJ+aAhGPQB3K7VZfoDB2lQ8STpwD/ukcAxZ5qY4moC9OHDolhRnHfReLYefD+/27pG2oD8E1P/Nux/EvA== X-Received: by 10.200.35.105 with SMTP id b38mr73617593qtb.28.1483762218269; Fri, 06 Jan 2017 20:10:18 -0800 (PST) MIME-Version: 1.0 From: Steven Penny Date: Fri, 6 Jan 2017 22:10:17 -0600 Message-ID: Subject: windres broken To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 --input-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