From: klu2 Date: Fri, 25 Apr 2008 02:57:52 +0000 (+0000) Subject: Move post building command from make file to bat file. Until build system support... X-Git-Tag: edk2-stable201903~21078 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=79f16ea384cb3d08ef94d0b62f55efe078ffafaf Move post building command from make file to bat file. Until build system support post build, these command will be for Duet platform's post building commands. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5125 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile index 53c55178da..cfb2a5faf5 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -33,7 +33,7 @@ LIBS = COMMON_DEPS = -all: $(TARGET_FILES) loader +all: $(TARGET_FILES) #============= $(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 46b6178a68..e1ee50a1f7 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -129,3 +129,6 @@ # ISA Support DuetPkg/IsaAcpiDxe/IsaAcpi.inf DuetPkg/BootSector/BootSector.inf + +[BuildOptions.common] + MSFT:*_*_*_CC_FLAGS = /Fa$* /FAsc /FR$(@R).SBR \ No newline at end of file