mirror of https://github.com/acidanthera/audk.git
11 lines
144 B
Makefile
11 lines
144 B
Makefile
|
!INCLUDE ..\Makefiles\ms.common
|
||
|
|
||
|
APPNAME = EfiLdrImage
|
||
|
|
||
|
LIBS = $(LIB_PATH)\Common.lib
|
||
|
|
||
|
OBJECTS = EfiLdrImage.obj
|
||
|
|
||
|
!INCLUDE ..\Makefiles\ms.app
|
||
|
|