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. --- .hgignore | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore deleted file mode 100644 index f67264ff..00000000 --- a/.hgignore +++ /dev/null @@ -1,46 +0,0 @@ -syntax: glob -scons_configure.py -scons-ModOrganizer-* -ModOrganizer-build-desktop* -outputd/* -output/* -build-ModOrganizer-* -source/NCC/*/bin -source/NCC/*/obj -source/NCC/bin -*.orig -source/plugins/proxyPython/build -staging/* -source - Copy/* -ModOrganizer-build-* -pdbs/* -source/NCC/BossDummy.x/* -*.ts -staging_prepare/* -staging_trans/* -tools/python_zip/* -Makefile -html -*.vcxproj -*.pdb -*.dll -*.exp -*.tlog -*.user -*.obj -*.suo -*.sln -*.log -*.filters -*.lib -source/organizer/resources/contents/icons -source/plugins/build-* -*/GeneratedFiles/* -translations/* -source/LocalPaths.pri -source/*/Win32/Debug/* -source/plugins/*/Win32/Debug/* -*~ -syntax: regexp -Makefile\.(Debug|Release) -source/.*/debug/.* -- cgit v1.3.1