From 47902f489d0696af62095b49584654bcc5c282b3 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Tue, 20 Jan 2026 17:36:45 +0100 Subject: [PATCH] Remove zydis dll dependency. Add Unreal Engine SDK functions --- Cronos The New Dawn/CronosTND.vcxproj | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Cronos The New Dawn/CronosTND.vcxproj b/Cronos The New Dawn/CronosTND.vcxproj index eb97e45..a852fb7 100644 --- a/Cronos The New Dawn/CronosTND.vcxproj +++ b/Cronos The New Dawn/CronosTND.vcxproj @@ -165,8 +165,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -194,7 +193,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -251,8 +250,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -272,7 +270,7 @@ true false $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + Zydis.lib;%(AdditionalDependencies) @@ -281,7 +279,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -302,7 +300,7 @@ true false $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + Zydis.lib;%(AdditionalDependencies) @@ -321,6 +319,7 @@ +