On 04/02/2014 12:07 PM, Ken Brown wrote: > binutils has changed so that, on Cygwin, executables have a manifest > built in by default. A consequence is that the cygw32 build of emacs > produces an emacs.exe which, after it is stripped, won't run: > > $ ./emacs-stripped.exe > -bash: ./emacs-stripped.exe: cannot execute binary file > > This is presumably caused by the fact that the cygw32 build already > incorporates a manifest via nt/emacs.res. The following patch fixes > this and does some related manifest-related cleanup: Looks good to me. Thanks.