To: vim-dev@vim.org Subject: Patch 6.1.088 (extra) Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.088 (extra) Problem: Win32: no debugging info is generated. Tags file excludes .cpp files. Solution: Add "/map" to compiler flags. Add "*.cpp" to ctags command. (Muraoka Taro) Files: src/Make_mvc.mak *** ../vim61.087/src/Make_mvc.mak Mon Aug 27 11:45:33 2001 --- src/Make_mvc.mak Tue Jun 4 20:22:32 2002 *************** *** 479,485 **** # !message ! conflags = /nologo /subsystem:$(SUBSYSTEM) /incremental:no LINKARGS1 = $(linkdebug) $(conflags) /nodefaultlib:libc LINKARGS2 = $(CON_LIB) $(GUI_LIB) $(LIBC) $(OLE_LIB) user32.lib $(SNIFF_LIB) \ --- 479,486 ---- # !message ! # "/map /mapinfo:lines" is for debugging ! conflags = /nologo /subsystem:$(SUBSYSTEM) /incremental:no /map /mapinfo:lines LINKARGS1 = $(linkdebug) $(conflags) /nodefaultlib:libc LINKARGS2 = $(CON_LIB) $(GUI_LIB) $(LIBC) $(OLE_LIB) user32.lib $(SNIFF_LIB) \ *************** *** 517,523 **** tags: notags ! $(CTAGS) *.c *.h if_perl.xs proto\*.pro notags: - if exist tags del tags --- 518,524 ---- tags: notags ! $(CTAGS) *.c *.cpp *.h if_perl.xs proto\*.pro notags: - if exist tags del tags *** ../vim61.087/src/version.c Thu Jun 6 20:36:15 2002 --- src/version.c Thu Jun 6 20:37:08 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 88, /**/ -- Corduroy pillows: They're making headlines! /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///