From 79f16ea384cb3d08ef94d0b62f55efe078ffafaf Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 25 Apr 2008 02:57:52 +0000 Subject: [PATCH] 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 --- DuetPkg/BootSector/Makefile | 2 +- DuetPkg/DuetPkg.dsc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2