summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FCE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/FCE/Makefile')
-rw-r--r--BaseTools/Source/C/FCE/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/BaseTools/Source/C/FCE/Makefile b/BaseTools/Source/C/FCE/Makefile
deleted file mode 100644
index cc33a42a42..0000000000
--- a/BaseTools/Source/C/FCE/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-## @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
-