Patch 8.1.0422
Problem: Cannot create map file with MinGW.
Solution: Add support for $MAP. (Ken Takata, closes #3460)
Files: src/Make_cyg_ming.mak
*** ../vim-8.1.0421/src/Make_cyg_ming.mak 2018-09-21 14:31:48.037839069
+0200
--- src/Make_cyg_ming.mak 2018-09-21 14:42:31.835638592 +0200
***************
*** 35,40 ****
--- 35,43 ----
# set to yes for a debug build
DEBUG=no
+ # set to yes to create a mapfile
+ # MAP=yes
+
# set to SIZE for size, SPEED for speed, MAXSPEED for maximum optimization
OPTIMIZE=MAXSPEED
***************
*** 936,941 ****
--- 939,948 ----
LIB += -Wl,-Bstatic -lwinpthread -Wl,-Bdynamic
endif
+ ifeq (yes, $(MAP))
+ LFLAGS += -Wl,-Map=$(TARGET).map
+ endif
+
all: $(TARGET) vimrun.exe xxd/xxd.exe install.exe uninstal.exe
GvimExt/gvimext.dll
vimrun.exe: vimrun.c
*** ../vim-8.1.0421/src/version.c 2018-09-21 14:31:48.037839069 +0200
--- src/version.c 2018-09-21 14:40:52.312584994 +0200
***************
*** 796,797 ****
--- 796,799 ----
{ /* Add new patch number below this line */
+ /**/
+ 422,
/**/
--
>From "know your smileys":
@:-() Elvis Presley
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.