From 39210af3e59c929cba6de2d39ef1c32835f6388b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 29 May 2025 11:04:36 +0200 Subject: Move to VCPKG (#2068) * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. --- src/pluginlist.cpp | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'src/pluginlist.cpp') diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 62284543..e476f8f2 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -16,24 +16,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Mod Organizer. If not, see . */ - #include "pluginlist.h" -#include "modinfo.h" -#include "modlist.h" -#include "scopeguard.h" -#include "settings.h" -#include "shared/directoryentry.h" -#include "shared/fileentry.h" -#include "shared/filesorigin.h" -#include "viewmarkingscrollbar.h" -#include "shared/windows_error.h" -#include -#include -#include -#include -#include -#include +#include +#include +#include #include #include @@ -50,11 +37,23 @@ along with Mod Organizer. If not, see . #include #include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include "gameplugins.h" +#include "modinfo.h" +#include "modlist.h" #include "organizercore.h" +#include "settings.h" +#include "shared/directoryentry.h" +#include "shared/fileentry.h" +#include "shared/filesorigin.h" +#include "shared/windows_error.h" +#include "viewmarkingscrollbar.h" using namespace MOBase; using namespace MOShared; -- cgit v1.3.1