2010-10-09 05:57:25 -04:00
|
|
|
/*
|
|
|
|
* Author: Lasse Collin
|
|
|
|
*
|
|
|
|
* This file has been put into the public domain.
|
|
|
|
* You can do whatever you want with this file.
|
|
|
|
*/
|
|
|
|
|
2009-02-10 14:48:05 -05:00
|
|
|
#define MY_TYPE VFT_APP
|
|
|
|
#define MY_NAME "lzmadec"
|
|
|
|
#define MY_SUFFIX ".exe"
|
2010-02-12 06:16:15 -05:00
|
|
|
#define MY_DESC "lzmadec decompression tool for .lzma files"
|
2009-06-27 10:28:01 -04:00
|
|
|
#include "common_w32res.rc"
|