comparison src/Make_cyg_ming.mak @ 17996:03a53a45c2ca v8.1.1994

patch 8.1.1994: MS-Windows: cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/5ec849896f73c82030e4a59377361d0f93c6476f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 6 21:46:15 2019 +0200 patch 8.1.1994: MS-Windows: cannot build with eval but without cscope Problem: MS-Windows: cannot build with eval but without cscope Solution: Adjust the makefiles to always build if_cscope.obj.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Sep 2019 22:00:03 +0200
parents 46f95606b9ec
children cf8e0c7e0cb9
comparison
equal deleted inserted replaced
17995:8a3a63a3c1a0 17996:03a53a45c2ca
734 $(OUTDIR)/fold.o \ 734 $(OUTDIR)/fold.o \
735 $(OUTDIR)/getchar.o \ 735 $(OUTDIR)/getchar.o \
736 $(OUTDIR)/hardcopy.o \ 736 $(OUTDIR)/hardcopy.o \
737 $(OUTDIR)/hashtab.o \ 737 $(OUTDIR)/hashtab.o \
738 $(OUTDIR)/highlight.o \ 738 $(OUTDIR)/highlight.o \
739 $(OUTDIR)/if_cscope.o \
739 $(OUTDIR)/indent.o \ 740 $(OUTDIR)/indent.o \
740 $(OUTDIR)/insexpand.o \ 741 $(OUTDIR)/insexpand.o \
741 $(OUTDIR)/json.o \ 742 $(OUTDIR)/json.o \
742 $(OUTDIR)/list.o \ 743 $(OUTDIR)/list.o \
743 $(OUTDIR)/main.o \ 744 $(OUTDIR)/main.o \
819 OBJ += $(OUTDIR)/if_ruby.o 820 OBJ += $(OUTDIR)/if_ruby.o
820 endif 821 endif
821 ifdef TCL 822 ifdef TCL
822 OBJ += $(OUTDIR)/if_tcl.o 823 OBJ += $(OUTDIR)/if_tcl.o
823 endif 824 endif
824 ifeq ($(CSCOPE),yes)
825 OBJ += $(OUTDIR)/if_cscope.o
826 endif
827 825
828 ifeq ($(NETBEANS),yes) 826 ifeq ($(NETBEANS),yes)
829 ifneq ($(CHANNEL),yes) 827 ifneq ($(CHANNEL),yes)
830 # Cannot use Netbeans without CHANNEL 828 # Cannot use Netbeans without CHANNEL
831 NETBEANS=no 829 NETBEANS=no