]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/BfmLib/Makefile
BaseTools/BfmLib: Add a tool BfmLib
[mirror_edk2.git] / BaseTools / Source / C / BfmLib / Makefile
1 ## @file
2 #
3 # Windows makefile for 'BfmLib' module build.
4 #
5 # Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent#
7 ##
8 !INCLUDE ..\Makefiles\ms.common
9
10 APPNAME = BfmLib
11
12 LIBS = $(LIB_PATH)\Common.lib
13
14 OBJECTS = BinFileManager.obj BfmLib.obj
15
16 !INCLUDE ..\Makefiles\ms.app
17