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