From 9f38fc8f4864db007d83b1dde194ac065c4c7638 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 1 Feb 2026 20:35:01 +0100 Subject: [PATCH] Zydis dependencies rewritten --- Dead Space 2023/Dead Space 2023.vcxproj | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Dead Space 2023/Dead Space 2023.vcxproj b/Dead Space 2023/Dead Space 2023.vcxproj index 91fcaff..4229a45 100644 --- a/Dead Space 2023/Dead Space 2023.vcxproj +++ b/Dead Space 2023/Dead Space 2023.vcxproj @@ -102,7 +102,8 @@ DeadSpace2023Core .dll - $(SolutionDir)bin\$(Configuration)\ + + DeadSpace2023Core @@ -117,7 +118,8 @@ DeadSpace2023Core .dll - $(SolutionDir)bin\$(Configuration)\ + + DeadSpace2023Core @@ -160,8 +162,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -187,7 +188,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -239,8 +240,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -257,7 +257,7 @@ true false $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + Zydis.lib;%(AdditionalDependencies) @@ -266,7 +266,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -284,7 +284,7 @@ true false $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + Zydis.lib;%(AdditionalDependencies)