From 6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 1 Dec 2008 02:32:20 +0000 Subject: [PATCH] GCC cleanup: forward slash used.o git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6783 6f19259b-4bc3-4df7-8a09-765794883524 --- .../CompilerStub/CompilerStubLib_Edk2.inf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf index 9472854d55..f740204ec5 100644 --- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf +++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf @@ -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