diff options
Diffstat (limited to 'BaseTools/Source/C/LzmaCompress')
-rw-r--r-- | BaseTools/Source/C/LzmaCompress/LzmaF86Compress.bat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BaseTools/Source/C/LzmaCompress/LzmaF86Compress.bat b/BaseTools/Source/C/LzmaCompress/LzmaF86Compress.bat index 77749dfd16..f059ad6b2b 100644 --- a/BaseTools/Source/C/LzmaCompress/LzmaF86Compress.bat +++ b/BaseTools/Source/C/LzmaCompress/LzmaF86Compress.bat @@ -1,7 +1,8 @@ +@REM @file
+@REM This script will exec LzmaCompress tool with --f86 option that enables
+@REM converter for x86 code.
@REM
-@REM This script will exec LzmaCompress tool with --f86 option that enables converter for x86 code.
-@REM
-@REM Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
+@REM Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
@REM This program and the accompanying materials
@REM are licensed and made available under the terms and conditions of the BSD License
@REM which accompanies this distribution. The full text of the license may be found at
|