summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-02-29 16:56:39 +0100
committerBram Moolenaar <Bram@vim.org>2012-02-29 16:56:39 +0100
commit91856270dfbf7a042e2869bc44c9c7b217852f40 (patch)
treeb71575869f079f55d2d5601f0912103a2d8055d4 /src/INSTALLpc.txt
parent4336cdf31860c5b590c2e5188b0abb6d6e030de0 (diff)
updated for version 7.3.460v7.3.460
Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index ec358e027e..66f102d126 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -239,6 +239,12 @@ If you are dismayed by how big the EXE is, I strongly recommend you get 'UPX'
found at
http://www.upx.org/
+As of 2011, UPX still does not support compressing 64-bit EXE's; if you have
+built a 64-bit vim then an alternative to UPX is 'MPRESS'. MPRESS can be found
+at:
+ http://www.matcode.com/mpress.htm
+
+
ADDITION: NLS support with MinGW
(by Eduardo F. Amatria <eferna1@platea.pntic.mec.es>)