From 9947a9fbc20f5c0ec0acd002209693081fe8d5ff Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Sat, 25 Apr 2020 06:33:56 +0200 Subject: Loader: support legacy BIOS boot entries in the fallback path Fixes #9 --- Application/Loader/Loader.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Application/Loader/Loader.vcxproj') diff --git a/Application/Loader/Loader.vcxproj b/Application/Loader/Loader.vcxproj index c6aaa95..512b624 100644 --- a/Application/Loader/Loader.vcxproj +++ b/Application/Loader/Loader.vcxproj @@ -26,7 +26,7 @@ CONFIGURE_DRIVER=1;%(PreprocessorDefinitions) - $(SolutionDir)Include + $(SolutionDir)Include;$(EDK_PATH)\OvmfPkg\Csm\Include UefiApplicationEntryPoint.lib;BaseMemoryLib.lib;%(AdditionalDependencies) -- cgit v1.2.3