To: vim_dev@googlegroups.com Subject: Patch 9.0.0860 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0860 Problem: MS-Windows: windres fails with clang 15.0.4. Solution: Use llvm-windres. (John Marriott) Files: src/Make_cyg_ming.mak *** ../vim-9.0.0859/src/Make_cyg_ming.mak 2022-10-08 19:26:35.694195418 +0100 --- src/Make_cyg_ming.mak 2022-11-11 21:22:10.071162312 +0000 *************** *** 227,233 **** --- 227,237 ---- ifeq ($(UNDER_CYGWIN),yes) WINDRES := $(CROSS_COMPILE)windres else + ifeq ($(findstring clang,$(CC)),) WINDRES := windres + else + WINDRES := llvm-windres + endif endif # Get the default ARCH. *** ../vim-9.0.0859/src/version.c 2022-11-11 01:40:44.430990388 +0000 --- src/version.c 2022-11-11 21:23:07.775220154 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 860, /**/ -- I started out with nothing, and I still have most of it. -- Michael Davis -- "Tonight Show" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///