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


*** ..\vim-7.0.000\src\Make_mvc.mak     2006-06-04 18:09:36.210426300 +0200
--- src\Make_mvc.mak    2006-06-05 19:02:19.844152000 +0200
***************
*** 683,689 ****
  # on a crash (doesn't add overhead to the executable).
  #
  CFLAGS = $(CFLAGS) /Zi /Fd$(OUTDIR)/
! LINK_PDB = /PDB:$(OUTDIR)/$(VIM).pdb -debug # -debug:full -debugtype:cv,fixup

  #
  # End extra feature include
--- 683,689 ----
  # on a crash (doesn't add overhead to the executable).
  #
  CFLAGS = $(CFLAGS) /Zi /Fd$(OUTDIR)/
! LINK_PDB = /PDB:$(VIM).pdb -debug # -debug:full -debugtype:cv,fixup

  #
  # End extra feature include

-- 
Thanks a lot for the VIM Editor!
Greetings
Mathias

Reply via email to