2010-03-04 12:57:31 +01:00
|
|
|
## @file
|
|
|
|
# Windows makefile for 'GenFw' module build.
|
|
|
|
#
|
2010-05-18 07:04:32 +02:00
|
|
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:03:11 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-04 12:57:31 +01:00
|
|
|
#
|
|
|
|
!INCLUDE ..\Makefiles\ms.common
|
|
|
|
|
|
|
|
APPNAME = GenFw
|
|
|
|
|
|
|
|
LIBS = $(LIB_PATH)\Common.lib
|
|
|
|
|
2010-05-18 07:04:32 +02:00
|
|
|
OBJECTS = GenFw.obj ElfConvert.obj Elf32Convert.obj Elf64Convert.obj
|
2010-03-04 12:57:31 +01:00
|
|
|
|
|
|
|
#CFLAGS = $(CFLAGS) /nodefaultlib:libc.lib
|
|
|
|
|
|
|
|
!INCLUDE ..\Makefiles\ms.app
|
|
|
|
|