diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf index e53f1d936c..1206e31dd4 100644 --- a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf +++ b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf @@ -1,7 +1,7 @@ ## @file # PeCoffExtraAction Library to support source level debug. # -# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -35,12 +35,14 @@ [Sources.IA32] Ia32/IntHandlerFuncs.c Ia32/IntHandler.asm - Ia32/IntHandler.S | GCC + Ia32/IntHandler.nasm + Ia32/IntHandler.S [Sources.X64] X64/IntHandlerFuncs.c X64/IntHandler.asm - X64/IntHandler.S | GCC + X64/IntHandler.nasm + X64/IntHandler.S [Packages] MdePkg/MdePkg.dec