Add new source files to VC project, new libs name

This commit is contained in:
Bruno Silvestre
2017-10-11 20:29:15 -03:00
parent ea6a65de84
commit 3d170e9f9d
3 changed files with 20 additions and 6 deletions

View File

@ -83,7 +83,7 @@ build = {
"$(OPENSSL_BINDIR)",
},
libraries = {
"libeay32", "ssleay32", "ws2_32"
"libssl32MD", "libcrypto32MD", "ws2_32"
},
incdirs = {
"$(OPENSSL_INCDIR)", "src/", "src/luasocket"