clang-mingw: Enable building tools and examples (#2928)

Add comdlg32 library for GetOpenFileNameA API.
This commit is contained in:
Biswapriyo Nath
2022-09-19 08:41:51 +05:30
committed by GitHub
parent bd696118bb
commit 82ad2eac7a
2 changed files with 3 additions and 2 deletions

View File

@@ -313,6 +313,7 @@ function exampleProjectDefaults()
configuration { "mingw*" }
targetextension ".exe"
links {
"comdlg32",
"gdi32",
"psapi",
}
@@ -592,7 +593,7 @@ or _OPTIONS["with-combined-examples"] then
, "46-fsr"
, "47-pixelformats"
, "48-drawindirect"
, "49-hextile"
, "49-hextile"
)
-- 17-drawstress requires multithreading, does not compile for singlethreaded wasm