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