summaryrefslogtreecommitdiff
path: root/DuetPkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-25 02:57:52 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-25 02:57:52 +0000
commit79f16ea384cb3d08ef94d0b62f55efe078ffafaf (patch)
treeb4bd59bd595fed0d1c01fc899def5c4753402547 /DuetPkg
parent4cb43192bd4a7b7eee05f5c33233459843636edb (diff)
downloadedk2-platforms-79f16ea384cb3d08ef94d0b62f55efe078ffafaf.tar.xz
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
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/BootSector/Makefile2
-rw-r--r--DuetPkg/DuetPkg.dsc3
2 files changed, 4 insertions, 1 deletions
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