diff --git a/src/Scene.cpp b/src/Scene.cpp index cfd4f68..c3c33ae 100644 --- a/src/Scene.cpp +++ b/src/Scene.cpp @@ -44,7 +44,7 @@ bool Scene::Start() Engine::GetInstance().audio->PlayMusic("Assets/Audio/Music/level-iv-339695.wav"); //L06 TODO 3: Call the function to load the map. - Engine::GetInstance().map->Load("Assets/Maps/", "MapaPrueba.tmx"); + Engine::GetInstance().map->Load("Assets/Maps/", "MapTemplate.tmx"); return true; } diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/box2d/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/box2d/x64-windows.vcpkg_abi_info.txt index 8c4a4e1..5f302bf 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/box2d/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/box2d/x64-windows.vcpkg_abi_info.txt @@ -2,14 +2,14 @@ cmake 3.30.1 features core libm.diff b502b0e55c76149d6563399fe089a8b11047c7799e2d7539ccd687b1ccb23db4 portfile.cmake 4727270824f6dd5aa17a2adf8b67763f46835cf0d6605a93aaa03e6e34f4236e -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage ae32a08c80bbba2186a0861b9dc4f955de1d119c44e7446fdf882d4b60679cd3 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ee8f8408b4e99ec90eca3610dd00661951e401ca6f4903a59e98a62349fabf60 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeCache.txt b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeCache.txt index c729274..6bc3ce3 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeCache.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. -# For build in directory: c:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel -# It was generated by CMake: C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe +# For build in directory: c:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel +# It was generated by CMake: C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -18,7 +18,7 @@ BUILD_SHARED_LIBS:UNINITIALIZED=ON //Path to a program. -CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/lib.exe +CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... @@ -27,11 +27,11 @@ CMAKE_BUILD_TYPE:STRING=Release CMAKE_CROSSCOMPILING:STRING=OFF //CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe +CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP ' -CMAKE_CXX_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 ' +CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG @@ -45,11 +45,11 @@ CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //C compiler -CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe +CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /MP ' -CMAKE_C_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 ' +CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG @@ -92,7 +92,7 @@ CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_INSTALL_BINDIR:STRING=bin @@ -101,13 +101,13 @@ CMAKE_INSTALL_BINDIR:STRING=bin CMAKE_INSTALL_LIBDIR:STRING=lib //Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows +CMAKE_INSTALL_PREFIX:PATH=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows //No help, variable specified on the command line. CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE //Path to a program. -CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe +CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe //make program CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe @@ -133,7 +133,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$:Debug>$<$:DLL> //Path to a program. -CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/mt.exe +CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= @@ -145,7 +145,7 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_NAME:STATIC=detect_compiler //RC compiler -CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe +CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32 @@ -210,7 +210,7 @@ CMAKE_SYSTEM_NAME:STRING=Windows CMAKE_SYSTEM_PROCESSOR:STRING=AMD64 -CMAKE_SYSTEM_VERSION:STRING=10.0.26100 +CMAKE_SYSTEM_VERSION:STRING=10.0.26200 //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake @@ -228,9 +228,6 @@ VCPKG_APPLOCAL_DEPS:BOOL=OFF //No help, variable specified on the command line. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/toolchains/windows.cmake -//No help, variable specified on the command line. -VCPKG_COMPILER_CACHE_FILE:UNINITIALIZED=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/compiler-file-hash-cache.json - //No help, variable specified on the command line. VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic @@ -254,7 +251,7 @@ VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= //The directory which contains the installed libraries for each // triplet -VCPKG_INSTALLED_DIR:PATH=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows +VCPKG_INSTALLED_DIR:PATH=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows //No help, variable specified on the command line. VCPKG_LINKER_FLAGS:UNINITIALIZED= @@ -317,13 +314,13 @@ Z_VCPKG_ROOT_DIR:UNINITIALIZED=C:/Program Files/Microsoft Visual Studio/2022/Com //The directory which contains the installed libraries for each // triplet -_VCPKG_INSTALLED_DIR:PATH=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows +_VCPKG_INSTALLED_DIR:PATH=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows //No help, variable specified on the command line. _VCPKG_ROOT_DIR:UNINITIALIZED=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/ //Value Computed by CMake -detect_compiler_BINARY_DIR:STATIC=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel +detect_compiler_BINARY_DIR:STATIC=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel //Value Computed by CMake detect_compiler_IS_TOP_LEVEL:STATIC=ON @@ -339,7 +336,7 @@ detect_compiler_SOURCE_DIR:STATIC=C:/Program Files/Microsoft Visual Studio/2022/ //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel +CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -347,11 +344,11 @@ CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe +CMAKE_COMMAND:INTERNAL=C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cpack.exe +CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cpack.exe //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/ctest.exe +CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/ctest.exe //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS @@ -381,7 +378,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake-gui.exe +CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS @@ -443,7 +440,7 @@ CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30 +CMAKE_ROOT:INTERNAL=C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCCompiler.cmake b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCCompiler.cmake index 5e079d2..63e032e 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCCompiler.cmake +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCCompiler.cmake @@ -1,7 +1,7 @@ -set(CMAKE_C_COMPILER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe") +set(CMAKE_C_COMPILER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe") set(CMAKE_C_COMPILER_ARG1 "") set(CMAKE_C_COMPILER_ID "MSVC") -set(CMAKE_C_COMPILER_VERSION "19.44.35209.0") +set(CMAKE_C_COMPILER_VERSION "19.43.34809.0") set(CMAKE_C_COMPILER_VERSION_INTERNAL "") set(CMAKE_C_COMPILER_WRAPPER "") set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90") @@ -22,18 +22,18 @@ set(CMAKE_C_COMPILER_ARCHITECTURE_ID x64) set(MSVC_C_ARCHITECTURE_ID x64) -set(CMAKE_AR "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/lib.exe") +set(CMAKE_AR "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe") set(CMAKE_C_COMPILER_AR "") set(CMAKE_RANLIB ":") set(CMAKE_C_COMPILER_RANLIB "") -set(CMAKE_LINKER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe") -set(CMAKE_LINKER_LINK "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe") +set(CMAKE_LINKER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe") +set(CMAKE_LINKER_LINK "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe") set(CMAKE_LINKER_LLD "lld-link") set(CMAKE_C_COMPILER_LINKER "") set(CMAKE_C_COMPILER_LINKER_ID "") set(CMAKE_C_COMPILER_LINKER_VERSION ) set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/mt.exe") +set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe") set(CMAKE_TAPI "") set(CMAKE_COMPILER_IS_GNUCC ) set(CMAKE_C_COMPILER_LOADED 1) diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCXXCompiler.cmake b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCXXCompiler.cmake index 937b0d9..f87a5d7 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCXXCompiler.cmake +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeCXXCompiler.cmake @@ -1,7 +1,7 @@ -set(CMAKE_CXX_COMPILER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe") +set(CMAKE_CXX_COMPILER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe") set(CMAKE_CXX_COMPILER_ARG1 "") set(CMAKE_CXX_COMPILER_ID "MSVC") -set(CMAKE_CXX_COMPILER_VERSION "19.44.35209.0") +set(CMAKE_CXX_COMPILER_VERSION "19.43.34809.0") set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") set(CMAKE_CXX_COMPILER_WRAPPER "") set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") @@ -24,18 +24,18 @@ set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID x64) set(MSVC_CXX_ARCHITECTURE_ID x64) -set(CMAKE_AR "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/lib.exe") +set(CMAKE_AR "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe") set(CMAKE_CXX_COMPILER_AR "") set(CMAKE_RANLIB ":") set(CMAKE_CXX_COMPILER_RANLIB "") -set(CMAKE_LINKER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe") -set(CMAKE_LINKER_LINK "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/link.exe") +set(CMAKE_LINKER "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe") +set(CMAKE_LINKER_LINK "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe") set(CMAKE_LINKER_LLD "lld-link") set(CMAKE_CXX_COMPILER_LINKER "") set(CMAKE_CXX_COMPILER_LINKER_ID "") set(CMAKE_CXX_COMPILER_LINKER_VERSION ) set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/mt.exe") +set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe") set(CMAKE_TAPI "") set(CMAKE_COMPILER_IS_GNUCXX ) set(CMAKE_CXX_COMPILER_LOADED 1) diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeRCCompiler.cmake b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeRCCompiler.cmake index 04ac4ca..4c9d9a8 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeRCCompiler.cmake +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeRCCompiler.cmake @@ -1,4 +1,4 @@ -set(CMAKE_RC_COMPILER "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe") +set(CMAKE_RC_COMPILER "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe") set(CMAKE_RC_COMPILER_ARG1 "") set(CMAKE_RC_COMPILER_LOADED 1) set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeSystem.cmake b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeSystem.cmake index 8e0aa2b..76541cc 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeSystem.cmake +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.26100") +set(CMAKE_HOST_SYSTEM "Windows-10.0.26200") set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.26200") set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") include("C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake") -set(CMAKE_SYSTEM "Windows-10.0.26100") +set(CMAKE_SYSTEM "Windows-10.0.26200") set(CMAKE_SYSTEM_NAME "Windows") -set(CMAKE_SYSTEM_VERSION "10.0.26100") +set(CMAKE_SYSTEM_VERSION "10.0.26200") set(CMAKE_SYSTEM_PROCESSOR "AMD64") set(CMAKE_CROSSCOMPILING "OFF") diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe index 49a7c6d..561e1a3 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe and b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe differ diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe index 3b3a45f..04b5862 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe and b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe differ diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/CMakeConfigureLog.yaml b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/CMakeConfigureLog.yaml index 6056fc9..668f2fe 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/CMakeConfigureLog.yaml +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/CMakeConfigureLog.yaml @@ -4,20 +4,20 @@ events: - kind: "message-v1" backtrace: - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:205 (message)" - "CMakeLists.txt:2 (project)" message: | - The system is: Windows - 10.0.26100 - AMD64 + The system is: Windows - 10.0.26200 - AMD64 - kind: "message-v1" backtrace: - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:11 (enable_language)" message: | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe + Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/MP Id flags: @@ -31,31 +31,31 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj" The C compiler identification is MSVC, found in: - C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe + C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdC/CMakeCCompilerId.exe - kind: "message-v1" backtrace: - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1243 (message)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1243 (message)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:11 (enable_language)" message: | Detecting C compiler /showIncludes prefix: main.c - Note: including file: C:\\Users\\brunogs1\\Downloads\\PlatformGame-ProjectTemplate\\PlatformGame-ProjectTemplate\\vcpkg_installed\\x64-windows\\vcpkg\\blds\\detect_compiler\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h + Note: including file: C:\\Users\\bruno\\Documents\\GitHub\\PlatformGame-ProjectTemplate\\vcpkg_installed\\x64-windows\\vcpkg\\blds\\detect_compiler\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h Found prefix "Note: including file: " - kind: "message-v1" backtrace: - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:12 (enable_language)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe + Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/GR;/EHsc;/MP Id flags: @@ -69,19 +69,19 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj" The CXX compiler identification is MSVC, found in: - C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe + C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/3.30.1/CompilerIdCXX/CMakeCXXCompilerId.exe - kind: "message-v1" backtrace: - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1243 (message)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)" - - "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1243 (message)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)" + - "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:12 (enable_language)" message: | Detecting CXX compiler /showIncludes prefix: main.c - Note: including file: C:\\Users\\brunogs1\\Downloads\\PlatformGame-ProjectTemplate\\PlatformGame-ProjectTemplate\\vcpkg_installed\\x64-windows\\vcpkg\\blds\\detect_compiler\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h + Note: including file: C:\\Users\\bruno\\Documents\\GitHub\\PlatformGame-ProjectTemplate\\vcpkg_installed\\x64-windows\\vcpkg\\blds\\detect_compiler\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h Found prefix "Note: including file: " ... diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/TargetDirectories.txt b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/TargetDirectories.txt index 353c13f..720527d 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/TargetDirectories.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/TargetDirectories.txt @@ -1,2 +1,2 @@ -C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/edit_cache.dir -C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rebuild_cache.dir +C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/edit_cache.dir +C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rebuild_cache.dir diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rules.ninja b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rules.ninja index f217964..947035b 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rules.ninja +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/CMakeFiles/rules.ninja @@ -29,7 +29,7 @@ rule CUSTOM_COMMAND # Rule for re-running cmake. rule RERUN_CMAKE - command = C:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake.exe --regenerate-during-build -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel + command = C:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake.exe --regenerate-during-build -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel description = Re-running CMake... generator = 1 diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/build.ninja b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/build.ninja index de5089f..2a2b4bd 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/build.ninja +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/build.ninja @@ -39,13 +39,13 @@ include CMakeFiles\rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = C$:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel\ +cmake_ninja_workdir = C$:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel\ ############################################# # Utility command for edit_cache build CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel && C:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake-gui.exe -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel" + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel && C:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake-gui.exe -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel" DESC = Running CMake cache editor... pool = console restat = 1 @@ -57,7 +57,7 @@ build edit_cache: phony CMakeFiles\edit_cache.util # Utility command for rebuild_cache build CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel && C:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake.exe --regenerate-during-build -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\brunogs1\Downloads\PlatformGame-ProjectTemplate\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel" + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel && C:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake.exe --regenerate-during-build -S"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg\scripts\detect_compiler" -BC:\Users\bruno\Documents\GitHub\PlatformGame-ProjectTemplate\vcpkg_installed\x64-windows\vcpkg\blds\detect_compiler\x64-windows-rel" DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -73,7 +73,7 @@ build rebuild_cache: phony CMakeFiles\rebuild_cache.util # ============================================================================= ############################################# -# Folder: C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel +# Folder: C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel build all: phony @@ -84,14 +84,14 @@ build all: phony ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\buildsystems\vcpkg.cmake C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\detect_compiler\CMakeLists.txt C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\toolchains\windows.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCommonLanguageInclude.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCompilerIdDetection.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDependentOption.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCXXCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompilerId.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineRCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineSystem.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeFindBinUtils.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeGenericSystem.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeInitializeConfigs.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeLanguageInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystem.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInitialize.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCXXCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestRCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ADSP-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMCC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\AppleClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Borland-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Bruce-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CMakeCommonCompilerMacros.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompilerInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Cray-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CrayClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Embarcadero-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Fujitsu-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GHS-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IAR-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Intel-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-C.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVHPC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVIDIA-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OrangeC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PGI-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PathScale-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SCO-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SDCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TI-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TIClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Tasking-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Watcom-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Determine-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Initialize.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-C.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\WindowsPaths.cmake CMakeCache.txt CMakeFiles\3.30.1\CMakeCCompiler.cmake CMakeFiles\3.30.1\CMakeCXXCompiler.cmake CMakeFiles\3.30.1\CMakeRCCompiler.cmake CMakeFiles\3.30.1\CMakeSystem.cmake +build build.ninja: RERUN_CMAKE | C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\buildsystems\vcpkg.cmake C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\detect_compiler\CMakeLists.txt C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\toolchains\windows.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCommonLanguageInclude.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCompilerIdDetection.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDependentOption.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCXXCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompilerId.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineRCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineSystem.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeFindBinUtils.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeGenericSystem.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeInitializeConfigs.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeLanguageInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystem.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInitialize.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCXXCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestRCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ADSP-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMCC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\AppleClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Borland-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Bruce-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CMakeCommonCompilerMacros.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompilerInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Cray-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CrayClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Embarcadero-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Fujitsu-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GHS-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IAR-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Intel-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-C.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVHPC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVIDIA-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OrangeC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PGI-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PathScale-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SCO-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SDCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TI-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TIClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Tasking-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Watcom-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Determine-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Initialize.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-C.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\WindowsPaths.cmake CMakeCache.txt CMakeFiles\3.30.1\CMakeCCompiler.cmake CMakeFiles\3.30.1\CMakeCXXCompiler.cmake CMakeFiles\3.30.1\CMakeRCCompiler.cmake CMakeFiles\3.30.1\CMakeSystem.cmake pool = console ############################################# # A missing CMake input file is not an error. -build C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\buildsystems\vcpkg.cmake C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\detect_compiler\CMakeLists.txt C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\toolchains\windows.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCommonLanguageInclude.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCompilerIdDetection.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDependentOption.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCXXCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompilerId.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineRCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineSystem.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeFindBinUtils.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeGenericSystem.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeInitializeConfigs.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeLanguageInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCCompiler.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystem.cmake.in C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInformation.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInitialize.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCXXCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestRCCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ADSP-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMCC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\AppleClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Borland-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Bruce-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CMakeCommonCompilerMacros.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompilerInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Cray-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CrayClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Embarcadero-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Fujitsu-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GHS-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IAR-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Intel-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-C.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVHPC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVIDIA-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OrangeC-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PGI-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PathScale-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SCO-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SDCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TI-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TIClang-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Tasking-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Watcom-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-C-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Determine-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Initialize.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-C.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-CXX.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows.cmake C$:\Users\brunogs1\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\WindowsPaths.cmake CMakeCache.txt CMakeFiles\3.30.1\CMakeCCompiler.cmake CMakeFiles\3.30.1\CMakeCXXCompiler.cmake CMakeFiles\3.30.1\CMakeRCCompiler.cmake CMakeFiles\3.30.1\CMakeSystem.cmake: phony +build C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\buildsystems\vcpkg.cmake C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\detect_compiler\CMakeLists.txt C$:\Program$ Files\Microsoft$ Visual$ Studio\2022\Community\VC\vcpkg\scripts\toolchains\windows.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCXXInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCommonLanguageInclude.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeCompilerIdDetection.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDependentOption.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCXXCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineCompilerId.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineRCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeDetermineSystem.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeFindBinUtils.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeGenericSystem.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeInitializeConfigs.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeLanguageInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCCompiler.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeRCInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystem.cmake.in C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInformation.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeSystemSpecificInitialize.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestCXXCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\CMakeTestRCCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ADSP-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMCC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\ARMClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\AppleClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Borland-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Bruce-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CMakeCommonCompilerMacros.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Clang-DetermineCompilerInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Cray-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\CrayClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Embarcadero-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Fujitsu-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GHS-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\HP-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IAR-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Intel-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-C.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\MSVC.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVHPC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\NVIDIA-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\OrangeC-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PGI-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\PathScale-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SCO-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SDCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TI-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TIClang-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Tasking-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\Watcom-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XL-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-C-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Determine-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-Initialize.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-C.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC-CXX.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows-MSVC.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\Windows.cmake C$:\Users\bruno\AppData\Local\vcpkg\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\share\cmake-3.30\Modules\Platform\WindowsPaths.cmake CMakeCache.txt CMakeFiles\3.30.1\CMakeCCompiler.cmake CMakeFiles\3.30.1\CMakeCXXCompiler.cmake CMakeFiles\3.30.1\CMakeRCCompiler.cmake CMakeFiles\3.30.1\CMakeSystem.cmake: phony ############################################# diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/cmake_install.cmake b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/cmake_install.cmake index e496173..289c93f 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/cmake_install.cmake +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/cmake_install.cmake @@ -2,7 +2,7 @@ # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows") + set(CMAKE_INSTALL_PREFIX "C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -47,6 +47,6 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") - file(WRITE "C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/.ninja_log b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/.ninja_log index c16dce5..1d35efa 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/.ninja_log +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/.ninja_log @@ -1,2 +1,2 @@ # ninja log v6 -9 1048 7829993074449250 ../CMakeCache.txt da39d045048e683 +25 1440 7830382259559829 ../CMakeCache.txt 3f345051de865c8f diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/build.ninja b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/build.ninja index ab92391..750b1b6 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/build.ninja +++ b/vcpkg_installed/x64-windows/vcpkg/blds/detect_compiler/x64-windows-rel/vcpkg-parallel-configure/build.ninja @@ -2,5 +2,5 @@ rule CreateProcess command = $process build ../CMakeCache.txt: CreateProcess - process = "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe" -E chdir ".." "C:/Users/brunogs1/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe" "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/detect_compiler" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows" "-DVCPKG_COMPILER_CACHE_FILE=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/compiler-file-hash-cache.json" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/" "-DZ_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/" "-D_VCPKG_INSTALLED_DIR=C:/Users/brunogs1/Downloads/PlatformGame-ProjectTemplate/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/" "-DVCPKG_MANIFEST_INSTALL=OFF" + process = "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe" -E chdir ".." "C:/Users/bruno/AppData/Local/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe" "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/detect_compiler" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/vcpkg/pkgs/detect_compiler_x64-windows" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/" "-DZ_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/" "-D_VCPKG_INSTALLED_DIR=C:/Users/bruno/Documents/GitHub/PlatformGame-ProjectTemplate/vcpkg_installed/x64-windows/" "-DVCPKG_MANIFEST_INSTALL=OFF" diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/libjpeg-turbo/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/libjpeg-turbo/x64-windows.vcpkg_abi_info.txt index 9d83d5a..997033a 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/libjpeg-turbo/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/libjpeg-turbo/x64-windows.vcpkg_abi_info.txt @@ -2,14 +2,14 @@ add-options-for-exes-docs-headers.patch 9ea177bfe907156718a9cb04a100bdfa1ab13117 cmake 3.30.1 features core portfile.cmake 39a13b3d44687b33cfbc8396eb6f62d65778e62909db44243c337131168d3573 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 431d1fd99d23de6d01df171baa9ab0edcccea16484d7c4ba0691d4ebc474de2d -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake d257c0a541dd60c4b6eb6f46a5e9f128a64a6ec40f3b8b5bc8ab753e7a935c61 vcpkg.json 1e410efea436e0067734325b27ad434c3a70f46680e678ba819884c0926cf8d6 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/libpng/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/libpng/x64-windows.vcpkg_abi_info.txt index e7afa10..cda23a1 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/libpng/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/libpng/x64-windows.vcpkg_abi_info.txt @@ -3,14 +3,14 @@ cmake.patch e1c91b1739580791b8bfe770981cdb07bf65261caf6b2a99da988a8bb21d4094 features core libpng-config.cmake 24086e8ff194402a0f2d68e9f992ca7a6899a194883a9df0054818e42d41c246 portfile.cmake db16d8f03a9ce807f26176cc50b112ff950df419f096b276aea16249b3c30f66 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 6fd48b8b809e924a7d632e656853c67b391b9dcfbb0e27e867254ae0755e363e -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake 4267e69abf185f2228a4cc012e3fe87d5de21a187c75950b5a7615f41c3f6371 vcpkg.json 863dd0627adf8a69f7dd99f25ba214bc89eb8683064005fb4324ba178d74ccf3 vcpkg_acquire_msys 251a30badbb2082236811ba6975680d0d012a20dd55db7e39ccbc6cc49d67287 @@ -18,7 +18,7 @@ vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030b vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5 -vcpkg_download_distfile 5b22c0d0a397f4fdd0aa1c054afc84c20c91591d669027688b7c11334c3e4d0e +vcpkg_download_distfile 3aa6247848f15f0b54032041e0dc6bbdebbb3f3b1c24a42d5fa998efd2d74753 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 @@ -26,4 +26,4 @@ vcpkg_from_github b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb050 vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2 vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8 -zlib 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +zlib 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/pugixml/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/pugixml/x64-windows.vcpkg_abi_info.txt index efe59bc..0635996 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/pugixml/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/pugixml/x64-windows.vcpkg_abi_info.txt @@ -1,13 +1,13 @@ cmake 3.30.1 features core portfile.cmake 37a6df051192f47c4167761559a4979ab06b108138eedcb0ae8f40823cb6888a -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ae71f010240f507a6abbf50ee5848ce8227e3d842b9d6123983119c72f3a037e vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/sdl3-image/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/sdl3-image/x64-windows.vcpkg_abi_info.txt index b060855..a494b8f 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/sdl3-image/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/sdl3-image/x64-windows.vcpkg_abi_info.txt @@ -1,19 +1,19 @@ cmake 3.30.1 dependencies.diff 496157e0f5aec883ad175d71c0e42d3e358f279f7123e965e60409de1d50f259 features core;jpeg;png -libjpeg-turbo 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb -libpng 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +libjpeg-turbo 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f +libpng 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 pkgconfig-libname.diff 008a3077152695953e286c15d7818c73c1cc110f239c30ab88572c90b447921a portfile.cmake 6bdd45c5df5a359bb6280a6433dd8b6bbb1b0606251b757c32b5cbb40051a723 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 -sdl3 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +sdl3 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 2a06d0bdf1cd1ccd7488f4df7320e5c7868fe77d6a0d7c95eec25a899ecccca0 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 5c759069dc087886fbce1baf2b98e284ef075bb667339c105cd1194437e1da96 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/sdl3/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/sdl3/x64-windows.vcpkg_abi_info.txt index 355f5be..aab3113 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/sdl3/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/sdl3/x64-windows.vcpkg_abi_info.txt @@ -1,14 +1,14 @@ cmake 3.30.1 features core portfile.cmake fb6d0748b9da36ccf683552770d361a6d2b2be20810d3dd51041f26d5cc18792 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 8ce24feae5e34974279849a684f59ec0ab04b93aef667ea5b53f9acff3ee48a8 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 0db9263f4103d5986a5a7bd8441b5ea0f2a9a4bcae983b1afa14a4928c543e8a vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake-config/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake-config/x64-windows.vcpkg_abi_info.txt index 0c0f07f..c75efa6 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake-config/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake-config/x64-windows.vcpkg_abi_info.txt @@ -2,11 +2,11 @@ cmake 3.30.1 copyright 04b60f99a43bfd7fefdc8364b24aac704a2160cef969b75ba6a38b62dc4c4b70 features core portfile.cmake 832b34e63f5af41ad1b2e4aa79c5bfa507a005b120b51548e674accc706837d7 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake 72bc3093337e633bdd19fe5d4dd1f38ca1918def49608d676a9c98c686d38b1e vcpkg.json 3964c3d0e6b39c7f42cebd5949cccdc7eb6feb83ee434fe73756c954b173c5c2 vcpkg_cmake_config_fixup.cmake f3880578674f1bdbc54b67c5fc3787aaab8ee8bcf4e3e6e008204bf4ab67aa0b diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake/x64-windows.vcpkg_abi_info.txt index fb6fe64..f33fcbe 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/vcpkg-cmake/x64-windows.vcpkg_abi_info.txt @@ -1,11 +1,11 @@ cmake 3.30.1 features core portfile.cmake a711531b7f13b7da16fa1f25d7c5737a423d4a126465dc9e6689a0f043fcc1aa -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake f0a30f77c8f5e3ac40436fe2518a61ad067f2955c7ef3be6d6a0ca4b81cd2a45 vcpkg.json 6fd546b781a1aa5df572bdd31672cf222e55698aa5bf7d3e5c11abf1ae56a45b vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe @@ -16,5 +16,5 @@ vcpkg_configure_cmake 9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da7 vcpkg_execute_build_process 4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_find_acquire_program 03722d714d388b19731f5c0be35996c25a47d5b35dd6a09669ea1e599a56e005 -vcpkg_find_acquire_program(NINJA) ac757f414eae2c678cd541840807a2145bb84b4693f2ec5e46a630309e480c91 +vcpkg_find_acquire_program(NINJA) 8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 diff --git a/vcpkg_installed/x64-windows/vcpkg/blds/zlib/x64-windows.vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/blds/zlib/x64-windows.vcpkg_abi_info.txt index c07bc77..49b2e8f 100644 --- a/vcpkg_installed/x64-windows/vcpkg/blds/zlib/x64-windows.vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/blds/zlib/x64-windows.vcpkg_abi_info.txt @@ -4,13 +4,13 @@ cmake 3.30.1 features core portfile.cmake b14cee469c2da06e036e63293c0b6e6509924462e9b341b317986df46b281695 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage be22662327df993eebc437495add75acb365ab18d37c7e5de735d4ea4f5d3083 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 vcpkg-cmake-wrapper.cmake 5d49ef2ee6448479c2aad0e5f732e2676eaba0411860f9bebabe6002d66f57d1 vcpkg.json 8ad7072167e1bf56d2ed531e43ecc95026d5b305ed0393140d5ec78f5c6b6c00 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/CONTROL index 8c45b60..a5e61f6 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 3.1.1 Depends: vcpkg-cmake, vcpkg-cmake-config Architecture: x64-windows Multi-Arch: same -Abi: 16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418 +Abi: 5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8 Description: An open source C++ engine for simulating rigid bodies in 2D diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/lib/box2d.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/lib/box2d.lib index 92f137e..3b067b5 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/lib/box2d.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/lib/box2d.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg.spdx.json index 57d9368..d487639 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/box2d-x64-windows-3.1.1-9b78b1d2-79a7-48b1-9890-9770465712e5", - "name": "box2d:x64-windows@3.1.1 16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418", + "documentNamespace": "https://spdx.org/spdxdocs/box2d-x64-windows-3.1.1-10c5d83b-e119-4d6e-bfe7-c5ffa47b1a31", + "name": "box2d:x64-windows@3.1.1 5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-20T06:36:14Z" + "created": "2025-10-24T19:26:04Z" }, "relationships": [ { @@ -61,11 +61,6 @@ "spdxElementId": "SPDXRef-file-3", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-3", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -84,7 +79,7 @@ { "name": "box2d:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418", + "versionInfo": "5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8", "downloadLocation": "NONE", "licenseConcluded": "NOASSERTION", "licenseDeclared": "NOASSERTION", @@ -108,7 +103,7 @@ ], "files": [ { - "fileName": "./libm.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/libm.diff", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -120,7 +115,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -132,7 +127,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/usage", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -144,7 +139,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/vcpkg.json", "SPDXID": "SPDXRef-file-3", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg_abi_info.txt index 8c4a4e1..5f302bf 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/box2d_x64-windows/share/box2d/vcpkg_abi_info.txt @@ -2,14 +2,14 @@ cmake 3.30.1 features core libm.diff b502b0e55c76149d6563399fe089a8b11047c7799e2d7539ccd687b1ccb23db4 portfile.cmake 4727270824f6dd5aa17a2adf8b67763f46835cf0d6605a93aaa03e6e34f4236e -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage ae32a08c80bbba2186a0861b9dc4f955de1d119c44e7446fdf882d4b60679cd3 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ee8f8408b4e99ec90eca3610dd00661951e401ca6f4903a59e98a62349fabf60 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/CONTROL index d187979..538ebbf 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 3.1.1 Depends: vcpkg-cmake, vcpkg-cmake-config Architecture: x64-windows Multi-Arch: same -Abi: 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb +Abi: 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/jpeg.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/jpeg.lib index a6b24b0..b5312b2 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/jpeg.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/jpeg.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/turbojpeg.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/turbojpeg.lib index 0573e27..e44b078 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/turbojpeg.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/lib/turbojpeg.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg.spdx.json index 67ffe0c..e690ec9 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/libjpeg-turbo-x64-windows-3.1.1-ac87c320-119f-4b35-921c-a2cda20a915e", - "name": "libjpeg-turbo:x64-windows@3.1.1 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb", + "documentNamespace": "https://spdx.org/spdxdocs/libjpeg-turbo-x64-windows-3.1.1-741ec67f-bd18-4793-a0cd-f7dac69d4bad", + "name": "libjpeg-turbo:x64-windows@3.1.1 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:12Z" + "created": "2025-10-24T19:27:15Z" }, "relationships": [ { @@ -77,11 +77,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-4", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-5", "relationshipType": "CONTAINED_BY", @@ -104,7 +99,7 @@ { "name": "libjpeg-turbo:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb", + "versionInfo": "9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f", "downloadLocation": "NONE", "licenseConcluded": "BSD-3-Clause", "licenseDeclared": "NOASSERTION", @@ -128,7 +123,7 @@ ], "files": [ { - "fileName": "./add-options-for-exes-docs-headers.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/add-options-for-exes-docs-headers.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -140,7 +135,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -152,7 +147,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/usage", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -164,7 +159,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -176,7 +171,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/vcpkg.json", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -188,7 +183,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./workaround_cmake_system_processor.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/workaround_cmake_system_processor.patch", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt index 9d83d5a..997033a 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libjpeg-turbo_x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt @@ -2,14 +2,14 @@ add-options-for-exes-docs-headers.patch 9ea177bfe907156718a9cb04a100bdfa1ab13117 cmake 3.30.1 features core portfile.cmake 39a13b3d44687b33cfbc8396eb6f62d65778e62909db44243c337131168d3573 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 431d1fd99d23de6d01df171baa9ab0edcccea16484d7c4ba0691d4ebc474de2d -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake d257c0a541dd60c4b6eb6f46a5e9f128a64a6ec40f3b8b5bc8ab753e7a935c61 vcpkg.json 1e410efea436e0067734325b27ad434c3a70f46680e678ba819884c0926cf8d6 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/CONTROL index 0bfc15d..87ddeee 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 1.6.50 Depends: vcpkg-cmake, vcpkg-cmake-config, zlib Architecture: x64-windows Multi-Arch: same -Abi: 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +Abi: 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/lib/libpng16.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/lib/libpng16.lib index 22f42a9..9fd9c89 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/lib/libpng16.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/lib/libpng16.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg.spdx.json index d6dee2b..563d7bf 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/libpng-x64-windows-1.6.50-f319cb52-fdae-4c18-95de-daa05e52d38a", - "name": "libpng:x64-windows@1.6.50 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97", + "documentNamespace": "https://spdx.org/spdxdocs/libpng-x64-windows-1.6.50-3be7cb9f-111c-4e78-bba7-5105ad8fd708", + "name": "libpng:x64-windows@1.6.50 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:25Z" + "created": "2025-10-24T19:27:51Z" }, "relationships": [ { @@ -81,11 +81,6 @@ "spdxElementId": "SPDXRef-file-5", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-5", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -104,7 +99,7 @@ { "name": "libpng:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97", + "versionInfo": "3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4", "downloadLocation": "NONE", "licenseConcluded": "libpng-2.0", "licenseDeclared": "NOASSERTION", @@ -129,7 +124,7 @@ "SPDXID": "SPDXRef-resource-1", "name": "${LIBPNG_APNG_PATCH_NAME}.gz", "packageFileName": "${LIBPNG_APNG_PATCH_NAME}.gz", - "downloadLocation": "https://downloads.sourceforge.net/project/libpng-apng/libpng16/1.6.50/${LIBPNG_APNG_PATCH_NAME}.gz", + "downloadLocation": "https://downloads.sourceforge.net/project/libpng-apng/libpng16/${VERSION}/${LIBPNG_APNG_PATCH_NAME}.gz", "licenseConcluded": "NOASSERTION", "licenseDeclared": "NOASSERTION", "copyrightText": "NOASSERTION", @@ -143,7 +138,7 @@ ], "files": [ { - "fileName": "./cmake.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/cmake.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -155,7 +150,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./libpng-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/libpng-config.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -167,7 +162,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/portfile.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -179,7 +174,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/usage", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -191,7 +186,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -203,7 +198,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/vcpkg.json", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg_abi_info.txt index e7afa10..cda23a1 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/libpng_x64-windows/share/libpng/vcpkg_abi_info.txt @@ -3,14 +3,14 @@ cmake.patch e1c91b1739580791b8bfe770981cdb07bf65261caf6b2a99da988a8bb21d4094 features core libpng-config.cmake 24086e8ff194402a0f2d68e9f992ca7a6899a194883a9df0054818e42d41c246 portfile.cmake db16d8f03a9ce807f26176cc50b112ff950df419f096b276aea16249b3c30f66 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 6fd48b8b809e924a7d632e656853c67b391b9dcfbb0e27e867254ae0755e363e -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake 4267e69abf185f2228a4cc012e3fe87d5de21a187c75950b5a7615f41c3f6371 vcpkg.json 863dd0627adf8a69f7dd99f25ba214bc89eb8683064005fb4324ba178d74ccf3 vcpkg_acquire_msys 251a30badbb2082236811ba6975680d0d012a20dd55db7e39ccbc6cc49d67287 @@ -18,7 +18,7 @@ vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030b vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5 -vcpkg_download_distfile 5b22c0d0a397f4fdd0aa1c054afc84c20c91591d669027688b7c11334c3e4d0e +vcpkg_download_distfile 3aa6247848f15f0b54032041e0dc6bbdebbb3f3b1c24a42d5fa998efd2d74753 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 @@ -26,4 +26,4 @@ vcpkg_from_github b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb050 vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2 vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8 -zlib 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +zlib 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/CONTROL index eaff3d5..40d0962 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 1.15 Depends: vcpkg-cmake, vcpkg-cmake-config Architecture: x64-windows Multi-Arch: same -Abi: db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b +Abi: 498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1 Description: Light-weight, simple and fast XML parser for C++ with XPath support diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/lib/pugixml.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/lib/pugixml.lib index 8800772..b0bc503 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/lib/pugixml.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/lib/pugixml.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg.spdx.json index 41558b2..bf7db57 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/pugixml-x64-windows-1.15-08c7a9de-9407-44c8-bfbb-1771226ccb3e", - "name": "pugixml:x64-windows@1.15 db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b", + "documentNamespace": "https://spdx.org/spdxdocs/pugixml-x64-windows-1.15-5fabfb78-8514-4844-884c-6b2ac1007b30", + "name": "pugixml:x64-windows@1.15 498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:32Z" + "created": "2025-10-24T19:28:05Z" }, "relationships": [ { @@ -41,11 +41,6 @@ "spdxElementId": "SPDXRef-file-1", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-1", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -64,7 +59,7 @@ { "name": "pugixml:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b", + "versionInfo": "498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -88,7 +83,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a3181de4dee35567b45611a938eb0f44f5ee016d/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -100,7 +95,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a3181de4dee35567b45611a938eb0f44f5ee016d/vcpkg.json", "SPDXID": "SPDXRef-file-1", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg_abi_info.txt index efe59bc..0635996 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/pugixml_x64-windows/share/pugixml/vcpkg_abi_info.txt @@ -1,13 +1,13 @@ cmake 3.30.1 features core portfile.cmake 37a6df051192f47c4167761559a4979ab06b108138eedcb0ae8f40823cb6888a -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ae71f010240f507a6abbf50ee5848ce8227e3d842b9d6123983119c72f3a037e vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/CONTROL index 45ba129..b0e9d16 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/CONTROL @@ -3,7 +3,7 @@ Version: 3.2.4 Depends: sdl3, vcpkg-cmake, vcpkg-cmake-config Architecture: x64-windows Multi-Arch: same -Abi: aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a +Abi: 3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9 Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV Package: sdl3-image diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/lib/SDL3_image.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/lib/SDL3_image.lib index 4968fba..87db475 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/lib/SDL3_image.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/lib/SDL3_image.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg.spdx.json index a972d0d..d1b39ec 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/sdl3-image-x64-windows-3.2.4-fb579ed3-3adb-4135-9268-9c8ad19d9f97", - "name": "sdl3-image:x64-windows@3.2.4 aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a", + "documentNamespace": "https://spdx.org/spdxdocs/sdl3-image-x64-windows-3.2.4-eb503dde-5d78-4a65-969b-682911fdf57b", + "name": "sdl3-image:x64-windows@3.2.4 3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:36:17Z" + "created": "2025-10-24T19:29:38Z" }, "relationships": [ { @@ -71,11 +71,6 @@ "spdxElementId": "SPDXRef-file-4", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-4", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -94,7 +89,7 @@ { "name": "sdl3-image:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a", + "versionInfo": "3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9", "downloadLocation": "NONE", "licenseConcluded": "Zlib", "licenseDeclared": "NOASSERTION", @@ -118,7 +113,7 @@ ], "files": [ { - "fileName": "./dependencies.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/dependencies.diff", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -130,7 +125,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./pkgconfig-libname.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/pkgconfig-libname.diff", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -142,7 +137,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/portfile.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -154,7 +149,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/usage", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -166,7 +161,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/vcpkg.json", "SPDXID": "SPDXRef-file-4", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg_abi_info.txt index b060855..a494b8f 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3-image_x64-windows/share/sdl3-image/vcpkg_abi_info.txt @@ -1,19 +1,19 @@ cmake 3.30.1 dependencies.diff 496157e0f5aec883ad175d71c0e42d3e358f279f7123e965e60409de1d50f259 features core;jpeg;png -libjpeg-turbo 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb -libpng 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +libjpeg-turbo 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f +libpng 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 pkgconfig-libname.diff 008a3077152695953e286c15d7818c73c1cc110f239c30ab88572c90b447921a portfile.cmake 6bdd45c5df5a359bb6280a6433dd8b6bbb1b0606251b757c32b5cbb40051a723 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 -sdl3 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +sdl3 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 2a06d0bdf1cd1ccd7488f4df7320e5c7868fe77d6a0d7c95eec25a899ecccca0 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 5c759069dc087886fbce1baf2b98e284ef075bb667339c105cd1194437e1da96 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/CONTROL index 05e9f9b..ae06d93 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 3.2.22 Depends: vcpkg-cmake, vcpkg-cmake-config Architecture: x64-windows Multi-Arch: same -Abi: 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +Abi: 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/lib/SDL3.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/lib/SDL3.lib index 88b30b1..3e0b7b6 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/lib/SDL3.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/lib/SDL3.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg.spdx.json index cb047fd..ac58625 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/sdl3-x64-windows-3.2.22-5e264c4a-cc1b-415b-b279-4bbd5935737e", - "name": "sdl3:x64-windows@3.2.22 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106", + "documentNamespace": "https://spdx.org/spdxdocs/sdl3-x64-windows-3.2.22-6da75156-d4f7-4448-9538-b17f22a06e95", + "name": "sdl3:x64-windows@3.2.22 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:36:10Z" + "created": "2025-10-24T19:29:13Z" }, "relationships": [ { @@ -51,11 +51,6 @@ "spdxElementId": "SPDXRef-file-2", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-2", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -74,7 +69,7 @@ { "name": "sdl3:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106", + "versionInfo": "6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55", "downloadLocation": "NONE", "licenseConcluded": "Zlib AND MIT AND Apache-2.0", "licenseDeclared": "NOASSERTION", @@ -98,7 +93,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -110,7 +105,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/usage", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -122,7 +117,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/vcpkg.json", "SPDXID": "SPDXRef-file-2", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg_abi_info.txt index 355f5be..aab3113 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/sdl3_x64-windows/share/sdl3/vcpkg_abi_info.txt @@ -1,14 +1,14 @@ cmake 3.30.1 features core portfile.cmake fb6d0748b9da36ccf683552770d361a6d2b2be20810d3dd51041f26d5cc18792 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 8ce24feae5e34974279849a684f59ec0ab04b93aef667ea5b53f9acff3ee48a8 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 0db9263f4103d5986a5a7bd8441b5ea0f2a9a4bcae983b1afa14a4928c543e8a vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/CONTROL index a95181a..d7c3c21 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/CONTROL @@ -2,4 +2,4 @@ Package: vcpkg-cmake-config Version: 2024-05-23 Architecture: x64-windows Multi-Arch: same -Abi: 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +Abi: 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json index 50460b9..fdb59cc 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-config-x64-windows-2024-05-23-5028d6a9-4da5-4445-a6df-726b97da9c32", - "name": "vcpkg-cmake-config:x64-windows@2024-05-23 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a", + "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-config-x64-windows-2024-05-23-27140dae-e5ea-45ec-b738-0063a252294b", + "name": "vcpkg-cmake-config:x64-windows@2024-05-23 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:29:30Z" + "created": "2025-10-24T19:25:46Z" }, "relationships": [ { @@ -67,11 +67,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-3", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-4", "relationshipType": "CONTAINED_BY", @@ -92,7 +87,7 @@ { "name": "vcpkg-cmake-config:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a", + "versionInfo": "58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -102,7 +97,7 @@ ], "files": [ { - "fileName": "./copyright", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/copyright", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -114,7 +109,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -126,7 +121,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-port-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg-port-config.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -138,7 +133,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg.json", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -150,7 +145,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_config_fixup.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg_cmake_config_fixup.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt index 0c0f07f..c75efa6 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt @@ -2,11 +2,11 @@ cmake 3.30.1 copyright 04b60f99a43bfd7fefdc8364b24aac704a2160cef969b75ba6a38b62dc4c4b70 features core portfile.cmake 832b34e63f5af41ad1b2e4aa79c5bfa507a005b120b51548e674accc706837d7 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake 72bc3093337e633bdd19fe5d4dd1f38ca1918def49608d676a9c98c686d38b1e vcpkg.json 3964c3d0e6b39c7f42cebd5949cccdc7eb6feb83ee434fe73756c954b173c5c2 vcpkg_cmake_config_fixup.cmake f3880578674f1bdbc54b67c5fc3787aaab8ee8bcf4e3e6e008204bf4ab67aa0b diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/CONTROL index ba26e23..bd21b27 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/CONTROL @@ -2,4 +2,4 @@ Package: vcpkg-cmake Version: 2024-04-23 Architecture: x64-windows Multi-Arch: same -Abi: 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +Abi: 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg.spdx.json index f569379..47182d6 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-x64-windows-2024-04-23-44cc4b61-cb53-4320-9a47-5744bc66575e", - "name": "vcpkg-cmake:x64-windows@2024-04-23 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9", + "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-x64-windows-2024-04-23-1517b441-2084-483e-a3c7-51db927cda12", + "name": "vcpkg-cmake:x64-windows@2024-04-23 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:29:31Z" + "created": "2025-10-24T19:25:47Z" }, "relationships": [ { @@ -67,11 +67,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-2", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-3", "relationshipType": "CONTAINED_BY", @@ -102,7 +97,7 @@ { "name": "vcpkg-cmake:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9", + "versionInfo": "1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -112,7 +107,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -124,7 +119,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-port-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg-port-config.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -136,7 +131,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg.json", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -148,7 +143,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_build.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_build.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -160,7 +155,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_configure.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_configure.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -172,7 +167,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_install.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_install.cmake", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt index fb6fe64..f33fcbe 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt @@ -1,11 +1,11 @@ cmake 3.30.1 features core portfile.cmake a711531b7f13b7da16fa1f25d7c5737a423d4a126465dc9e6689a0f043fcc1aa -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake f0a30f77c8f5e3ac40436fe2518a61ad067f2955c7ef3be6d6a0ca4b81cd2a45 vcpkg.json 6fd546b781a1aa5df572bdd31672cf222e55698aa5bf7d3e5c11abf1ae56a45b vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe @@ -16,5 +16,5 @@ vcpkg_configure_cmake 9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da7 vcpkg_execute_build_process 4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_find_acquire_program 03722d714d388b19731f5c0be35996c25a47d5b35dd6a09669ea1e599a56e005 -vcpkg_find_acquire_program(NINJA) ac757f414eae2c678cd541840807a2145bb84b4693f2ec5e46a630309e480c91 +vcpkg_find_acquire_program(NINJA) 8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/CONTROL b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/CONTROL index f5cb043..bc5cbf7 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/CONTROL +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/CONTROL @@ -3,5 +3,5 @@ Version: 1.3.1 Depends: vcpkg-cmake Architecture: x64-windows Multi-Arch: same -Abi: 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +Abi: 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 Description: A compression library diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/lib/zlib.lib b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/lib/zlib.lib index 5490e29..5679cbd 100644 Binary files a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/lib/zlib.lib and b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/lib/zlib.lib differ diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg.spdx.json b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg.spdx.json index ed41740..2c18d8d 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/zlib-x64-windows-1.3.1-d69ffa4e-8ef3-494e-b61a-32193dfef2ba", - "name": "zlib:x64-windows@1.3.1 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616", + "documentNamespace": "https://spdx.org/spdxdocs/zlib-x64-windows-1.3.1-5d2828cd-4e9f-480b-9cc4-94ae92c852b3", + "name": "zlib:x64-windows@1.3.1 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:18Z" + "created": "2025-10-24T19:27:33Z" }, "relationships": [ { @@ -91,11 +91,6 @@ "spdxElementId": "SPDXRef-file-6", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-6", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -114,7 +109,7 @@ { "name": "zlib:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616", + "versionInfo": "7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751", "downloadLocation": "NONE", "licenseConcluded": "Zlib", "licenseDeclared": "NOASSERTION", @@ -138,7 +133,7 @@ ], "files": [ { - "fileName": "./0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -150,7 +145,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./0002-build-static-or-shared-not-both.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0002-build-static-or-shared-not-both.patch", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -162,7 +157,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./0003-android-and-mingw-fixes.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0003-android-and-mingw-fixes.patch", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -174,7 +169,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/portfile.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -186,7 +181,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/usage", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -198,7 +193,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-5", "checksums": [ { @@ -210,7 +205,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/vcpkg.json", "SPDXID": "SPDXRef-file-6", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg_abi_info.txt index c07bc77..49b2e8f 100644 --- a/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/vcpkg/pkgs/zlib_x64-windows/share/zlib/vcpkg_abi_info.txt @@ -4,13 +4,13 @@ cmake 3.30.1 features core portfile.cmake b14cee469c2da06e036e63293c0b6e6509924462e9b341b317986df46b281695 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage be22662327df993eebc437495add75acb365ab18d37c7e5de735d4ea4f5d3083 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 vcpkg-cmake-wrapper.cmake 5d49ef2ee6448479c2aad0e5f732e2676eaba0411860f9bebabe6002d66f57d1 vcpkg.json 8ad7072167e1bf56d2ed531e43ecc95026d5b305ed0393140d5ec78f5c6b6c00 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000000 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000000 new file mode 100644 index 0000000..2569b43 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000000 @@ -0,0 +1,8 @@ +Package: sdl3-image +Version: 3.2.4 +Depends: sdl3, vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a +Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000001 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000001 new file mode 100644 index 0000000..2b4af9b --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000001 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: png +Depends: libpng +Architecture: x64-windows +Multi-Arch: same +Description: Support for PNG image format +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000002 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000002 new file mode 100644 index 0000000..e721c8d --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000002 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: jpeg +Depends: libjpeg-turbo +Architecture: x64-windows +Multi-Arch: same +Description: Support for JPEG image format +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000003 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000003 new file mode 100644 index 0000000..8cb2a6d --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000003 @@ -0,0 +1,8 @@ +Package: sdl3-image +Version: 3.2.4 +Depends: sdl3, vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a +Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000004 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000004 new file mode 100644 index 0000000..6104a33 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000004 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: png +Depends: libpng +Architecture: x64-windows +Multi-Arch: same +Description: Support for PNG image format +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000005 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000005 new file mode 100644 index 0000000..5e94301 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000005 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: jpeg +Depends: libjpeg-turbo +Architecture: x64-windows +Multi-Arch: same +Description: Support for JPEG image format +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000006 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000006 new file mode 100644 index 0000000..c6c4d02 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000006 @@ -0,0 +1,8 @@ +Package: sdl3 +Version: 3.2.22 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000007 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000007 new file mode 100644 index 0000000..235615d --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000007 @@ -0,0 +1,8 @@ +Package: sdl3 +Version: 3.2.22 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000008 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000008 new file mode 100644 index 0000000..52d9cd8 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000008 @@ -0,0 +1,8 @@ +Package: pugixml +Version: 1.15 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b +Description: Light-weight, simple and fast XML parser for C++ with XPath support +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000009 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000009 new file mode 100644 index 0000000..ba7a922 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000009 @@ -0,0 +1,8 @@ +Package: pugixml +Version: 1.15 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b +Description: Light-weight, simple and fast XML parser for C++ with XPath support +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000010 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000010 new file mode 100644 index 0000000..8d623ca --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000010 @@ -0,0 +1,8 @@ +Package: libpng +Version: 1.6.50 +Depends: vcpkg-cmake, vcpkg-cmake-config, zlib +Architecture: x64-windows +Multi-Arch: same +Abi: 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000011 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000011 new file mode 100644 index 0000000..85feda6 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000011 @@ -0,0 +1,8 @@ +Package: libpng +Version: 1.6.50 +Depends: vcpkg-cmake, vcpkg-cmake-config, zlib +Architecture: x64-windows +Multi-Arch: same +Abi: 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000012 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000012 new file mode 100644 index 0000000..2de70d6 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000012 @@ -0,0 +1,8 @@ +Package: zlib +Version: 1.3.1 +Depends: vcpkg-cmake +Architecture: x64-windows +Multi-Arch: same +Abi: 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +Description: A compression library +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000013 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000013 new file mode 100644 index 0000000..5604a9f --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000013 @@ -0,0 +1,8 @@ +Package: zlib +Version: 1.3.1 +Depends: vcpkg-cmake +Architecture: x64-windows +Multi-Arch: same +Abi: 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +Description: A compression library +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000014 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000014 new file mode 100644 index 0000000..a67e4e5 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000014 @@ -0,0 +1,8 @@ +Package: libjpeg-turbo +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb +Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000015 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000015 new file mode 100644 index 0000000..42f51a4 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000015 @@ -0,0 +1,8 @@ +Package: libjpeg-turbo +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb +Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000016 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000016 new file mode 100644 index 0000000..17afe26 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000016 @@ -0,0 +1,8 @@ +Package: box2d +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418 +Description: An open source C++ engine for simulating rigid bodies in 2D +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000017 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000017 new file mode 100644 index 0000000..6e98ed0 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000017 @@ -0,0 +1,8 @@ +Package: box2d +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418 +Description: An open source C++ engine for simulating rigid bodies in 2D +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000018 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000018 new file mode 100644 index 0000000..5c0c4aa --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000018 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake +Version: 2024-04-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000019 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000019 new file mode 100644 index 0000000..056b5b2 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000019 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake +Version: 2024-04-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000020 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000020 new file mode 100644 index 0000000..1cc89e7 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000020 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake-config +Version: 2024-05-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +Status: purge ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000021 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000021 new file mode 100644 index 0000000..c725201 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000021 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake-config +Version: 2024-05-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +Status: purge ok not-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000022 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000022 new file mode 100644 index 0000000..afa54b3 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000022 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake-config +Version: 2024-05-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000023 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000023 new file mode 100644 index 0000000..00ebac4 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000023 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake-config +Version: 2024-05-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000024 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000024 new file mode 100644 index 0000000..28505ec --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000024 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake +Version: 2024-04-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000025 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000025 new file mode 100644 index 0000000..a4a30cd --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000025 @@ -0,0 +1,6 @@ +Package: vcpkg-cmake +Version: 2024-04-23 +Architecture: x64-windows +Multi-Arch: same +Abi: 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000026 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000026 new file mode 100644 index 0000000..cd20f48 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000026 @@ -0,0 +1,8 @@ +Package: box2d +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8 +Description: An open source C++ engine for simulating rigid bodies in 2D +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000027 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000027 new file mode 100644 index 0000000..1570232 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000027 @@ -0,0 +1,8 @@ +Package: box2d +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8 +Description: An open source C++ engine for simulating rigid bodies in 2D +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000028 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000028 new file mode 100644 index 0000000..62ade09 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000028 @@ -0,0 +1,8 @@ +Package: libjpeg-turbo +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f +Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000029 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000029 new file mode 100644 index 0000000..a97ee12 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000029 @@ -0,0 +1,8 @@ +Package: libjpeg-turbo +Version: 3.1.1 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f +Description: libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000030 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000030 new file mode 100644 index 0000000..bf2730d --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000030 @@ -0,0 +1,8 @@ +Package: zlib +Version: 1.3.1 +Depends: vcpkg-cmake +Architecture: x64-windows +Multi-Arch: same +Abi: 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 +Description: A compression library +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000031 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000031 new file mode 100644 index 0000000..38d2100 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000031 @@ -0,0 +1,8 @@ +Package: zlib +Version: 1.3.1 +Depends: vcpkg-cmake +Architecture: x64-windows +Multi-Arch: same +Abi: 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 +Description: A compression library +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000032 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000032 new file mode 100644 index 0000000..275dded --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000032 @@ -0,0 +1,8 @@ +Package: libpng +Version: 1.6.50 +Depends: vcpkg-cmake, vcpkg-cmake-config, zlib +Architecture: x64-windows +Multi-Arch: same +Abi: 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 +Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000033 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000033 new file mode 100644 index 0000000..f09c8e7 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000033 @@ -0,0 +1,8 @@ +Package: libpng +Version: 1.6.50 +Depends: vcpkg-cmake, vcpkg-cmake-config, zlib +Architecture: x64-windows +Multi-Arch: same +Abi: 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 +Description: libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000034 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000034 new file mode 100644 index 0000000..1d78b19 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000034 @@ -0,0 +1,8 @@ +Package: pugixml +Version: 1.15 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1 +Description: Light-weight, simple and fast XML parser for C++ with XPath support +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000035 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000035 new file mode 100644 index 0000000..19eae4a --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000035 @@ -0,0 +1,8 @@ +Package: pugixml +Version: 1.15 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1 +Description: Light-weight, simple and fast XML parser for C++ with XPath support +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000036 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000036 new file mode 100644 index 0000000..d727acb --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000036 @@ -0,0 +1,8 @@ +Package: sdl3 +Version: 3.2.22 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000037 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000037 new file mode 100644 index 0000000..29f908a --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000037 @@ -0,0 +1,8 @@ +Package: sdl3 +Version: 3.2.22 +Depends: vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 +Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000038 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000038 new file mode 100644 index 0000000..926c2f9 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000038 @@ -0,0 +1,8 @@ +Package: sdl3-image +Version: 3.2.4 +Depends: sdl3, vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9 +Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000039 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000039 new file mode 100644 index 0000000..6f827d6 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000039 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: jpeg +Depends: libjpeg-turbo +Architecture: x64-windows +Multi-Arch: same +Description: Support for JPEG image format +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000040 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000040 new file mode 100644 index 0000000..8a5bffe --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000040 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: png +Depends: libpng +Architecture: x64-windows +Multi-Arch: same +Description: Support for PNG image format +Status: install ok half-installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000041 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000041 new file mode 100644 index 0000000..87acd4a --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000041 @@ -0,0 +1,8 @@ +Package: sdl3-image +Version: 3.2.4 +Depends: sdl3, vcpkg-cmake, vcpkg-cmake-config +Architecture: x64-windows +Multi-Arch: same +Abi: 3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9 +Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000042 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000042 new file mode 100644 index 0000000..669af50 --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000042 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: jpeg +Depends: libjpeg-turbo +Architecture: x64-windows +Multi-Arch: same +Description: Support for JPEG image format +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/vcpkg/updates/0000000043 b/vcpkg_installed/x64-windows/vcpkg/updates/0000000043 new file mode 100644 index 0000000..824a0ec --- /dev/null +++ b/vcpkg_installed/x64-windows/vcpkg/updates/0000000043 @@ -0,0 +1,7 @@ +Package: sdl3-image +Feature: png +Depends: libpng +Architecture: x64-windows +Multi-Arch: same +Description: Support for PNG image format +Status: install ok installed diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/SDL3.lib b/vcpkg_installed/x64-windows/x64-windows/lib/SDL3.lib index 88b30b1..3e0b7b6 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/SDL3.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/SDL3.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/SDL3_image.lib b/vcpkg_installed/x64-windows/x64-windows/lib/SDL3_image.lib index 4968fba..87db475 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/SDL3_image.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/SDL3_image.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/box2d.lib b/vcpkg_installed/x64-windows/x64-windows/lib/box2d.lib index 92f137e..3b067b5 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/box2d.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/box2d.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/jpeg.lib b/vcpkg_installed/x64-windows/x64-windows/lib/jpeg.lib index a6b24b0..b5312b2 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/jpeg.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/jpeg.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/libpng16.lib b/vcpkg_installed/x64-windows/x64-windows/lib/libpng16.lib index 22f42a9..9fd9c89 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/libpng16.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/libpng16.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/pugixml.lib b/vcpkg_installed/x64-windows/x64-windows/lib/pugixml.lib index 8800772..b0bc503 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/pugixml.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/pugixml.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/turbojpeg.lib b/vcpkg_installed/x64-windows/x64-windows/lib/turbojpeg.lib index 0573e27..e44b078 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/turbojpeg.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/turbojpeg.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/lib/zlib.lib b/vcpkg_installed/x64-windows/x64-windows/lib/zlib.lib index 5490e29..5679cbd 100644 Binary files a/vcpkg_installed/x64-windows/x64-windows/lib/zlib.lib and b/vcpkg_installed/x64-windows/x64-windows/lib/zlib.lib differ diff --git a/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg.spdx.json index 57d9368..d487639 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/box2d-x64-windows-3.1.1-9b78b1d2-79a7-48b1-9890-9770465712e5", - "name": "box2d:x64-windows@3.1.1 16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418", + "documentNamespace": "https://spdx.org/spdxdocs/box2d-x64-windows-3.1.1-10c5d83b-e119-4d6e-bfe7-c5ffa47b1a31", + "name": "box2d:x64-windows@3.1.1 5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-20T06:36:14Z" + "created": "2025-10-24T19:26:04Z" }, "relationships": [ { @@ -61,11 +61,6 @@ "spdxElementId": "SPDXRef-file-3", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-3", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -84,7 +79,7 @@ { "name": "box2d:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "16250d2b6f9c57a91c12943c0e875e4e1cace4a1ae9cb7237ae18a771c4b1418", + "versionInfo": "5b0b54b3d28ae7c56ef5d54bed82197de0eeee20f02151d3524d62177e03e8c8", "downloadLocation": "NONE", "licenseConcluded": "NOASSERTION", "licenseDeclared": "NOASSERTION", @@ -108,7 +103,7 @@ ], "files": [ { - "fileName": "./libm.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/libm.diff", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -120,7 +115,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -132,7 +127,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/usage", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -144,7 +139,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/81f894b99ba686f428b3d80e7769ee04f8bf548e/vcpkg.json", "SPDXID": "SPDXRef-file-3", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg_abi_info.txt index 8c4a4e1..5f302bf 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/box2d/vcpkg_abi_info.txt @@ -2,14 +2,14 @@ cmake 3.30.1 features core libm.diff b502b0e55c76149d6563399fe089a8b11047c7799e2d7539ccd687b1ccb23db4 portfile.cmake 4727270824f6dd5aa17a2adf8b67763f46835cf0d6605a93aaa03e6e34f4236e -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage ae32a08c80bbba2186a0861b9dc4f955de1d119c44e7446fdf882d4b60679cd3 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ee8f8408b4e99ec90eca3610dd00661951e401ca6f4903a59e98a62349fabf60 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 diff --git a/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg.spdx.json index 67ffe0c..e690ec9 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/libjpeg-turbo-x64-windows-3.1.1-ac87c320-119f-4b35-921c-a2cda20a915e", - "name": "libjpeg-turbo:x64-windows@3.1.1 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb", + "documentNamespace": "https://spdx.org/spdxdocs/libjpeg-turbo-x64-windows-3.1.1-741ec67f-bd18-4793-a0cd-f7dac69d4bad", + "name": "libjpeg-turbo:x64-windows@3.1.1 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:12Z" + "created": "2025-10-24T19:27:15Z" }, "relationships": [ { @@ -77,11 +77,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-4", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-5", "relationshipType": "CONTAINED_BY", @@ -104,7 +99,7 @@ { "name": "libjpeg-turbo:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb", + "versionInfo": "9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f", "downloadLocation": "NONE", "licenseConcluded": "BSD-3-Clause", "licenseDeclared": "NOASSERTION", @@ -128,7 +123,7 @@ ], "files": [ { - "fileName": "./add-options-for-exes-docs-headers.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/add-options-for-exes-docs-headers.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -140,7 +135,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -152,7 +147,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/usage", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -164,7 +159,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -176,7 +171,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/vcpkg.json", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -188,7 +183,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./workaround_cmake_system_processor.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/93acf52ccee5c259cfe37894c9c1f4b9c6f64c67/workaround_cmake_system_processor.patch", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt index 9d83d5a..997033a 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/libjpeg-turbo/vcpkg_abi_info.txt @@ -2,14 +2,14 @@ add-options-for-exes-docs-headers.patch 9ea177bfe907156718a9cb04a100bdfa1ab13117 cmake 3.30.1 features core portfile.cmake 39a13b3d44687b33cfbc8396eb6f62d65778e62909db44243c337131168d3573 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 431d1fd99d23de6d01df171baa9ab0edcccea16484d7c4ba0691d4ebc474de2d -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake d257c0a541dd60c4b6eb6f46a5e9f128a64a6ec40f3b8b5bc8ab753e7a935c61 vcpkg.json 1e410efea436e0067734325b27ad434c3a70f46680e678ba819884c0926cf8d6 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b diff --git a/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg.spdx.json index d6dee2b..563d7bf 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/libpng-x64-windows-1.6.50-f319cb52-fdae-4c18-95de-daa05e52d38a", - "name": "libpng:x64-windows@1.6.50 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97", + "documentNamespace": "https://spdx.org/spdxdocs/libpng-x64-windows-1.6.50-3be7cb9f-111c-4e78-bba7-5105ad8fd708", + "name": "libpng:x64-windows@1.6.50 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:25Z" + "created": "2025-10-24T19:27:51Z" }, "relationships": [ { @@ -81,11 +81,6 @@ "spdxElementId": "SPDXRef-file-5", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-5", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -104,7 +99,7 @@ { "name": "libpng:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97", + "versionInfo": "3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4", "downloadLocation": "NONE", "licenseConcluded": "libpng-2.0", "licenseDeclared": "NOASSERTION", @@ -129,7 +124,7 @@ "SPDXID": "SPDXRef-resource-1", "name": "${LIBPNG_APNG_PATCH_NAME}.gz", "packageFileName": "${LIBPNG_APNG_PATCH_NAME}.gz", - "downloadLocation": "https://downloads.sourceforge.net/project/libpng-apng/libpng16/1.6.50/${LIBPNG_APNG_PATCH_NAME}.gz", + "downloadLocation": "https://downloads.sourceforge.net/project/libpng-apng/libpng16/${VERSION}/${LIBPNG_APNG_PATCH_NAME}.gz", "licenseConcluded": "NOASSERTION", "licenseDeclared": "NOASSERTION", "copyrightText": "NOASSERTION", @@ -143,7 +138,7 @@ ], "files": [ { - "fileName": "./cmake.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/cmake.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -155,7 +150,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./libpng-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/libpng-config.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -167,7 +162,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/portfile.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -179,7 +174,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/usage", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -191,7 +186,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -203,7 +198,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/54b6eefbef1cb0f477c6eb54e2236badd140feea/vcpkg.json", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg_abi_info.txt index e7afa10..cda23a1 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/libpng/vcpkg_abi_info.txt @@ -3,14 +3,14 @@ cmake.patch e1c91b1739580791b8bfe770981cdb07bf65261caf6b2a99da988a8bb21d4094 features core libpng-config.cmake 24086e8ff194402a0f2d68e9f992ca7a6899a194883a9df0054818e42d41c246 portfile.cmake db16d8f03a9ce807f26176cc50b112ff950df419f096b276aea16249b3c30f66 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 6fd48b8b809e924a7d632e656853c67b391b9dcfbb0e27e867254ae0755e363e -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg-cmake-wrapper.cmake 4267e69abf185f2228a4cc012e3fe87d5de21a187c75950b5a7615f41c3f6371 vcpkg.json 863dd0627adf8a69f7dd99f25ba214bc89eb8683064005fb4324ba178d74ccf3 vcpkg_acquire_msys 251a30badbb2082236811ba6975680d0d012a20dd55db7e39ccbc6cc49d67287 @@ -18,7 +18,7 @@ vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030b vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5 -vcpkg_download_distfile 5b22c0d0a397f4fdd0aa1c054afc84c20c91591d669027688b7c11334c3e4d0e +vcpkg_download_distfile 3aa6247848f15f0b54032041e0dc6bbdebbb3f3b1c24a42d5fa998efd2d74753 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 @@ -26,4 +26,4 @@ vcpkg_from_github b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb050 vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2 vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8 -zlib 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616 +zlib 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751 diff --git a/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg.spdx.json index 41558b2..bf7db57 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/pugixml-x64-windows-1.15-08c7a9de-9407-44c8-bfbb-1771226ccb3e", - "name": "pugixml:x64-windows@1.15 db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b", + "documentNamespace": "https://spdx.org/spdxdocs/pugixml-x64-windows-1.15-5fabfb78-8514-4844-884c-6b2ac1007b30", + "name": "pugixml:x64-windows@1.15 498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:32Z" + "created": "2025-10-24T19:28:05Z" }, "relationships": [ { @@ -41,11 +41,6 @@ "spdxElementId": "SPDXRef-file-1", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-1", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -64,7 +59,7 @@ { "name": "pugixml:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "db9607c5b080a261856bb752f45e2d14da1a01b8ca2f6fd50a223a2401580a9b", + "versionInfo": "498465a4d8547b494253d3e0b4f5662ce0051fb13862deb35aeb1f85424292d1", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -88,7 +83,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a3181de4dee35567b45611a938eb0f44f5ee016d/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -100,7 +95,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a3181de4dee35567b45611a938eb0f44f5ee016d/vcpkg.json", "SPDXID": "SPDXRef-file-1", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg_abi_info.txt index efe59bc..0635996 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/pugixml/vcpkg_abi_info.txt @@ -1,13 +1,13 @@ cmake 3.30.1 features core portfile.cmake 37a6df051192f47c4167761559a4979ab06b108138eedcb0ae8f40823cb6888a -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json ae71f010240f507a6abbf50ee5848ce8227e3d842b9d6123983119c72f3a037e vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777 diff --git a/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg.spdx.json index a972d0d..d1b39ec 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/sdl3-image-x64-windows-3.2.4-fb579ed3-3adb-4135-9268-9c8ad19d9f97", - "name": "sdl3-image:x64-windows@3.2.4 aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a", + "documentNamespace": "https://spdx.org/spdxdocs/sdl3-image-x64-windows-3.2.4-eb503dde-5d78-4a65-969b-682911fdf57b", + "name": "sdl3-image:x64-windows@3.2.4 3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:36:17Z" + "created": "2025-10-24T19:29:38Z" }, "relationships": [ { @@ -71,11 +71,6 @@ "spdxElementId": "SPDXRef-file-4", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-4", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -94,7 +89,7 @@ { "name": "sdl3-image:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "aca3751ed5452d250b981d81f44e3295a47a59d90188d2db0d923371888d822a", + "versionInfo": "3349a84a4d7d94217e906c27c220bbbda39ab2b4a5da3b1c7692f1927bbf1fc9", "downloadLocation": "NONE", "licenseConcluded": "Zlib", "licenseDeclared": "NOASSERTION", @@ -118,7 +113,7 @@ ], "files": [ { - "fileName": "./dependencies.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/dependencies.diff", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -130,7 +125,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./pkgconfig-libname.diff", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/pkgconfig-libname.diff", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -142,7 +137,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/portfile.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -154,7 +149,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/usage", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -166,7 +161,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/a92c8e50efec244d45c4152ff27b0c2dd2666400/vcpkg.json", "SPDXID": "SPDXRef-file-4", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg_abi_info.txt index b060855..a494b8f 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/sdl3-image/vcpkg_abi_info.txt @@ -1,19 +1,19 @@ cmake 3.30.1 dependencies.diff 496157e0f5aec883ad175d71c0e42d3e358f279f7123e965e60409de1d50f259 features core;jpeg;png -libjpeg-turbo 1cf753842df0aaeb24a23568823ee8f19f81a1d5e17151f6ab600aaae48d80bb -libpng 2405ac414d4e07331550bab3f8c00423d6c6815520b5942866f457475d443e97 +libjpeg-turbo 9293887851dc3dd4aa895baf505364a772877dd7d74840d463b7e4108d9e431f +libpng 3d14317e69a51f3a27330c0bde02277b40f22f39d9a1f0fab4e7b8131a9dccf4 pkgconfig-libname.diff 008a3077152695953e286c15d7818c73c1cc110f239c30ab88572c90b447921a portfile.cmake 6bdd45c5df5a359bb6280a6433dd8b6bbb1b0606251b757c32b5cbb40051a723 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 -sdl3 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106 +sdl3 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 2a06d0bdf1cd1ccd7488f4df7320e5c7868fe77d6a0d7c95eec25a899ecccca0 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 5c759069dc087886fbce1baf2b98e284ef075bb667339c105cd1194437e1da96 vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg.spdx.json index cb047fd..ac58625 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/sdl3-x64-windows-3.2.22-5e264c4a-cc1b-415b-b279-4bbd5935737e", - "name": "sdl3:x64-windows@3.2.22 43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106", + "documentNamespace": "https://spdx.org/spdxdocs/sdl3-x64-windows-3.2.22-6da75156-d4f7-4448-9538-b17f22a06e95", + "name": "sdl3:x64-windows@3.2.22 6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:36:10Z" + "created": "2025-10-24T19:29:13Z" }, "relationships": [ { @@ -51,11 +51,6 @@ "spdxElementId": "SPDXRef-file-2", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-2", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -74,7 +69,7 @@ { "name": "sdl3:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "43c503ef4d557eefc3d19ecfd1dfb621118e6021ca582ab0ff2d21441eb2b106", + "versionInfo": "6bc292c1c7734ea04bd417c01ebe268506b9ac00d96a738ec1145f23ba005c55", "downloadLocation": "NONE", "licenseConcluded": "Zlib AND MIT AND Apache-2.0", "licenseDeclared": "NOASSERTION", @@ -98,7 +93,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -110,7 +105,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/usage", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -122,7 +117,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/ef1517d02481885e951bcb8aee2e41d7cec6c2ab/vcpkg.json", "SPDXID": "SPDXRef-file-2", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg_abi_info.txt index 355f5be..aab3113 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/sdl3/vcpkg_abi_info.txt @@ -1,14 +1,14 @@ cmake 3.30.1 features core portfile.cmake fb6d0748b9da36ccf683552770d361a6d2b2be20810d3dd51041f26d5cc18792 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage 8ce24feae5e34974279849a684f59ec0ab04b93aef667ea5b53f9acff3ee48a8 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 -vcpkg-cmake-config 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 +vcpkg-cmake-config 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3 vcpkg.json 0db9263f4103d5986a5a7bd8441b5ea0f2a9a4bcae983b1afa14a4928c543e8a vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d diff --git a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json index 50460b9..fdb59cc 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-config-x64-windows-2024-05-23-5028d6a9-4da5-4445-a6df-726b97da9c32", - "name": "vcpkg-cmake-config:x64-windows@2024-05-23 15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a", + "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-config-x64-windows-2024-05-23-27140dae-e5ea-45ec-b738-0063a252294b", + "name": "vcpkg-cmake-config:x64-windows@2024-05-23 58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:29:30Z" + "created": "2025-10-24T19:25:46Z" }, "relationships": [ { @@ -67,11 +67,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-3", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-4", "relationshipType": "CONTAINED_BY", @@ -92,7 +87,7 @@ { "name": "vcpkg-cmake-config:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "15ad28a60ac13cb6ab9ebcf306cb3180bc6b0286df1b4abaf9c71556078b006a", + "versionInfo": "58f794e09ee7d2f970d5b95e82c141308fc0da71bc84eafc58f0e6d4a3928be3", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -102,7 +97,7 @@ ], "files": [ { - "fileName": "./copyright", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/copyright", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -114,7 +109,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/portfile.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -126,7 +121,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-port-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg-port-config.cmake", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -138,7 +133,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg.json", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -150,7 +145,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_config_fixup.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/97a63e4bc1a17422ffe4eff71da53b4b561a7841/vcpkg_cmake_config_fixup.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt index 0c0f07f..c75efa6 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake-config/vcpkg_abi_info.txt @@ -2,11 +2,11 @@ cmake 3.30.1 copyright 04b60f99a43bfd7fefdc8364b24aac704a2160cef969b75ba6a38b62dc4c4b70 features core portfile.cmake 832b34e63f5af41ad1b2e4aa79c5bfa507a005b120b51548e674accc706837d7 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake 72bc3093337e633bdd19fe5d4dd1f38ca1918def49608d676a9c98c686d38b1e vcpkg.json 3964c3d0e6b39c7f42cebd5949cccdc7eb6feb83ee434fe73756c954b173c5c2 vcpkg_cmake_config_fixup.cmake f3880578674f1bdbc54b67c5fc3787aaab8ee8bcf4e3e6e008204bf4ab67aa0b diff --git a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg.spdx.json index f569379..47182d6 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-x64-windows-2024-04-23-44cc4b61-cb53-4320-9a47-5744bc66575e", - "name": "vcpkg-cmake:x64-windows@2024-04-23 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9", + "documentNamespace": "https://spdx.org/spdxdocs/vcpkg-cmake-x64-windows-2024-04-23-1517b441-2084-483e-a3c7-51db927cda12", + "name": "vcpkg-cmake:x64-windows@2024-04-23 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:29:31Z" + "created": "2025-10-24T19:25:47Z" }, "relationships": [ { @@ -67,11 +67,6 @@ "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" }, - { - "spdxElementId": "SPDXRef-file-2", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" - }, { "spdxElementId": "SPDXRef-file-3", "relationshipType": "CONTAINED_BY", @@ -102,7 +97,7 @@ { "name": "vcpkg-cmake:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9", + "versionInfo": "1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866", "downloadLocation": "NONE", "licenseConcluded": "MIT", "licenseDeclared": "NOASSERTION", @@ -112,7 +107,7 @@ ], "files": [ { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/portfile.cmake", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -124,7 +119,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-port-config.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg-port-config.cmake", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -136,7 +131,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg.json", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -148,7 +143,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_build.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_build.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -160,7 +155,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_configure.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_configure.cmake", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -172,7 +167,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg_cmake_install.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/e74aa1e8f93278a8e71372f1fa08c3df420eb840/vcpkg_cmake_install.cmake", "SPDXID": "SPDXRef-file-5", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt index fb6fe64..f33fcbe 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/vcpkg-cmake/vcpkg_abi_info.txt @@ -1,11 +1,11 @@ cmake 3.30.1 features core portfile.cmake a711531b7f13b7da16fa1f25d7c5737a423d4a126465dc9e6689a0f043fcc1aa -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 vcpkg-port-config.cmake f0a30f77c8f5e3ac40436fe2518a61ad067f2955c7ef3be6d6a0ca4b81cd2a45 vcpkg.json 6fd546b781a1aa5df572bdd31672cf222e55698aa5bf7d3e5c11abf1ae56a45b vcpkg_add_to_path 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe @@ -16,5 +16,5 @@ vcpkg_configure_cmake 9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da7 vcpkg_execute_build_process 4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0 vcpkg_execute_required_process 2df167e6e7f37c8038e02a3ebbfb239fa55de0b384ed4532d33f5483710a608b vcpkg_find_acquire_program 03722d714d388b19731f5c0be35996c25a47d5b35dd6a09669ea1e599a56e005 -vcpkg_find_acquire_program(NINJA) ac757f414eae2c678cd541840807a2145bb84b4693f2ec5e46a630309e480c91 +vcpkg_find_acquire_program(NINJA) 8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 diff --git a/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg.spdx.json b/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg.spdx.json index ed41740..2c18d8d 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg.spdx.json +++ b/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg.spdx.json @@ -3,13 +3,13 @@ "spdxVersion": "SPDX-2.2", "dataLicense": "CC0-1.0", "SPDXID": "SPDXRef-DOCUMENT", - "documentNamespace": "https://spdx.org/spdxdocs/zlib-x64-windows-1.3.1-d69ffa4e-8ef3-494e-b61a-32193dfef2ba", - "name": "zlib:x64-windows@1.3.1 5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616", + "documentNamespace": "https://spdx.org/spdxdocs/zlib-x64-windows-1.3.1-5d2828cd-4e9f-480b-9cc4-94ae92c852b3", + "name": "zlib:x64-windows@1.3.1 7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751", "creationInfo": { "creators": [ - "Tool: vcpkg-2025-04-01-9c604254140797833b6f76908435c9fcbf09920e" + "Tool: vcpkg-2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a" ], - "created": "2025-10-13T07:35:18Z" + "created": "2025-10-24T19:27:33Z" }, "relationships": [ { @@ -91,11 +91,6 @@ "spdxElementId": "SPDXRef-file-6", "relationshipType": "CONTAINED_BY", "relatedSpdxElement": "SPDXRef-port" - }, - { - "spdxElementId": "SPDXRef-file-6", - "relationshipType": "DEPENDENCY_MANIFEST_OF", - "relatedSpdxElement": "SPDXRef-port" } ], "packages": [ @@ -114,7 +109,7 @@ { "name": "zlib:x64-windows", "SPDXID": "SPDXRef-binary", - "versionInfo": "5f7a837b41389cb6eb963fe5b2cf8413b178789d76321d42f5e2b2a062823616", + "versionInfo": "7e708e49d0f2302bdd45871517178288e8a3d1a260c7f34b07e0c35ae9cb7751", "downloadLocation": "NONE", "licenseConcluded": "Zlib", "licenseDeclared": "NOASSERTION", @@ -138,7 +133,7 @@ ], "files": [ { - "fileName": "./0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch", "SPDXID": "SPDXRef-file-0", "checksums": [ { @@ -150,7 +145,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./0002-build-static-or-shared-not-both.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0002-build-static-or-shared-not-both.patch", "SPDXID": "SPDXRef-file-1", "checksums": [ { @@ -162,7 +157,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./0003-android-and-mingw-fixes.patch", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/0003-android-and-mingw-fixes.patch", "SPDXID": "SPDXRef-file-2", "checksums": [ { @@ -174,7 +169,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./portfile.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/portfile.cmake", "SPDXID": "SPDXRef-file-3", "checksums": [ { @@ -186,7 +181,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./usage", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/usage", "SPDXID": "SPDXRef-file-4", "checksums": [ { @@ -198,7 +193,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg-cmake-wrapper.cmake", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/vcpkg-cmake-wrapper.cmake", "SPDXID": "SPDXRef-file-5", "checksums": [ { @@ -210,7 +205,7 @@ "copyrightText": "NOASSERTION" }, { - "fileName": "./vcpkg.json", + "fileName": "./C:/Users/bruno/AppData/Local/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9/vcpkg.json", "SPDXID": "SPDXRef-file-6", "checksums": [ { diff --git a/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg_abi_info.txt b/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg_abi_info.txt index c07bc77..49b2e8f 100644 --- a/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg_abi_info.txt +++ b/vcpkg_installed/x64-windows/x64-windows/share/zlib/vcpkg_abi_info.txt @@ -4,13 +4,13 @@ cmake 3.30.1 features core portfile.cmake b14cee469c2da06e036e63293c0b6e6509924462e9b341b317986df46b281695 -ports.cmake 84f06fdac1e8cac9845a5a46fb6411de87b1748ca5b7b77c9b62fb1b8f7d2e0b +ports.cmake 02fb6521157895d67c3b6e17068a30d814bafacd0aaa41b43c9f1ea57b795ace post_build_checks 2 powershell 7.2.24 triplet x64-windows -triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-1d3d767ab10b488977977b83f6c2da7e06afd80b1e375a2a41c60c343e7b3f94-73099d766331fab1cb30883647f2f2102337e268 +triplet_abi 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-0433e2303d8e9448dd9cf29d3052811cb89f6324bfd45703cfd4ec1e4134228d-8d3a3b39f3ead5a108047aa889b92dbd138a3b28 usage be22662327df993eebc437495add75acb365ab18d37c7e5de735d4ea4f5d3083 -vcpkg-cmake 2b60d8e7306028c87f47fa370eccc5929a1ffd34fad8de3d33d96a4c3f379ad9 +vcpkg-cmake 1dc70404ab567f183a9a04effdab01aef2c403b8bd8c75d86d30a0e99d8b6866 vcpkg-cmake-wrapper.cmake 5d49ef2ee6448479c2aad0e5f732e2676eaba0411860f9bebabe6002d66f57d1 vcpkg.json 8ad7072167e1bf56d2ed531e43ecc95026d5b305ed0393140d5ec78f5c6b6c00 vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d