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