]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/EfiLdr.inf
Needed to fix defaulting / to be \ as it is required by EFI Simple File System.
[mirror_edk2.git] / DuetPkg / EfiLdr / EfiLdr.inf
index 8294f2050a5097a4ed28d9d77667b7c3874fd0fb..6d584a201e4982ea3fcda31ef2d0efe4461dc069 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 # \r
-# Copyright (c) 2006, Intel Corporation                                                         \r
+# Copyright (c) 2006 - 2010, Intel Corporation                                                         \r
 # All rights reserved. This program and the accompanying materials                          \r
 # are licensed and made available under the terms and conditions of the BSD License         \r
 # which accompanies this distribution.  The full text of the license may be found at        \r
@@ -47,8 +47,9 @@
   Debug.c\r
   PeLoader.c\r
   Support.c\r
-  TianoDecompress.c\r
-  TianoDecompress.h\r
+  #TianoDecompress.c\r
+  #TianoDecompress.h\r
+  LzmaDecompress.h\r
 \r
 [Guids.common]\r
   gTianoCustomDecompressGuid\r
@@ -58,3 +59,5 @@
   MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h\r
   MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi\r
   MSFT:*_*_IA32_ASMLINK_FLAGS == /link /nologo /tiny  \r
+  MSFT:*_*_*_DLINK_FLAGS = /BASE:0x10000\r
+  GCC:*_*_*_DLINK_FLAGS = --image-base 0x10000\r