home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.2.306 < prev    next >
Encoding:
Internet Message Format  |  2004-02-29  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.306 (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 6.2.306 (extra)
  11. Problem:    Win32: Building console version with BCC 5.5 gives a warning for
  12.         get_cmd_args() prototype missing.  (Ajit Thakkar)
  13. Solution:   Don't build os_w32exe.c for the console version.
  14. Files:        src/Make_bc5.mak
  15.  
  16.  
  17. *** ../vim-6.2.305/src/Make_bc5.mak    Tue Feb  3 16:55:34 2004
  18. --- src/Make_bc5.mak    Mon Mar  1 19:51:44 2004
  19. ***************
  20. *** 522,528 ****
  21.   !endif
  22.   !endif
  23.   
  24. ! vimobj = $(vimwinmain) \
  25.       $(OBJDIR)\buffer.obj \
  26.       $(OBJDIR)\charset.obj \
  27.       $(OBJDIR)\diff.obj \
  28. --- 522,528 ----
  29.   !endif
  30.   !endif
  31.   
  32. ! vimobj =  \
  33.       $(OBJDIR)\buffer.obj \
  34.       $(OBJDIR)\charset.obj \
  35.       $(OBJDIR)\diff.obj \
  36. ***************
  37. *** 616,621 ****
  38. --- 616,622 ----
  39.   
  40.   !if ("$(GUI)"=="yes")
  41.   vimobj = $(vimobj) \
  42. +     $(vimwinmain) \
  43.       $(OBJDIR)\gui.obj \
  44.       $(OBJDIR)\gui_w32.obj
  45.   !endif
  46. *** ../vim-6.2.305/src/version.c    Mon Mar  1 20:07:25 2004
  47. --- src/version.c    Mon Mar  1 21:39:14 2004
  48. ***************
  49. *** 639,640 ****
  50. --- 639,642 ----
  51.   {   /* Add new patch number below this line */
  52. + /**/
  53. +     306,
  54.   /**/
  55.  
  56. -- 
  57. Witches prefer brooms: vacuum-cleaners need extension cords!
  58.  
  59.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  60. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  61. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  62.  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
  63.