mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.412
Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
This commit is contained in:
@@ -657,6 +657,10 @@ GUI_LIB = \
|
||||
SUBSYSTEM = console
|
||||
!endif
|
||||
|
||||
!if "$(SUBSYSTEM_VER)" != ""
|
||||
SUBSYSTEM = $(SUBSYSTEM),$(SUBSYSTEM_VER)
|
||||
!endif
|
||||
|
||||
!if "$(GUI)" == "yes" && "$(DIRECTX)" == "yes"
|
||||
CFLAGS = $(CFLAGS) $(DIRECTX_DEFS)
|
||||
GUI_INCL = $(GUI_INCL) $(DIRECTX_INCL)
|
||||
|
Reference in New Issue
Block a user