diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-19 01:30:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-19 01:30:07 +0200 |
commit | c16756d82968d31ec3927ff1320f5f8fa5d7dbf3 (patch) | |
tree | bb07bbddcdce9da44a9f5dd60cdb7fe9c4d83274 /src/Make_ming.mak | |
parent | 26f3c637fc2072ab403d6c77999ee5840a3196f8 (diff) | |
download | vim-git-c16756d82968d31ec3927ff1320f5f8fa5d7dbf3.tar.gz |
updated for version 7.3.223v7.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.
Diffstat (limited to 'src/Make_ming.mak')
-rw-r--r-- | src/Make_ming.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_ming.mak b/src/Make_ming.mak index 9e66c0512..aa5cf0067 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 |