支持使用 CMake 与 MinGW 构建 HMCLauncher (#3011)

* 尝试性的为HMCLauncher添加cmake及gcc支持

* 完善cmake及gcc支持

* 尝试支持Github Actions

* 尝试支持Github Actions-2

* 尝试支持Github Actions-3

* 尝试支持Github Actions-4

* 尝试支持Github Actions-5

* update

---------

Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
YSXX1013
2024-09-24 02:51:44 +08:00
committed by GitHub
parent d969fab284
commit ea9999a1f9
3 changed files with 21 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
Version J8(TEXT("8"));
extern "C" {
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
_declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
}
LPCWSTR VENDOR_DIRS[] = {