link into main project and link deps (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-31 15:38:51 +01:00
parent c152866e02
commit f924d4bd42
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -129,6 +129,8 @@ end
"7z",
"lua",
"lsqlite3",
"uv",
"http-parser",
}
if _OPTIONS["with-bundled-zlib"] then