Skip to content

Commit

Permalink
vimdll: SUBSYSTEM version was not set on vim.exe
Browse files Browse the repository at this point in the history
SUBSYSTEM version was not set only on vim.exe when `VIMDLL=yes`.
  • Loading branch information
k-takata committed May 24, 2019
1 parent c97582b commit 565cdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Make_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 565cdb1

Please sign in to comment.