]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set v8.1.1380
authorBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 15:05:44 +0000 (17:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 15:05:44 +0000 (17:05 +0200)
Problem:    MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set.
Solution:   Invert condition. (closes #4422)

src/Make_mvc.mak
src/version.c

index 89f4e13fbba44eb74da6fe2c953a55a3d2583486..4981539b913b66fcdf12908744fb300ee03df0da 100644 (file)
@@ -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
index 60e6c82f418004f4eb17aad7cc9dc7492582c3f1..f7fb44e6e85f688a90cce17349901a207cf049d0 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1380,
 /**/
     1379,
 /**/