mention --keep-resource in NEWS and help.cpp
This commit is contained in:
@@ -5,6 +5,8 @@ User visible changes for UPX
|
|||||||
Changes in 2.01 (27 May 2006):
|
Changes in 2.01 (27 May 2006):
|
||||||
* arm/pe: better DLL support
|
* arm/pe: better DLL support
|
||||||
* dos/exe: device driver support added (thanks Michael Devore)
|
* dos/exe: device driver support added (thanks Michael Devore)
|
||||||
|
* arm/pe & win32/pe: new option for excluding certain resources from
|
||||||
|
getting compressed ('--keep-resource')
|
||||||
|
|
||||||
Changes in 2.00 (27 Apr 2006):
|
Changes in 2.00 (27 Apr 2006):
|
||||||
* linux/386: the stub now prints an error message if some strict
|
* linux/386: the stub now prints an error message if some strict
|
||||||
|
|||||||
@@ -229,6 +229,7 @@ void show_help(int x)
|
|||||||
" --compress-icons=1 compress all but the first icon\n"
|
" --compress-icons=1 compress all but the first icon\n"
|
||||||
" --compress-icons=2 compress all but the first icon directory [default]\n"
|
" --compress-icons=2 compress all but the first icon directory [default]\n"
|
||||||
" --compress-resources=0 do not compress any resources at all\n"
|
" --compress-resources=0 do not compress any resources at all\n"
|
||||||
|
" --keep-resource=list do not compress resources specified by list\n"
|
||||||
" --strip-relocs=0 do not strip relocations\n"
|
" --strip-relocs=0 do not strip relocations\n"
|
||||||
" --strip-relocs=1 strip relocations [default]\n"
|
" --strip-relocs=1 strip relocations [default]\n"
|
||||||
" --all-methods try all available compression methods\n"
|
" --all-methods try all available compression methods\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user