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

10
externals/vcpkg/ports/atlmfc/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,10 @@
find_path(AFXRES_H
NAMES afxres.h
PATHS $ENV{INCLUDE}
)
if(NOT AFXRES_H)
message(FATAL_ERROR "Unable to locate 'afxres.h'. Ensure you have installed the ATL/MFC component of Visual Studio.")
endif()
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)

7
externals/vcpkg/ports/atlmfc/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "atlmfc",
"version-string": "0",
"port-version": 1,
"description": "a stub package that ensures VS has ATL/MFC installed.",
"supports": "windows"
}