]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.128
- updated to 7.1.285
[packages/vim.git] / 7.1.128
1 To: vim-dev@vim.org
2 Subject: About patch 7.1.128 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.128 (extra)
11 Problem:    Build problems with new version of Cygwin.
12 Solution:   Remove -D__IID_DEFINED__, like with MingW. (Guopeng Wen)
13 Files:      src/Make_cyg.mak
14
15
16 *** ../vim-7.1.127/src/Make_cyg.mak     Sun Apr 30 20:46:49 2006
17 --- src/Make_cyg.mak    Sat Sep 29 13:09:34 2007
18 ***************
19 *** 1,6 ****
20   #
21   # Makefile for VIM on Win32, using Cygnus gcc
22 ! # Last updated by Dan Sharp.  Last Change: 2006 Apr 30
23   #
24   # Also read INSTALLpc.txt!
25   #
26 --- 1,6 ----
27   #
28   # Makefile for VIM on Win32, using Cygnus gcc
29 ! # Last updated by Dan Sharp.  Last Change: 2007 Sep 29
30   #
31   # Also read INSTALLpc.txt!
32   #
33 ***************
34 *** 503,509 ****
35         $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
36   
37   $(OUTDIR)/if_ole.o:   if_ole.cpp $(INCL)
38 !       $(CC) -c $(CFLAGS) -D__IID_DEFINED__ if_ole.cpp -o $(OUTDIR)/if_ole.o
39   
40   if_perl.c: if_perl.xs typemap
41         $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \
42 --- 503,509 ----
43         $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
44   
45   $(OUTDIR)/if_ole.o:   if_ole.cpp $(INCL)
46 !       $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o
47   
48   if_perl.c: if_perl.xs typemap
49         $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \
50 *** ../vim-7.1.127/src/version.c        Sun Sep 30 22:10:45 2007
51 --- src/version.c       Sun Sep 30 22:27:51 2007
52 ***************
53 *** 668,669 ****
54 --- 668,671 ----
55   {   /* Add new patch number below this line */
56 + /**/
57 +     128,
58   /**/
59
60 -- 
61 Mynd you, m00se bites Kan be pretty nasti ...
62                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
63
64  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
65 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
66 \\\        download, build and distribute -- http://www.A-A-P.org        ///
67  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.052258 seconds and 3 git commands to generate.