early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

5
externals/vcpkg/ports/getopt/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,5 @@
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "No implementation of getopt is currently available for UWP targets")
endif()
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)

13
externals/vcpkg/ports/getopt/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,13 @@
{
"name": "getopt",
"version-string": "0",
"port-version": 2,
"description": "The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt-win32",
"platform": "windows & !mingw"
}
]
}