From: srs5694 Date: Sat, 29 Jun 2013 14:59:34 +0000 (-0400) Subject: Reversed previous patch, since it turns out it created a binary that X-Git-Url: https://code.delx.au/refind/commitdiff_plain/33878ed874d1dd2fb49063ac810afb34095e8448 Reversed previous patch, since it turns out it created a binary that crashed. --- diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 7fc8876..01cf946 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -383,6 +383,27 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

+
  • Improvements to gptsync, install.sh, or other + support tools: + +
  • +
    diff --git a/refind/Make.tiano b/refind/Make.tiano index 899e4ab..538b3dd 100644 --- a/refind/Make.tiano +++ b/refind/Make.tiano @@ -17,7 +17,6 @@ ALL_EFILIBS = $(EFILIB)/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevel $(EFILIB)/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib \ $(EFILIB)/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/UefiMemoryAllocationLib.lib \ $(EFILIB)/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib \ - $(EFILIB)/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/UefiDevicePathLibDevicePathProtocol.lib \ $(EFILIB)/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.lib \ $(EFILIB)/UefiLib/UefiLib/OUTPUT/UefiLib.lib \ $(EFILIB)/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib \