mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
parent
651e04c4c8
commit
60c655ac07
@ -26,12 +26,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DEPEND_PREREQ = curl_config.h
|
DEPEND_PREREQ = curl_config.h
|
||||||
VPATH = vtls
|
VPATH = vtls vauth
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
|
|
||||||
include ../packages/DOS/common.dj
|
include ../packages/DOS/common.dj
|
||||||
include Makefile.inc
|
include Makefile.inc
|
||||||
|
|
||||||
|
CFLAGS += -DBUILDING_LIBCURL
|
||||||
|
|
||||||
SOURCES = $(sort $(CSOURCES))
|
SOURCES = $(sort $(CSOURCES))
|
||||||
OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o)))
|
OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user