Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 040b00a

Browse files
committed
Add the SSL libraries as dependencies.
1 parent 318016b commit 040b00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/_ssl.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
1414
INCLUDES=-I ../Include -I ../PC -I $(SSL_DIR)/inc32
1515
LIBS=gdi32.lib wsock32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
1616

17-
SOURCE=../Modules/_ssl.c
17+
SOURCE=../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
1818

1919
$(MODULE): $(SOURCE) ../PC/*.h ../Include/*.h
2020
@if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"

0 commit comments

Comments
 (0)