From c16756d82968d31ec3927ff1320f5f8fa5d7dbf3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Jun 2011 01:30:07 +0200 Subject: 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. --- src/Make_ming.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make_ming.mak') diff --git a/src/Make_ming.mak b/src/Make_ming.mak index 9e66c0512a..aa5cf00672 100644 --- a/src/Make_ming.mak +++ b/src/Make_ming.mak @@ -87,7 +87,7 @@ INTLLIB=gnu_gettext # If you are using gettext-0.10.35 from http://sourceforge.net/projects/gettext # or gettext-0.10.37 from http://sourceforge.net/projects/mingwrep/ -# uncomment the following, but I can't build a static versión with them, ?-(| +# uncomment the following, but I can't build a static version with them, ?-(| #GETTEXT=c:/gettext-0.10.37-20010430 #STATIC_GETTEXT=USE_STATIC_GETTEXT #DYNAMIC_GETTEXT=DYNAMIC_GETTEXT -- cgit v1.2.3