]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/Makefile
BaseTools: Replace StandardError with Expression
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / Makefile
index 1c1ba2bc38cc1a7b8359fd4a1dbd1a1312aad475..48aca88913738cb49c88d397a8752a8ab4a180f6 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for 'LzmaCompress' module build.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2016, 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
@@ -25,7 +25,19 @@ OBJECTS = \
   $(SDK_C)\LzmaDec.obj \\r
   $(SDK_C)\LzmaEnc.obj \\r
   $(SDK_C)\7zFile.obj \\r
-  $(SDK_C)\7zStream.obj\r
+  $(SDK_C)\7zStream.obj \\r
+  $(SDK_C)\Bra86.obj \\r
+  $(SDK_C)\LzFindMt.obj \\r
+  $(SDK_C)\Threads.obj\r
 \r
 !INCLUDE ..\Makefiles\ms.app\r
 \r
+all: $(BIN_PATH)\LzmaF86Compress.bat\r
+\r
+$(BIN_PATH)\LzmaF86Compress.bat: LzmaF86Compress.bat\r
+  copy LzmaF86Compress.bat $(BIN_PATH)\LzmaF86Compress.bat /Y\r
+\r
+cleanall: localCleanall\r
+\r
+localCleanall:\r
+  del /f /q $(BIN_PATH)\LzmaF86Compress.bat > nul\r