diff --git a/SilentHill2Remake/SilentHill2Remake.vcxproj b/SilentHill2Remake/SilentHill2Remake.vcxproj index 7201e1c..1c52dd0 100644 --- a/SilentHill2Remake/SilentHill2Remake.vcxproj +++ b/SilentHill2Remake/SilentHill2Remake.vcxproj @@ -164,8 +164,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -192,7 +191,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -210,7 +209,7 @@ Windows false false - $(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) + $(SolutionDir)external\zydis\Libs; Zydis.lib;%(AdditionalDependencies) @@ -247,8 +246,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -266,7 +264,7 @@ false false $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + Zydis.lib;%(AdditionalDependencies) @@ -275,7 +273,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -293,8 +291,8 @@ Windows false false - $(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) - $(SolutionDir)bin\$(Configuration)\Zydis.lib;%(AdditionalDependencies) + $(SolutionDir)external\zydis\Libs; + Zydis.lib;%(AdditionalDependencies) diff --git a/SilentHillF/SilentHillf.vcxproj b/SilentHillF/SilentHillf.vcxproj index bb53c51..11f9b60 100644 --- a/SilentHillF/SilentHillf.vcxproj +++ b/SilentHillF/SilentHillf.vcxproj @@ -164,8 +164,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -192,7 +191,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -210,7 +209,7 @@ Windows true false - $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) + $(SolutionDir)external\zydis\Libs; Zydis.lib;%(AdditionalDependencies) @@ -247,8 +246,7 @@ true true true - - + ZYDIS_STATIC_BUILD true NotUsing @@ -275,7 +273,7 @@ true true true - MY_VERBOSE_LOGS + MY_VERBOSE_LOGS;ZYDIS_STATIC_BUILD true NotUsing @@ -293,7 +291,7 @@ Windows true false - $(SolutionDir)external\zydis\Libs;$(SolutionDir)external\Maths;%(AdditionalLibraryDirectories) + $(SolutionDir)external\zydis\Libs; Zydis.lib;%(AdditionalDependencies)