comparison src/Make_ming.mak @ 2900:4e21fd3cfc30 v7.3.223

updated for version 7.3.223 Problem: MingW cross compilation doesn't work with tiny features. Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of "#ifdef CLIPBOARD". Fix typo in makefile.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 01:30:07 +0200
parents f921368d43c3
children b3a523ced6bd
comparison
equal deleted inserted replaced
2899:03af3c403014 2900:4e21fd3cfc30
85 INTLPATH=$(GETTEXT)/lib/mingw32 85 INTLPATH=$(GETTEXT)/lib/mingw32
86 INTLLIB=gnu_gettext 86 INTLLIB=gnu_gettext
87 87
88 # If you are using gettext-0.10.35 from http://sourceforge.net/projects/gettext 88 # If you are using gettext-0.10.35 from http://sourceforge.net/projects/gettext
89 # or gettext-0.10.37 from http://sourceforge.net/projects/mingwrep/ 89 # or gettext-0.10.37 from http://sourceforge.net/projects/mingwrep/
90 # uncomment the following, but I can't build a static versión with them, ?-(| 90 # uncomment the following, but I can't build a static version with them, ?-(|
91 #GETTEXT=c:/gettext-0.10.37-20010430 91 #GETTEXT=c:/gettext-0.10.37-20010430
92 #STATIC_GETTEXT=USE_STATIC_GETTEXT 92 #STATIC_GETTEXT=USE_STATIC_GETTEXT
93 #DYNAMIC_GETTEXT=DYNAMIC_GETTEXT 93 #DYNAMIC_GETTEXT=DYNAMIC_GETTEXT
94 #INTLPATH=$(GETTEXT)/lib 94 #INTLPATH=$(GETTEXT)/lib
95 #INTLLIB=intl 95 #INTLLIB=intl