From 4db0b65c06430382d9328012f9538065c5aa78b5 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 11 Dec 2013 08:22:43 +0000 Subject: Correct INF file to make module pass ICC compiler. Signed-off-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14961 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug') diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf index fa485bcf18..9310ccfe83 100644 --- a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf +++ b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf @@ -33,12 +33,12 @@ [Sources.IA32] Ia32/IntHandlerFuncs.c - Ia32/IntHandler.asm | MSFT + Ia32/IntHandler.asm Ia32/IntHandler.S | GCC [Sources.X64] X64/IntHandlerFuncs.c - X64/IntHandler.asm | MSFT + X64/IntHandler.asm X64/IntHandler.S | GCC [Packages] -- cgit v1.2.3