comparison src/Make_mvc.mak @ 16068:8c160339de22 v8.1.1039

patch 8.1.1039: MS-Windows build fails commit https://github.com/vim/vim/commit/e37368c496f80137a774515ef4f3e17cf81d7685 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 16:57:45 2019 +0100 patch 8.1.1039: MS-Windows build fails Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 17:00:06 +0100
parents 6230ff29c39a
children 570a296aa0b4
comparison
equal deleted inserted replaced
16067:48ecb87b64bb 16068:8c160339de22
691 !endif # DEBUG 691 !endif # DEBUG
692 692
693 !include Make_all.mak 693 !include Make_all.mak
694 !include testdir\Make_all.mak 694 !include testdir\Make_all.mak
695 695
696 INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h feature.h globals.h \ 696 INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \
697 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \ 697 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
698 spell.h structs.h term.h beval.h $(NBDEBUG_INCL) 698 spell.h structs.h term.h beval.h $(NBDEBUG_INCL)
699 699
700 OBJ = \ 700 OBJ = \
701 $(OUTDIR)\arabic.obj \ 701 $(OUTDIR)\arabic.obj \