Date: Sun, 26 Mar 2000 15:54:32 +0500 Message-Id: <200003261054.PAA03901@midpec.com> From: tr AT midpec DOT com (Prashant TR) To: djgpp AT delorie DOT com In-reply-to: (message from Damian Yerrick on Sun, 26 Mar 2000 00:25:13 GMT) Subject: Re: EXE files too big! References: <8bjhuu$8pt$1 AT newssrv DOT otenet DOT gr> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Damian Yerrick proclaimed: > 1. Download and install UPX. http://upx.tsx.org/ > 2. Run UPX on your executables. > c:\>upx -9 foo.exe And if you don't want UPX for some reason, just use "strip filename.exe".