summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 02:32:20 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 02:32:20 +0000
commit6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b (patch)
treea17acb30aa36037654b8e8a22260b1e8424b8438 /EdkCompatibilityPkg
parentac7e320cb8326befd240020db709151884c889bc (diff)
downloadedk2-6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b.zip
edk2-6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b.tar.gz
edk2-6bc3c115ba52a1d1e14c9d0de60eb3672f4dda5b.tar.bz2
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')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf16
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 9472854..f740204 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