]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - BaseTools/Source/C/Common/Makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Common / Makefile
... / ...
CommitLineData
1## @file\r
2# Windows makefile for 'Common' module build.\r
3#\r
4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7!INCLUDE ..\Makefiles\ms.common\r
8\r
9# VPATH = ..\r
10\r
11LIBNAME = Common\r
12\r
13OBJECTS = \\r
14 BasePeCoff.obj \\r
15 BinderFuncs.obj \\r
16 CommonLib.obj \\r
17 Crc32.obj \\r
18 Decompress.obj \\r
19 EfiCompress.obj \\r
20 EfiUtilityMsgs.obj \\r
21 FirmwareVolumeBuffer.obj \\r
22 FvLib.obj \\r
23 MemoryFile.obj \\r
24 MyAlloc.obj \\r
25 OsPath.obj \\r
26 ParseGuidedSectionTools.obj \\r
27 ParseInf.obj \\r
28 PeCoffLoaderEx.obj \\r
29 SimpleFileParsing.obj \\r
30 StringFuncs.obj \\r
31 TianoCompress.obj \\r
32 PcdValueCommon.obj\r
33\r
34!INCLUDE ..\Makefiles\ms.lib\r
35\r
36\r
37\r