From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/edk2/BaseTools/Source/C/Common/Makefile | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 roms/edk2/BaseTools/Source/C/Common/Makefile (limited to 'roms/edk2/BaseTools/Source/C/Common/Makefile') diff --git a/roms/edk2/BaseTools/Source/C/Common/Makefile b/roms/edk2/BaseTools/Source/C/Common/Makefile new file mode 100644 index 000000000..ec61e45c8 --- /dev/null +++ b/roms/edk2/BaseTools/Source/C/Common/Makefile @@ -0,0 +1,36 @@ +## @file +# Windows makefile for 'Common' module build. +# +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +!INCLUDE ..\Makefiles\ms.common + +# VPATH = .. + +LIBNAME = Common + +OBJECTS = \ + BasePeCoff.obj \ + BinderFuncs.obj \ + CommonLib.obj \ + Crc32.obj \ + Decompress.obj \ + EfiCompress.obj \ + EfiUtilityMsgs.obj \ + FirmwareVolumeBuffer.obj \ + FvLib.obj \ + MemoryFile.obj \ + MyAlloc.obj \ + OsPath.obj \ + ParseGuidedSectionTools.obj \ + ParseInf.obj \ + PeCoffLoaderEx.obj \ + SimpleFileParsing.obj \ + StringFuncs.obj \ + TianoCompress.obj + +!INCLUDE ..\Makefiles\ms.lib + + + -- cgit