]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenCrc32/Makefile
6a3d46bc8884e60bbc9e627b2e630405a2d0cd0f
[mirror_edk2.git] / BaseTools / Source / C / GenCrc32 / Makefile
1 ## @file
2 # Windows makefile for 'GenCrc32' 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 = GenCrc32
10
11 LIBS = $(LIB_PATH)\Common.lib
12
13 OBJECTS = GenCrc32.obj
14
15 !INCLUDE ..\Makefiles\ms.app
16