mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
link into main project and link deps (nw)
This commit is contained in:
parent
c152866e02
commit
f924d4bd42
@ -1084,6 +1084,11 @@ configuration { "mingw*" }
|
||||
"advapi32",
|
||||
"shlwapi",
|
||||
"wsock32",
|
||||
"ws2_32",
|
||||
"psapi",
|
||||
"iphlpapi",
|
||||
"shell32",
|
||||
"userenv",
|
||||
}
|
||||
configuration { "mingw-clang" }
|
||||
linkoptions {
|
||||
@ -1105,6 +1110,11 @@ configuration { "vs*" }
|
||||
"advapi32",
|
||||
"shlwapi",
|
||||
"wsock32",
|
||||
"ws2_32",
|
||||
"psapi",
|
||||
"iphlpapi",
|
||||
"shell32",
|
||||
"userenv",
|
||||
}
|
||||
|
||||
buildoptions {
|
||||
|
@ -129,6 +129,8 @@ end
|
||||
"7z",
|
||||
"lua",
|
||||
"lsqlite3",
|
||||
"uv",
|
||||
"http-parser",
|
||||
}
|
||||
|
||||
if _OPTIONS["with-bundled-zlib"] then
|
||||
|
Loading…
Reference in New Issue
Block a user