MCPcopy Create free account
hub / github.com/beefytech/Beef / find_visual_studio_and_windows_sdk

Function find_visual_studio_and_windows_sdk

IDEHelper/VSSupport.cpp:560–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560Find_Result find_visual_studio_and_windows_sdk() {
561 Find_Result result;
562
563 find_windows_kit_root(&result);
564
565// if (result.windows_sdk_root) {
566// result.windows_sdk_um_library_path = concat(result.windows_sdk_root, L"\\um\\x64");
567// result.windows_sdk_ucrt_library_path = concat(result.windows_sdk_root, L"\\ucrt\\x64");
568// }
569
570 find_visual_studio_by_fighting_through_microsoft_craziness(&result);
571
572 return result;
573}
574
575BF_EXPORT const char* BF_CALLTYPE VSSupport_Find()
576{

Callers 1

Tested by

no test coverage detected