mirror of https://github.com/upx/upx.git
parent
a8177201ef
commit
a43d93512d
|
@ -3,7 +3,7 @@ SHELL = /bin/sh
|
||||||
top_srcdir = ..
|
top_srcdir = ..
|
||||||
|
|
||||||
PACKAGE = upx
|
PACKAGE = upx
|
||||||
VERSION_DATE = 29 Dec 2000
|
VERSION_DATE = 30 Dec 2000
|
||||||
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING.*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
|
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING.*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
|
||||||
|
|
||||||
TRIMSPACE = cat
|
TRIMSPACE = cat
|
||||||
|
|
|
@ -649,7 +649,10 @@ This format is used by the TMT Pascal compiler - see http://www.tmt.com/ .
|
||||||
|
|
||||||
Extra options available for this executable format:
|
Extra options available for this executable format:
|
||||||
|
|
||||||
(none)
|
--all-filters Compress the program several times, using different
|
||||||
|
preprocessing filters. This may improve the compression
|
||||||
|
ratio in some cases, but usually the default filter
|
||||||
|
gives the best results anyway.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue