From ea6659763b75c7585bc11ab8dd4e8df513a224b5 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 17:20:15 -0400 Subject: [PATCH] Remove custom build steps for asar, ImGui, and Abseil libraries from YAZE project configuration - Eliminated custom build commands in `YAZE.vcxproj` related to asar, ImGui, and Abseil libraries, streamlining the project configuration. - Updated `YAZE.vcxproj.filters` to remove associated filters, enhancing clarity in project dependencies. - This change simplifies the build process and focuses on essential components. --- YAZE.vcxproj | 20 -------------------- YAZE.vcxproj.filters | 5 ----- 2 files changed, 25 deletions(-) diff --git a/YAZE.vcxproj b/YAZE.vcxproj index b47c4d4c..cbee26aa 100644 --- a/YAZE.vcxproj +++ b/YAZE.vcxproj @@ -1058,26 +1058,6 @@ - - - Configuring CMake and building asar-static library... - cmake -B "$(ProjectDir)build" -G "Visual Studio 17 2022" -A $(Platform) -DCMAKE_POLICY_VERSION_MINIMUM=3.5 && cmake --build "$(ProjectDir)build" --target asar-static --config $(Configuration) - $(ProjectDir)build\src\lib\asar\src\asar\lib\$(Configuration)\asar-static.lib - $(ProjectDir)CMakeLists.txt;$(ProjectDir)src\lib\asar\CMakeLists.txt - - - Configuring CMake and building ImGui library... - cmake -B "$(ProjectDir)build" -G "Visual Studio 17 2022" -A $(Platform) -DCMAKE_POLICY_VERSION_MINIMUM=3.5 && cmake --build "$(ProjectDir)build" --target ImGui --config $(Configuration) - $(ProjectDir)build\lib\$(Configuration)\ImGui.lib - $(ProjectDir)CMakeLists.txt;$(ProjectDir)cmake\imgui.cmake - - - Configuring CMake and building Abseil libraries... - cmake -B "$(ProjectDir)build" -G "Visual Studio 17 2022" -A $(Platform) -DCMAKE_POLICY_VERSION_MINIMUM=3.5 && cmake --build "$(ProjectDir)build" --target absl_strings --config $(Configuration) - $(ProjectDir)build\src\lib\abseil-cpp\absl\strings\lib\$(Configuration)\absl_strings.lib - $(ProjectDir)CMakeLists.txt;$(ProjectDir)cmake\absl.cmake - - Resource Files - - - Dependencies\Build Steps - - Dependencies