2010-03-04 19:57:31 +08:00
|
|
|
## @file
|
|
|
|
# Windows makefile for 'Split' module build.
|
|
|
|
#
|
2010-05-18 13:04:32 +08:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:03:11 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-04 19:57:31 +08:00
|
|
|
#
|
|
|
|
!INCLUDE ..\Makefiles\ms.common
|
|
|
|
|
|
|
|
APPNAME = Split
|
|
|
|
|
|
|
|
LIBS = $(LIB_PATH)\Common.lib
|
|
|
|
|
|
|
|
OBJECTS = Split.obj
|
|
|
|
|
|
|
|
!INCLUDE ..\Makefiles\ms.app
|
|
|
|
|