mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
added CURLX_ONES again to object list for dynamic linking.
This commit is contained in:
parent
5aeef9c1c8
commit
f29e383575
@ -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…
Reference in New Issue
Block a user