mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
add curl_threads.c to non-configure target build files
This commit is contained in:
parent
a9b860765d
commit
1d86ebfc88
4 changed files with 8 additions and 3 deletions
|
|
@ -75,7 +75,7 @@ OBJS = $(OBJ_DIR)\base64.obj $(OBJ_DIR)\connect.obj &
|
|||
$(OBJ_DIR)\curl_rand.obj $(OBJ_DIR)\curl_memrchr.obj &
|
||||
$(OBJ_DIR)\imap.obj $(OBJ_DIR)\pop3.obj &
|
||||
$(OBJ_DIR)\smtp.obj $(OBJ_DIR)\pingpong.obj &
|
||||
$(OBJ_DIR)\rtsp.obj
|
||||
$(OBJ_DIR)\rtsp.obj $(OBJ_DIR)\curl_threads.obj
|
||||
|
||||
#
|
||||
# Use $(OBJS) as a template to generate $(OBJS_STAT) and $(OBJS_DYN).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue