diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 02:32:20 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 02:32:20 +0000 |
commit | 6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b (patch) | |
tree | a17acb30aa36037654b8e8a22260b1e8424b8438 /EdkCompatibilityPkg/Foundation/Library | |
parent | ac7e320cb8326befd240020db709151884c889bc (diff) | |
download | edk2-platforms-6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b.tar.xz |
GCC cleanup: forward slash used.o
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6783 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf | 16 |
1 files 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
|