diff src/po/Make_mvc.mak @ 12748:f48a1c8c5961 v8.0.1252

patch 8.0.1252: incomplete translations makefile for MinGW/Cygwin commit https://github.com/vim/vim/commit/8889a5c305e69aa49fd08036e624e365097a5b7b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 19:27:36 2017 +0100 patch 8.0.1252: incomplete translations makefile for MinGW/Cygwin Problem: Incomplete translations makefile for MinGW/Cygwin. Solution: Add missing source files. Make it work with msys2's bash. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 19:30:07 +0100
parents 7e367104f6b6
children cf04dbb33f41
line wrap: on
line diff
--- a/src/po/Make_mvc.mak
+++ b/src/po/Make_mvc.mak
@@ -117,7 +117,7 @@ INSTALLDIR = $(VIMRUNTIME)\lang\$(LANGUA
 all: $(MOFILES)
 
 files:
-	$(LS) $(LSFLAGS) ..\*.c ..\if_perl.xs ..\globals.h > .\files
+	$(LS) $(LSFLAGS) ..\*.c ..\if_perl.xs ..\GvimExt\gvimext.cpp ..\globals.h ..\if_py_both.h > .\files
 
 first_time: files
 	set OLD_PO_FILE_INPUT=yes