From cb3f9670d9b9293b9556956055ddad255614c43c Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 21 Feb 2024 10:23:55 +0700 Subject: [PATCH] Build: Support for enabling WITH_ALT_TASKBAR_IMPL --- ExplorerPatcher/ExplorerPatcher.vcxproj | 6 ++++++ ep_gui/ep_gui.vcxproj | 6 ++++++ ep_setup/ep_setup.vcxproj | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/ExplorerPatcher/ExplorerPatcher.vcxproj b/ExplorerPatcher/ExplorerPatcher.vcxproj index 1f43bb88b..0f3e999d1 100644 --- a/ExplorerPatcher/ExplorerPatcher.vcxproj +++ b/ExplorerPatcher/ExplorerPatcher.vcxproj @@ -24,6 +24,7 @@ CenterTitlebarTextLibrary 10.0 ExplorerPatcher + 0 @@ -90,6 +91,11 @@ ExplorerPatcher.IA-32 $(SolutionDir)\build\$(Configuration)\ + + + WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions) + + Level3 diff --git a/ep_gui/ep_gui.vcxproj b/ep_gui/ep_gui.vcxproj index eabaede08..e4427a1da 100644 --- a/ep_gui/ep_gui.vcxproj +++ b/ep_gui/ep_gui.vcxproj @@ -17,6 +17,7 @@ {2351a0df-782c-4d74-85b7-0847d245d6b4} epgui 10.0 + 0 @@ -67,6 +68,11 @@ $(SolutionDir)libs\funchook\build\Release\;%(AdditionalLibraryDirectories) + + + WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions) + + _DEBUG;%(PreprocessorDefinitions) diff --git a/ep_setup/ep_setup.vcxproj b/ep_setup/ep_setup.vcxproj index a296fa898..0efd94f5f 100644 --- a/ep_setup/ep_setup.vcxproj +++ b/ep_setup/ep_setup.vcxproj @@ -24,6 +24,7 @@ {2fd40b09-f224-4e9a-b2fe-a22b50b2debf} epsetup 10.0 + 0 @@ -86,6 +87,14 @@ false $(SolutionDir)\build\$(Configuration)\ + + + WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions) + + + WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions) + + Level3