]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.023
- initial import
[packages/vim.git] / 6.2.023
CommitLineData
d8621708 1To: vim-dev@vim.org
2Subject: Patch 6.2.023 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.023 (extra)
11Problem: Win32: Make_ivc.mak does not clean everything.
12Solution: Delete more files in the clean rule. (Walter Briscoe)
13Files: src/Make_ivc.mak
14
15
16*** ../vim-6.2.022/src/Make_ivc.mak Fri May 16 22:07:35 2003
17--- src/Make_ivc.mak Thu Jun 5 10:33:42 2003
18***************
19*** 273,278 ****
20--- 273,285 ----
21 -@if exist Make_ivc.ncb erase Make_ivc.ncb
22 -@if exist Make_ivc.opt erase Make_ivc.opt
23 -@if exist Make_ivc.plg erase Make_ivc.plg
24+ -@if exist dosinst.obj erase dosinst.obj
25+ -@if exist install.exe erase install.exe
26+ -@if exist uninstal.exe erase uninstal.exe
27+ -@if exist uninstal.obj erase uninstal.obj
28+ -@if exist vimrun.exe erase vimrun.exe
29+ -@if exist vimrun.obj erase vimrun.obj
30+
31
32 install.exe: dosinst.c
33 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib ole32.lib advapi32.lib uuid.lib
34*** ../vim-6.2.022/src/version.c Thu Jul 24 21:01:35 2003
35--- src/version.c Thu Jul 24 21:04:44 2003
36***************
37*** 632,633 ****
38--- 632,635 ----
39 { /* Add new patch number below this line */
40+ /**/
41+ 23,
42 /**/
43
44--
45Mushrooms always grow in damp places and so they look like umbrellas.
46
47 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
48/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
49\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
50 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.035372 seconds and 4 git commands to generate.