Skip to content
Snippets Groups Projects
Commit 77b0efdb authored by Guenter Knauf's avatar Guenter Knauf
Browse files

added 2 system libs necessary for linking OpenSSL 0.9.8e statically.

parent 68653bcb
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ ZLIB_IMP_LIBS = zdll.lib
SSL_CFLAGS = /DUSE_SSLEAY
SSL_LFLAGS = /LIBPATH:"$(OPENSSL_PATH)/out32"
SSL_IMP_LFLAGS = /LIBPATH:"$(OPENSSL_PATH)/out32dll"
SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib
SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
## Release
CCR = cl.exe /MD /O2 /DNDEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment