]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.775 v7.3.775
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Jan 2013 12:55:20 +0000 (13:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Jan 2013 12:55:20 +0000 (13:55 +0100)
Problem:    Cygwin and Mingw builds miss dependency on gui_w48.c.
Solution:   Add a build rule. (Ken Takata)

src/Make_cyg.mak
src/Make_ming.mak
src/version.c

index a56141662f86c346d388b1b49497418a70596f62..087b68e48198bfd4d58bbcef45f07106f4b55ba2 100644 (file)
@@ -600,6 +600,9 @@ $(OUTDIR)/ex_docmd.o:       ex_docmd.c $(INCL) ex_cmds.h
 $(OUTDIR)/ex_eval.o:   ex_eval.c $(INCL) ex_cmds.h
        $(CC) -c $(CFLAGS) ex_eval.c -o $(OUTDIR)/ex_eval.o
 
+$(OUTDIR)/gui_w32.o:   gui_w32.c gui_w48.c $(INCL)
+       $(CC) -c $(CFLAGS) gui_w32.c -o $(OUTDIR)/gui_w32.o
+
 $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h
        $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
 
index 9402ccce7ad1a42a477948a23efaaaefb9b6d976..b11db8b93a7a104e2443564507d76cc391f0cf7b 100644 (file)
@@ -731,6 +731,9 @@ $(OUTDIR)/ex_docmd.o:       ex_docmd.c $(INCL) ex_cmds.h
 $(OUTDIR)/ex_eval.o:   ex_eval.c $(INCL) ex_cmds.h
        $(CC) -c $(CFLAGS) ex_eval.c -o $(OUTDIR)/ex_eval.o
 
+$(OUTDIR)/gui_w32.o:   gui_w32.c gui_w48.c $(INCL)
+       $(CC) -c $(CFLAGS) gui_w32.c -o $(OUTDIR)/gui_w32.o
+
 $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h
        $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
 
index 01904570664a87b26719136ac3b51bec2d978cd6..725506e33cdebf89788b3948ca0cd9d1dee6d1db 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    775,
 /**/
     774,
 /**/