]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Common/Makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Common / Makefile
CommitLineData
c69f724d 1## @file\r
2# Windows makefile for 'Common' module build.\r
3#\r
40d841f6 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c69f724d 6#\r
30fdf114
LG
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
309e37a2
LG
31 TianoCompress.obj \\r
32 PcdValueCommon.obj\r
30fdf114
LG
33\r
34!INCLUDE ..\Makefiles\ms.lib\r
35\r
36\r
37\r