]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/VolInfo/Makefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / Makefile
1 ## @file
2 # Windows makefile for 'VolInfo' module build.
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 !INCLUDE ..\Makefiles\ms.common
8
9 APPNAME = VolInfo
10
11 LIBS = $(LIB_PATH)\Common.lib
12
13 OBJECTS = VolInfo.obj
14
15 !INCLUDE ..\Makefiles\ms.app
16