]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Common/Makefile
Sync EDKII BaseTools to BaseTools project r1913.
[mirror_edk2.git] / BaseTools / Source / C / Common / Makefile
CommitLineData
c69f724d 1## @file\r
2# Windows makefile for 'Common' module build.\r
3#\r
4# Copyright (c) 2007 - 2010, Intel Corporation<BR>\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
30fdf114
LG
13!INCLUDE ..\Makefiles\ms.common\r
14\r
15# VPATH = ..\r
16\r
17LIBNAME = Common\r
18\r
19OBJECTS = \\r
20 BasePeCoff.obj \\r
21 BinderFuncs.obj \\r
22 CommonLib.obj \\r
23 Crc32.obj \\r
24 Decompress.obj \\r
25 EfiCompress.obj \\r
26 EfiUtilityMsgs.obj \\r
27 FirmwareVolumeBuffer.obj \\r
28 FvLib.obj \\r
29 MemoryFile.obj \\r
30 MyAlloc.obj \\r
31 OsPath.obj \\r
32 ParseGuidedSectionTools.obj \\r
33 ParseInf.obj \\r
34 PeCoffLoaderEx.obj \\r
35 SimpleFileParsing.obj \\r
36 StringFuncs.obj \\r
37 TianoCompress.obj\r
38\r
39!INCLUDE ..\Makefiles\ms.lib\r
40\r
41\r
42\r