Karsten Hopp 659b74
To: vim-dev@vim.org
Karsten Hopp 659b74
Subject: Patch 7.3.012
Karsten Hopp 659b74
Fcc: outbox
Karsten Hopp 659b74
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 659b74
Mime-Version: 1.0
Karsten Hopp 659b74
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 659b74
Content-Transfer-Encoding: 8bit
Karsten Hopp 659b74
------------
Karsten Hopp 659b74
Karsten Hopp 659b74
Patch 7.3.012
Karsten Hopp 659b74
Problem:    Problems building with MingW.
Karsten Hopp 659b74
Solution:   Adjust the MingW makefiles. (Jon)
Karsten Hopp 659b74
Files:	    src/Make_ming.mak, src/GvimExt/Make_ming.mak
Karsten Hopp 659b74
Karsten Hopp 659b74
Karsten Hopp 659b74
*** ../vim-7.3.011/src/Make_ming.mak	2010-08-15 21:57:32.000000000 +0200
Karsten Hopp 659b74
--- src/Make_ming.mak	2010-09-29 12:32:13.000000000 +0200
Karsten Hopp 659b74
***************
Karsten Hopp 659b74
*** 303,309 ****
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  CC := $(CROSS_COMPILE)gcc
Karsten Hopp 659b74
! WINDRES := $(CROSS_COMPILE)windres
Karsten Hopp 659b74
  
Karsten Hopp 659b74
  #>>>>> end of choices
Karsten Hopp 659b74
  ###########################################################################
Karsten Hopp 659b74
--- 303,309 ----
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  CC := $(CROSS_COMPILE)gcc
Karsten Hopp 659b74
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -
Karsten Hopp 659b74
  
Karsten Hopp 659b74
  #>>>>> end of choices
Karsten Hopp 659b74
  ###########################################################################
Karsten Hopp 659b74
*** ../vim-7.3.011/src/GvimExt/Make_ming.mak	2010-08-15 21:57:29.000000000 +0200
Karsten Hopp 659b74
--- src/GvimExt/Make_ming.mak	2010-09-29 12:31:07.000000000 +0200
Karsten Hopp 659b74
***************
Karsten Hopp 659b74
*** 33,39 ****
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  CXX := $(CROSS_COMPILE)g++
Karsten Hopp 659b74
! WINDRES := $(CROSS_COMPILE)windres
Karsten Hopp 659b74
  LIBS :=  -luuid
Karsten Hopp 659b74
  RES  := gvimext.res
Karsten Hopp 659b74
  DEFFILE = gvimext_ming.def
Karsten Hopp 659b74
--- 33,39 ----
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  endif
Karsten Hopp 659b74
  CXX := $(CROSS_COMPILE)g++
Karsten Hopp 659b74
! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -
Karsten Hopp 659b74
  LIBS :=  -luuid
Karsten Hopp 659b74
  RES  := gvimext.res
Karsten Hopp 659b74
  DEFFILE = gvimext_ming.def
Karsten Hopp 659b74
*** ../vim-7.3.011/src/version.c	2010-09-21 22:09:28.000000000 +0200
Karsten Hopp 659b74
--- src/version.c	2010-09-29 12:36:42.000000000 +0200
Karsten Hopp 659b74
***************
Karsten Hopp 659b74
*** 716,717 ****
Karsten Hopp 659b74
--- 716,719 ----
Karsten Hopp 659b74
  {   /* Add new patch number below this line */
Karsten Hopp 659b74
+ /**/
Karsten Hopp 659b74
+     12,
Karsten Hopp 659b74
  /**/
Karsten Hopp 659b74
Karsten Hopp 659b74
-- 
Karsten Hopp 659b74
If evolution theories are correct, humans will soon grow a third
Karsten Hopp 659b74
hand for operating the mouse.
Karsten Hopp 659b74
Karsten Hopp 659b74
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 659b74
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 659b74
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 659b74
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///