Bram Moolenaar wrote:
Mathias Michaelis wrote:
Patch
Problem: IMHO .pdb files should reside in the same directory as the
corresponding .exe files so they can be distributet along
with them.
Solution: Change one line within src/Make_mvc.mak
Files: src/Make_mvc.mak
This doesn't matter for the distribution, the .pdb file can be moved
around after generating it. It might matter for when you want to run
Vim right after compiling it. I haven't tried it.
pdbs are not required to run Vim. They contain symbol information used
by MS debuggers.