mirror of
https://github.com/curl/curl.git
synced 2026-07-17 07:47:16 +03:00
added CURLX_ONES again to object list for dynamic linking.
This commit is contained in:
parent
5aeef9c1c8
commit
f29e383575
1 changed files with 5 additions and 2 deletions
|
|
@ -120,8 +120,11 @@ COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
|
|||
include Makefile.inc
|
||||
|
||||
curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_SOURCES)))
|
||||
# curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_ONES))))
|
||||
# vpath %.c ../lib
|
||||
ifdef DYN
|
||||
curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_ONES))))
|
||||
curl_OBJECTS += $(curlx_OBJECTS)
|
||||
vpath %.c ../lib
|
||||
endif
|
||||
|
||||
RESOURCE = curl.res
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue