diff 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
line wrap: on
line diff
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -736,6 +736,7 @@ OBJ = \
 	$(OUTDIR)/hardcopy.o \
 	$(OUTDIR)/hashtab.o \
 	$(OUTDIR)/highlight.o \
+	$(OUTDIR)/if_cscope.o \
 	$(OUTDIR)/indent.o \
 	$(OUTDIR)/insexpand.o \
 	$(OUTDIR)/json.o \
@@ -821,9 +822,6 @@ endif
 ifdef TCL
 OBJ += $(OUTDIR)/if_tcl.o
 endif
-ifeq ($(CSCOPE),yes)
-OBJ += $(OUTDIR)/if_cscope.o
-endif
 
 ifeq ($(NETBEANS),yes)
  ifneq ($(CHANNEL),yes)