mirror of https://github.com/acidanthera/audk.git
GCC cleanup: forward slash used.o
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6783 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ac7e320cb8
commit
6bc3c115ba
|
@ -26,18 +26,18 @@ COMPONENT_TYPE = LIBRARY
|
|||
[sources.ia32]
|
||||
memcpy.c | GCC
|
||||
|
||||
Ia32\memcpyRep1.asm
|
||||
Ia32\memsetRep4.asm
|
||||
# Ia32\memcpy.asm
|
||||
# Ia32\memset.asm
|
||||
Ia32/memcpyRep1.asm
|
||||
Ia32/memsetRep4.asm
|
||||
# Ia32/memcpy.asm
|
||||
# Ia32/memset.asm
|
||||
|
||||
[sources.x64]
|
||||
memcpy.c | GCC
|
||||
|
||||
x64\memcpyRep1.asm
|
||||
x64\memsetRep4.asm
|
||||
# x64\memcpy.asm
|
||||
# x64\memset.asm
|
||||
x64/memcpyRep1.asm
|
||||
x64/memsetRep4.asm
|
||||
# x64/memcpy.asm
|
||||
# x64/memset.asm
|
||||
|
||||
[sources.Ipf]
|
||||
memcpy.c | MSFT
|
||||
|
|
Loading…
Reference in New Issue