From: jljusten Date: Fri, 1 May 2009 06:45:01 +0000 (+0000) Subject: Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. X-Git-Tag: edk2-stable201903~18038 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=c470d831429894bb70c5ac31dc191d05036607a6 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8228 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/BaseTools/Bin/Win32/LzmaCompress.exe b/BaseTools/Bin/Win32/LzmaCompress.exe new file mode 100644 index 0000000000..a2756c00cc Binary files /dev/null and b/BaseTools/Bin/Win32/LzmaCompress.exe differ diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index ac00a009f5..113f4e2383 100644 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -2037,8 +2037,14 @@ RELEASE_MYTOOLS_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT *_*_*_ASL_FLAGS = ################## -# Tiano Compress tool definitions +# LzmaCompress tool definitions ################## -*_*_*_TIANO_PATH = TianoCompress -*_*_*_TIANO_GUID = A31280AD-481E-41B6-95E8-127F4C984779 +*_*_*_LZMA_PATH = LzmaCompress +*_*_*_LZMA_GUID = EE4E5898-3914-4259-9D6E-DC7BD79403CF + +################## +# TianoCompress tool definitions +################## +*_*_*_TIANO_PATH = TianoCompress +*_*_*_TIANO_GUID = A31280AD-481E-41B6-95E8-127F4C984779