mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
clang-mingw: Enable building tools and examples (#2928)
Add comdlg32 library for GetOpenFileNameA API.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user