mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set
Problem: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set. Solution: Invert condition. (closes #4422)
This commit is contained in:
@@ -847,7 +847,7 @@ XDIFF_DEPS = \
|
||||
!if "$(SUBSYSTEM_VER)" != ""
|
||||
SUBSYSTEM = $(SUBSYSTEM),$(SUBSYSTEM_VER)
|
||||
SUBSYSTEM_TOOLS = $(SUBSYSTEM_TOOLS),$(SUBSYSTEM_VER)
|
||||
! if "$(VIMDLL)" != "yes"
|
||||
! if "$(VIMDLL)" == "yes"
|
||||
SUBSYSTEM_CON = $(SUBSYSTEM_CON),$(SUBSYSTEM_VER)
|
||||
! endif
|
||||
# Pass SUBSYSTEM_VER to GvimExt and other tools
|
||||
|
Reference in New Issue
Block a user