comparison src/GvimExt/Make_ming.mak @ 7602:a82b2d79e61b

commit https://github.com/vim/vim/commit/abfa9efb983c6fe9f5c4c342ff4d7017ce9a2c4b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 22:34:45 2016 +0100 patch 7.4.1100 Problem: Cygwin makefiles are unused. Solution: Remove them.
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 22:45:04 +0100
parents cc3f3d35c549
children a0e7d7070799
comparison
equal deleted inserted replaced
7601:88c4c634e919 7602:a82b2d79e61b
1 # Project: gvimext 1 # Project: gvimext
2 # Generates gvimext.dll with gcc. 2 # Generates gvimext.dll with gcc.
3 # To be used with MingW. 3 # To be used with MingW and Cygwin.
4 # 4 #
5 # Originally, the DLL base address was fixed: -Wl,--image-base=0x1C000000 5 # Originally, the DLL base address was fixed: -Wl,--image-base=0x1C000000
6 # Now it is allocated dymanically by the linker by evaluating all DLLs 6 # Now it is allocated dymanically by the linker by evaluating all DLLs
7 # already loaded in memory. The binary image contains as well information 7 # already loaded in memory. The binary image contains as well information
8 # for automatic pseudo-rebasing, if needed by the system. ALV 2004-02-29 8 # for automatic pseudo-rebasing, if needed by the system. ALV 2004-02-29