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:
qwang12 2008-12-01 02:32:20 +00:00
parent ac7e320cb8
commit 6bc3c115ba
1 changed files with 8 additions and 8 deletions

View File

@ -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