MdePkg: BaseLib don't require NASM with Xcode

Don't require NASM for simple edk2 Xcode projects.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Andrew Fish <afish@apple.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18766 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Andrew Fish 2015-11-11 02:28:51 +00:00 committed by lgao4
parent 661c306ceb
commit 9a12358cbe
1 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,7 @@
Ia32/GccInline.c | GCC
Ia32/Thunk16.nasm | GCC
Ia32/Thunk16.S | XCODE
Ia32/EnableDisableInterrupts.S | GCC
Ia32/EnablePaging64.S | GCC
Ia32/DisablePaging32.S | GCC
@ -413,6 +414,7 @@
X86DisablePaging32.c
X64/GccInline.c | GCC
X64/Thunk16.nasm | GCC
X64/Thunk16.S | XCODE
X64/SwitchStack.S | GCC
X64/SetJump.S | GCC
X64/LongJump.S | GCC