mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-24 17:25:22 +02:00
add missing libs for windows, allowing MinGW to link properly
This commit is contained in:
parent
44a40b30c2
commit
c1765eb02f
1 changed files with 4 additions and 0 deletions
|
@ -216,7 +216,11 @@ local common_link_win = {
|
|||
"Winmm" .. mingw_static_whole_archive,
|
||||
"Bcrypt" .. mingw_static_whole_archive,
|
||||
"Dbghelp" .. mingw_static_whole_archive,
|
||||
-- gamepad
|
||||
"Xinput" .. mingw_static_whole_archive,
|
||||
-- imgui / overlay
|
||||
"Gdi32" .. mingw_static_whole_archive,
|
||||
"Dwmapi" .. mingw_static_whole_archive,
|
||||
-- deps
|
||||
"ssq" .. mingw_static_whole_archive,
|
||||
"zlibstatic" .. mingw_static_whole_archive,
|
||||
|
|
Loading…
Add table
Reference in a new issue