diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-25 02:57:52 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-25 02:57:52 +0000 |
commit | 79f16ea384cb3d08ef94d0b62f55efe078ffafaf (patch) | |
tree | b4bd59bd595fed0d1c01fc899def5c4753402547 /DuetPkg/DuetPkg.dsc | |
parent | 4cb43192bd4a7b7eee05f5c33233459843636edb (diff) | |
download | edk2-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/DuetPkg.dsc')
-rw-r--r-- | DuetPkg/DuetPkg.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |