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