mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
509 B
Batchfile
Executable File
7 lines
509 B
Batchfile
Executable File
@rem compress binaries for optimum performance without disturbing chkdll32
|
|
@rem yes to: abort if in use, delete debug & extra data, leave non-resident names;
|
|
@rem align no-bounday/page-shift; no backup; use stdio; discard existing exe/dll settings;
|
|
@rem normal priority; packing: LZ, medium run lth, medium fixup; recursive search;
|
|
@rem unpack before pack; pack files; leave stub, remove debug & extra data;
|
|
lxlite *.exe *.dll /yua /ydd /yxd /ynl /anp /b- /cs+ /d /i- /ml1 /mr2 /mf2 /r+ /u+ /x- /zs:0 /zx /zd
|