FCE is a tool to retrieve and change HII configuration data in Firmware Device(*.fd) files. https://bugzilla.tianocore.org/show_bug.cgi?id=1848 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
20 lines
508 B
Makefile
20 lines
508 B
Makefile
## @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
|
|
|