X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FEfiLdr%2FEfiLdr.inf;h=6d584a201e4982ea3fcda31ef2d0efe4461dc069;hp=d94267dad78b8b2fc9477e6b0a8de0a4fa352361;hb=fee4cb816c9e7ecb23038d0df74cc781631e9306;hpb=49794755ba41d962f4448364d301939e26eb2bf2 diff --git a/DuetPkg/EfiLdr/EfiLdr.inf b/DuetPkg/EfiLdr/EfiLdr.inf index d94267dad7..6d584a201e 100644 --- a/DuetPkg/EfiLdr/EfiLdr.inf +++ b/DuetPkg/EfiLdr/EfiLdr.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2006, Intel Corporation +# Copyright (c) 2006 - 2010, 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 # which accompanies this distribution. The full text of the license may be found at @@ -47,15 +47,17 @@ Debug.c PeLoader.c Support.c - TianoDecompress.c - TianoDecompress.h + #TianoDecompress.c + #TianoDecompress.h + LzmaDecompress.h [Guids.common] gTianoCustomDecompressGuid [BuildOptions.common] - MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /D EFI32 /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE + MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /O1ib2 /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi MSFT:*_*_IA32_ASMLINK_FLAGS == /link /nologo /tiny - GCC:*_*_IA32_CC_FLAGS = -g + MSFT:*_*_*_DLINK_FLAGS = /BASE:0x10000 + GCC:*_*_*_DLINK_FLAGS = --image-base 0x10000