1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 10.0
5# Interpreter = perl
6# Caption = Pack lzma
7# Descr =Create an lzma archive from a file.
8# Descr =The name of the archive file is asked.
9# Descr =
10# Descr =Selection details:
11# Descr =
12# Descr =  Source: The file to be packed.
13# Descr =
14# Descr =  Target: The directory in which the archive file
15# Descr =          shall be created.
16# Icon = pack_file_lzma.tga
17#[[END PROPERTIES]]
18
19use strict;
20use warnings;
21BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
22
23PackType('lzma');
24