Patch 9.0.0860

2 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 11, 2022, 4:25:21 PM11/11/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages