0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.1-128

This commit is contained in:
Bram Moolenaar
2007-09-30 20:28:48 +00:00
parent ecf4de5d69
commit 61bfb9febe
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# #
# Makefile for VIM on Win32, using Cygnus gcc # Makefile for VIM on Win32, using Cygnus gcc
# Last updated by Dan Sharp. Last Change: 2006 Apr 30 # Last updated by Dan Sharp. Last Change: 2007 Sep 29
# #
# Also read INSTALLpc.txt! # Also read INSTALLpc.txt!
# #
@@ -503,7 +503,7 @@ $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h
$(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
$(OUTDIR)/if_ole.o: if_ole.cpp $(INCL) $(OUTDIR)/if_ole.o: if_ole.cpp $(INCL)
$(CC) -c $(CFLAGS) -D__IID_DEFINED__ if_ole.cpp -o $(OUTDIR)/if_ole.o $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o
if_perl.c: if_perl.xs typemap if_perl.c: if_perl.xs typemap
$(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \ $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
128,
/**/ /**/
127, 127,
/**/ /**/