]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/GNUmakefile
Sync BaseTools Trunk (version r2518) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / GNUmakefile
index de38ea104711e7a00e0c9b1eb7514928dc0ec174..07f0a90b60b3bd03870b48d28685bc3b5ecc1d62 100644 (file)
@@ -1,3 +1,15 @@
+## @file\r
+# Windows makefile for 'LzmaCompress' module build.\r
+#\r
+# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
 ARCH ?= IA32\r
 MAKEROOT ?= ..\r
 \r
@@ -12,7 +24,8 @@ OBJECTS = \
   $(SDK_C)/LzmaDec.o \\r
   $(SDK_C)/LzmaEnc.o \\r
   $(SDK_C)/7zFile.o \\r
-  $(SDK_C)/7zStream.o\r
+  $(SDK_C)/7zStream.o \\r
+  $(SDK_C)/Bra86.o\r
 \r
 include $(MAKEROOT)/Makefiles/app.makefile\r
 \r