summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/BfmLib/Makefile
blob: 2b7483b10fccf94a3c60f5f96a216c81c5f7eb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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