Add the SSL libraries as dependencies.
This commit is contained in:
parent
318016be65
commit
040b00a9ea
|
@ -14,7 +14,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
|
|||
INCLUDES=-I ../Include -I ../PC -I $(SSL_DIR)/inc32
|
||||
LIBS=gdi32.lib wsock32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
|
||||
|
||||
SOURCE=../Modules/_ssl.c
|
||||
SOURCE=../Modules/_ssl.c $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib
|
||||
|
||||
$(MODULE): $(SOURCE) ../PC/*.h ../Include/*.h
|
||||
@if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
|
||||
|
|
Loading…
Reference in New Issue