hard-code windres output format to pe-i386
authorLee <ler762@users.sourceforge.net>
Thu, 1 Jun 2017 13:22:46 +0000 (13:22 +0000)
committerLee <ler762@users.sourceforge.net>
Thu, 1 Jun 2017 13:22:46 +0000 (13:22 +0000)
commit85f8cce0137b39c68b99bc1790aa0ccc6c8b15c6
treead74d2a7db2134391b6ccc4b25a9c49983630774
parent1e3471c05f279e9f4ebead3a943512d8919a70f3
hard-code windres output format to pe-i386

  ideally windres output would be based on the
    ./configure --host=XXX
  type.  Maybe someday I'll figure it out but for now,
  when using cygwin to build privoxy, use
    ./configure --host=i686-w64-mingw32
  and it'll work using either the 32 or 64 bit version of cygwin.
GNUmakefile.in