diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-27 05:43:22 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-27 05:43:22 +0000 |
commit | fbf172be3764594a38c48e7a692aeb5fd65eaaea (patch) | |
tree | 356bc2bdc758e23d468218ea7428963bb2433cb8 /EdkCompatibilityPkg/Foundation/Library/CompilerStub | |
parent | d18156ec05210ccb5062985d5e6b080436d876e6 (diff) | |
download | edk2-platforms-fbf172be3764594a38c48e7a692aeb5fd65eaaea.tar.xz |
Changing source filename to match name changing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6026 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/CompilerStub')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf index 9a97656cdd..f93db8a62d 100644 --- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf @@ -33,10 +33,10 @@ COMPONENT_TYPE = LIBRARY # Ia32/memset.asm
[sources.x64]
- 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
|