Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318016b commit 040b00aCopy full SHA for 040b00a
1 file changed
PCbuild/_ssl.mak
@@ -14,7 +14,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
14
INCLUDES=-I ../Include -I ../PC -I $(SSL_DIR)/inc32
15
LIBS=gdi32.lib wsock32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
16
17
-SOURCE=../Modules/_ssl.c
+SOURCE=../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
18
19
$(MODULE): $(SOURCE) ../PC/*.h ../Include/*.h
20
@if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
0 commit comments