comparison src/Make_mvc.mak @ 15430:d94901eeb762 v8.1.0723

patch 8.1.0723: cannot easily run specific test when in src/testdir commit https://github.com/vim/vim/commit/ec50401e1e1357a1340b3c92109fd4860e38a8ac Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 17:30:16 2019 +0100 patch 8.1.0723: cannot easily run specific test when in src/testdir Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 17:45:05 +0100
parents a6330a49e036
children bb421f682528
comparison
equal deleted inserted replaced
15429:166f78185f87 15430:d94901eeb762
692 CFLAGS = $(CFLAGS) /Zl /MTd 692 CFLAGS = $(CFLAGS) /Zl /MTd
693 ! endif 693 ! endif
694 !endif # DEBUG 694 !endif # DEBUG
695 695
696 !include Make_all.mak 696 !include Make_all.mak
697 !include testdir\Make_all.mak
697 698
698 INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h farsi.h feature.h globals.h \ 699 INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h farsi.h feature.h globals.h \
699 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \ 700 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
700 spell.h structs.h term.h beval.h $(NBDEBUG_INCL) 701 spell.h structs.h term.h beval.h $(NBDEBUG_INCL)
701 702