Karsten Hopp bd48be
To: vim-dev@vim.org
Karsten Hopp bd48be
Subject: Patch 7.3.018
Karsten Hopp bd48be
Fcc: outbox
Karsten Hopp bd48be
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp bd48be
Mime-Version: 1.0
Karsten Hopp bd48be
Content-Type: text/plain; charset=UTF-8
Karsten Hopp bd48be
Content-Transfer-Encoding: 8bit
Karsten Hopp bd48be
------------
Karsten Hopp bd48be
Karsten Hopp bd48be
Patch 7.3.018 (after 7.3.012)
Karsten Hopp bd48be
Problem:    Missing argument to windres in MingW makefiles.
Karsten Hopp bd48be
Solution:   Add the argument that was wrapped in the patch. (Jon Maken)
Karsten Hopp bd48be
Files:	    src/Make_ming.mak, src/GvimExt/Make_ming.mak
Karsten Hopp bd48be
Karsten Hopp bd48be
Karsten Hopp bd48be
*** ../vim-7.3.017/src/Make_ming.mak	2010-09-29 12:37:53.000000000 +0200
Karsten Hopp bd48be
--- src/Make_ming.mak	2010-09-29 18:37:08.000000000 +0200
Karsten Hopp bd48be
***************
Karsten Hopp bd48be
*** 303,309 ****
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  CC := $(CROSS_COMPILE)gcc
Karsten Hopp bd48be
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -
Karsten Hopp bd48be
  
Karsten Hopp bd48be
  #>>>>> end of choices
Karsten Hopp bd48be
  ###########################################################################
Karsten Hopp bd48be
--- 303,309 ----
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  CC := $(CROSS_COMPILE)gcc
Karsten Hopp bd48be
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -DRC_INVOKED
Karsten Hopp bd48be
  
Karsten Hopp bd48be
  #>>>>> end of choices
Karsten Hopp bd48be
  ###########################################################################
Karsten Hopp bd48be
*** ../vim-7.3.017/src/GvimExt/Make_ming.mak	2010-09-29 12:37:53.000000000 +0200
Karsten Hopp bd48be
--- src/GvimExt/Make_ming.mak	2010-09-29 18:36:39.000000000 +0200
Karsten Hopp bd48be
***************
Karsten Hopp bd48be
*** 33,39 ****
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  CXX := $(CROSS_COMPILE)g++
Karsten Hopp bd48be
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -
Karsten Hopp bd48be
  LIBS :=  -luuid
Karsten Hopp bd48be
  RES  := gvimext.res
Karsten Hopp bd48be
  DEFFILE = gvimext_ming.def
Karsten Hopp bd48be
--- 33,39 ----
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  endif
Karsten Hopp bd48be
  CXX := $(CROSS_COMPILE)g++
Karsten Hopp bd48be
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -DRC_INVOKED
Karsten Hopp bd48be
  LIBS :=  -luuid
Karsten Hopp bd48be
  RES  := gvimext.res
Karsten Hopp bd48be
  DEFFILE = gvimext_ming.def
Karsten Hopp bd48be
*** ../vim-7.3.017/src/version.c	2010-09-29 18:32:47.000000000 +0200
Karsten Hopp bd48be
--- src/version.c	2010-09-29 18:41:53.000000000 +0200
Karsten Hopp bd48be
***************
Karsten Hopp bd48be
*** 716,717 ****
Karsten Hopp bd48be
--- 716,719 ----
Karsten Hopp bd48be
  {   /* Add new patch number below this line */
Karsten Hopp bd48be
+ /**/
Karsten Hopp bd48be
+     18,
Karsten Hopp bd48be
  /**/
Karsten Hopp bd48be
Karsten Hopp bd48be
-- 
Karsten Hopp bd48be
hundred-and-one symptoms of being an internet addict:
Karsten Hopp bd48be
231. You sprinkle Carpet Fresh on the rugs and put your vacuum cleaner
Karsten Hopp bd48be
     in the front doorway permanently so it always looks like you are
Karsten Hopp bd48be
     actually attempting to do something about that mess that has amassed
Karsten Hopp bd48be
     since you discovered the Internet.
Karsten Hopp bd48be
Karsten Hopp bd48be
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp bd48be
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp bd48be
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp bd48be
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///