Updated to support compiler intrinsics properly. I had to comment out some of the features as they are not currently supported by the build.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2816 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH 2007-06-27 23:02:16 +00:00
parent 842f5579c7
commit 479b520d55
2 changed files with 7 additions and 7 deletions

View File

@ -49,14 +49,14 @@
[Sources.Ia32] [Sources.Ia32]
IoHighLevel.c IoHighLevel.c
IoLibGcc.c # IoLibGcc.c || GCC
IoLibMsc.c IoLibMsc.c #|| MSFT
IoLib.c IoLib.c
[Sources.X64] [Sources.X64]
IoHighLevel.c IoHighLevel.c
IoLibGcc.c # IoLibGcc.c || GCC
IoLibMsc.c IoLibMsc.c #|| MSFT
IoLib.c IoLib.c
[Sources.IPF] [Sources.IPF]

View File

@ -290,9 +290,9 @@
x86EnablePaging32.c x86EnablePaging32.c
x86DisablePaging64.c x86DisablePaging64.c
x86DisablePaging32.c x86DisablePaging32.c
Synchronization.c # SynchronizationMsc.c #|| INTC
SynchronizationMsc.c SynchronizationMsc.c #|| MSFT
SynchronizationGcc.c # SynchronizationGcc.c || GCC
[Sources.X64] [Sources.X64]
X64/Thunk16.asm X64/Thunk16.asm