Karsten Hopp 549678
To: vim_dev@googlegroups.com
Karsten Hopp 549678
Subject: Patch 7.3.775
Karsten Hopp 549678
Fcc: outbox
Karsten Hopp 549678
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 549678
Mime-Version: 1.0
Karsten Hopp 549678
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 549678
Content-Transfer-Encoding: 8bit
Karsten Hopp 549678
------------
Karsten Hopp 549678
Karsten Hopp 549678
Patch 7.3.775
Karsten Hopp 549678
Problem:    Cygwin and Mingw builds miss dependency on gui_w48.c.
Karsten Hopp 549678
Solution:   Add a build rule. (Ken Takata)
Karsten Hopp 549678
Files:	    src/Make_cyg.mak, src/Make_ming.mak
Karsten Hopp 549678
Karsten Hopp 549678
Karsten Hopp 549678
*** ../vim-7.3.774/src/Make_cyg.mak	2012-11-28 16:18:26.000000000 +0100
Karsten Hopp 549678
--- src/Make_cyg.mak	2013-01-23 13:53:48.000000000 +0100
Karsten Hopp 549678
***************
Karsten Hopp 549678
*** 600,605 ****
Karsten Hopp 549678
--- 600,608 ----
Karsten Hopp 549678
  $(OUTDIR)/ex_eval.o:	ex_eval.c $(INCL) ex_cmds.h
Karsten Hopp 549678
  	$(CC) -c $(CFLAGS) ex_eval.c -o $(OUTDIR)/ex_eval.o
Karsten Hopp 549678
  
Karsten Hopp 549678
+ $(OUTDIR)/gui_w32.o:	gui_w32.c gui_w48.c $(INCL)
Karsten Hopp 549678
+ 	$(CC) -c $(CFLAGS) gui_w32.c -o $(OUTDIR)/gui_w32.o
Karsten Hopp 549678
+ 
Karsten Hopp 549678
  $(OUTDIR)/if_cscope.o:	if_cscope.c $(INCL) if_cscope.h
Karsten Hopp 549678
  	$(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
Karsten Hopp 549678
  
Karsten Hopp 549678
*** ../vim-7.3.774/src/Make_ming.mak	2012-11-28 16:18:26.000000000 +0100
Karsten Hopp 549678
--- src/Make_ming.mak	2013-01-23 13:53:48.000000000 +0100
Karsten Hopp 549678
***************
Karsten Hopp 549678
*** 731,736 ****
Karsten Hopp 549678
--- 731,739 ----
Karsten Hopp 549678
  $(OUTDIR)/ex_eval.o:	ex_eval.c $(INCL) ex_cmds.h
Karsten Hopp 549678
  	$(CC) -c $(CFLAGS) ex_eval.c -o $(OUTDIR)/ex_eval.o
Karsten Hopp 549678
  
Karsten Hopp 549678
+ $(OUTDIR)/gui_w32.o:	gui_w32.c gui_w48.c $(INCL)
Karsten Hopp 549678
+ 	$(CC) -c $(CFLAGS) gui_w32.c -o $(OUTDIR)/gui_w32.o
Karsten Hopp 549678
+ 
Karsten Hopp 549678
  $(OUTDIR)/if_cscope.o:	if_cscope.c $(INCL) if_cscope.h
Karsten Hopp 549678
  	$(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
Karsten Hopp 549678
  
Karsten Hopp 549678
*** ../vim-7.3.774/src/version.c	2013-01-23 13:40:54.000000000 +0100
Karsten Hopp 549678
--- src/version.c	2013-01-23 13:53:34.000000000 +0100
Karsten Hopp 549678
***************
Karsten Hopp 549678
*** 727,728 ****
Karsten Hopp 549678
--- 727,730 ----
Karsten Hopp 549678
  {   /* Add new patch number below this line */
Karsten Hopp 549678
+ /**/
Karsten Hopp 549678
+     775,
Karsten Hopp 549678
  /**/
Karsten Hopp 549678
Karsten Hopp 549678
-- 
Karsten Hopp 549678
        **  Hello and Welcome to the Psychiatric Hotline **
Karsten Hopp 549678
If you are obsessive-compulsive, please press 1 repeatedly.
Karsten Hopp 549678
If you are co-dependent, please ask someone to press 2.
Karsten Hopp 549678
If you have multiple personalities, please press 3, 4, 5 and 6.
Karsten Hopp 549678
If you are paranoid-delusional, we know who you are and what you want
Karsten Hopp 549678
       - just stay on the line so we can trace the call.
Karsten Hopp 549678
If you are schizophrenic, listen carefully and a little voice will
Karsten Hopp 549678
       tell you which number to press next.
Karsten Hopp 549678
If you are manic-depressive, it doesn't matter which number you press
Karsten Hopp 549678
       - no one will answer.
Karsten Hopp 549678
If you suffer from panic attacks, push every button you can find.
Karsten Hopp 549678
If you are sane, please hold on - we have the rest of humanity on the
Karsten Hopp 549678
        other line and they desparately want to ask you a few questions.
Karsten Hopp 549678
Karsten Hopp 549678
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 549678
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 549678
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 549678
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///