summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenBootSector/Makefile
blob: 90fc2fe4ad6cf0c512aa012f194cabe203a970e2 (plain)
1
2
3
4
5
6
7
8
9
10
!INCLUDE ..\Makefiles\ms.common

APPNAME = GenBootSector

LIBS = $(LIB_PATH)\Common.lib

OBJECTS = GenBootSector.obj GetDrvNumOffset.obj

!INCLUDE ..\Makefiles\ms.app