From 13f7c1e67349771cca4fdf6ebc742541c4a7b077 Mon Sep 17 00:00:00 2001 From: Amos Date: Sat, 10 Jul 2021 12:27:10 -0700 Subject: [PATCH] Update lib paths --- r5dev/r5dev.vcxproj | 4 ++-- r5launcher/r5launcher.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/r5dev/r5dev.vcxproj b/r5dev/r5dev.vcxproj index 2382d54d..f2b70e96 100644 --- a/r5dev/r5dev.vcxproj +++ b/r5dev/r5dev.vcxproj @@ -83,12 +83,12 @@ true $(SolutionDir)external\detours\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)r5dev\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) false $(SolutionDir)external\detours\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)r5dev\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) diff --git a/r5launcher/r5launcher.vcxproj b/r5launcher/r5launcher.vcxproj index 2f49ad31..7b79654a 100644 --- a/r5launcher/r5launcher.vcxproj +++ b/r5launcher/r5launcher.vcxproj @@ -82,12 +82,12 @@ true $(SolutionDir)external\detours\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) false $(SolutionDir)external\detours\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath)