From e2591d1d2ef4b456540abf3167a5cf2547c665c4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 14 Jul 2019 11:00:20 +0200 Subject: fixed linker issue while linking against static MemDriverLib.lib --- Hunted/Hunted.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Hunted/Hunted.vcxproj b/Hunted/Hunted.vcxproj index ba18a55..448a777 100644 --- a/Hunted/Hunted.vcxproj +++ b/Hunted/Hunted.vcxproj @@ -47,7 +47,7 @@ true v141 Unicode - false + Static false @@ -57,7 +57,7 @@ true Unicode false - false + Static @@ -166,6 +166,7 @@ Sync false $(SolutionDir)include + MultiThreadedDLL Console -- cgit v1.2.3