comparison src/Make_mvc.mak @ 15886:cdb9cbe731b3 v8.1.0949

patch 8.1.0949: MS-windows defines GUI macros different than other systems commit https://github.com/vim/vim/commit/0472b6d149445579e3a63519b15f099f9adda3f7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 18 21:41:37 2019 +0100 patch 8.1.0949: MS-windows defines GUI macros different than other systems Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3996)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Feb 2019 21:45:07 +0100
parents 7fad90423bd2
children ce8f501c9ce2
comparison
equal deleted inserted replaced
15885:95b27518f4f3 15886:cdb9cbe731b3
789 OBJ = $(OBJ) $(OUTDIR)\dimm_i.obj $(OUTDIR)\glbl_ime.obj 789 OBJ = $(OBJ) $(OUTDIR)\dimm_i.obj $(OUTDIR)\glbl_ime.obj
790 !endif 790 !endif
791 791
792 !if "$(GUI)" == "yes" 792 !if "$(GUI)" == "yes"
793 SUBSYSTEM = windows 793 SUBSYSTEM = windows
794 CFLAGS = $(CFLAGS) -DFEAT_GUI 794 CFLAGS = $(CFLAGS) -DFEAT_GUI_MSWIN
795 RCFLAGS = $(RCFLAGS) -DFEAT_GUI 795 RCFLAGS = $(RCFLAGS) -DFEAT_GUI_MSWIN
796 VIM = g$(VIM) 796 VIM = g$(VIM)
797 GUI_INCL = \ 797 GUI_INCL = \
798 gui.h 798 gui.h
799 GUI_OBJ = \ 799 GUI_OBJ = \
800 $(OUTDIR)\gui.obj \ 800 $(OUTDIR)\gui.obj \