Revision: 18766
http://sourceforge.net/p/edk2/code/18766
Author: lgao4
Date: 2015-11-11 02:28:51 +0000 (Wed, 11 Nov 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdePkg/Library/BaseLib/BaseLib.inf
Modified: trunk/edk2/MdePkg/Library/BaseLib/BaseLib.inf
===================================================================
--- trunk/edk2/MdePkg/Library/BaseLib/BaseLib.inf 2015-11-11 02:16:35 UTC
(rev 18765)
+++ trunk/edk2/MdePkg/Library/BaseLib/BaseLib.inf 2015-11-11 02:28:51 UTC
(rev 18766)
@@ -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
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits