Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Mathias Michaelis
Bram Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak > Before including this change I

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread A.J.Mechelynck
Bram Moolenaar wrote: Tony Mechelynck wrote: echo string1 > file echo string2 >> file echo string3 >> file etc. ought to work, _except_ when the string is (ignoring case) ON OFF or empty (in which case you will set, clear or display the echo on/off setting instead of

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Bram Moolenaar
Tony Mechelynck wrote: > echo string1 > file > echo string2 >> file > echo string3 >> file > etc. > > ought to work, _except_ when the string is (ignoring case) ON OFF or > empty (in which case you will set, clear or display the echo on/off > setting instead of writing / app

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread A.J.Mechelynck
Bram Moolenaar wrote: Mathias Michaelis wrote: Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak This has always worked

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Bram Moolenaar
Mathias Michaelis wrote: > >> Patch > >> Problem:Make_mvc.mak creates an empty gvim.exe.mnf file > >> (or stops with an error message). > >> Solution: Don't use 'echo' to create files. Use inline files > >> instead. > >> Files: src/Make_mvc.mak > > > > This has

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Mathias Michaelis
Bram >> Patch >> Problem:Make_mvc.mak creates an empty gvim.exe.mnf file >> (or stops with an error message). >> Solution: Don't use 'echo' to create files. Use inline files >> instead. >> Files: src/Make_mvc.mak > > This has always worked just fine. When does

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > Patch > Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops > with an error message). (Suresh Govindachar) > Solution: Don't use 'echo' to create files. Use inline files instead. > Files: src/Make_mvc.mak This has always worked just

Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-05-22 Thread Mathias Michaelis
Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). (Suresh Govindachar) Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak *** ..\vim-7.0.000\src\Make_mvc.mak 2006-05-07 16:13:02.000