X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FBootSectImage%2FMakefile;fp=BaseTools%2FSource%2FC%2FBootSectImage%2FMakefile;h=ce0c83c7b9b41476a875fd2fed829b42adfe3672;hb=30fdf1140b8d1ce93f3821d986fa165552023440;hp=0000000000000000000000000000000000000000;hpb=577e30cdb473e4af8e65fd6f75236691d0c8dfb3;p=mirror_edk2.git diff --git a/BaseTools/Source/C/BootSectImage/Makefile b/BaseTools/Source/C/BootSectImage/Makefile new file mode 100644 index 0000000000..ce0c83c7b9 --- /dev/null +++ b/BaseTools/Source/C/BootSectImage/Makefile @@ -0,0 +1,10 @@ +!INCLUDE ..\Makefiles\ms.common + +APPNAME = BootSectImage + +LIBS = $(LIB_PATH)\Common.lib + +OBJECTS = BootSectImage.obj + +!INCLUDE ..\Makefiles\ms.app +