summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FCE/Makefile
blob: cc33a42a425080ceaddb8e1eae19d7dd30bed3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## @file
#
# Windows makefile for 'FCE' module build.
#
#Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
#SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.common

APPNAME = FCE

LIBS = $(LIB_PATH)\Common.lib

OBJECTS =  Fce.obj Variable.obj TimeBasedVariable.obj MonotonicBasedVariable.obj IfrParse.obj Common.obj BinaryParse.obj BinaryCreate.obj Expression.obj

!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.app