2010-03-04 12:57:31 +01:00
|
|
|
## @file
|
|
|
|
# Windows makefile for 'Common' module build.
|
|
|
|
#
|
2010-05-18 07:04:32 +02:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:03:11 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-04 12:57:31 +01:00
|
|
|
#
|
2009-07-17 11:10:31 +02:00
|
|
|
!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 \
|
2020-02-07 00:07:12 +01:00
|
|
|
TianoCompress.obj
|
2009-07-17 11:10:31 +02:00
|
|
|
|
|
|
|
!INCLUDE ..\Makefiles\ms.lib
|
|
|
|
|
|
|
|
|
|
|
|
|