BaseTools/BfmLib: Add a tool BfmLib
BmfLib is added for FCE tool. https://bugzilla.tianocore.org/show_bug.cgi?id=1848 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
03835a8c73
commit
dc7b0dc8d6
17
BaseTools/Source/C/BfmLib/Makefile
Normal file
17
BaseTools/Source/C/BfmLib/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
## @file
|
||||
#
|
||||
# Windows makefile for 'BfmLib' module build.
|
||||
#
|
||||
# Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent#
|
||||
##
|
||||
!INCLUDE ..\Makefiles\ms.common
|
||||
|
||||
APPNAME = BfmLib
|
||||
|
||||
LIBS = $(LIB_PATH)\Common.lib
|
||||
|
||||
OBJECTS = BinFileManager.obj BfmLib.obj
|
||||
|
||||
!INCLUDE ..\Makefiles\ms.app
|
||||
|
Reference in New Issue
Block a user