summaryrefslogtreecommitdiff
path: root/lib/makefile.dj
diff options
context:
space:
mode:
authorGisle Vanem <gisle.vanem@gmail.com>2020-12-27 11:49:26 +0100
committerJay Satiro <raysatiro@yahoo.com>2021-01-27 22:08:57 -0500
commit3611f6a41e3059654085307fa5a3011912f255f6 (patch)
treef487ed27e32760e9d050e975b67c2283d3ba810a /lib/makefile.dj
parent73d743cfadb0b800d15a6a68ceb4fd5e22fdabd7 (diff)
downloadcurl-3611f6a41e3059654085307fa5a3011912f255f6.tar.gz
build: fix djgpp builds
- Update build instructions in packages/DOS/README - Extend 'VPATH' with 'vquic' and 'vssh'. - Allow 'Makefile.dist' to build both 'lib' and 'src'. - Allow using the Windows hosted djgpp cross compiler to build for MSDOS under Windows. - 'USE_SSL' -> 'USE_OPENSSL' - Added a 'link_EXE' macro. Etc, etc. - Linking 'curl.exe' needs '$(CURLX_CFILES)' too. - Do not pick-up '../lib/djgpp/*.o' files. Recompile locally. - Generate a gzipped 'tool_hugehelp.c' if 'USE_ZLIB=1'. - Remove 'djgpp-clean' - Adapt to new C-ares directory structure - Use conditional variable assignments Clarify the 'conditional variable assignment' in 'common.dj'. Closes https://github.com/curl/curl/pull/6382
Diffstat (limited to 'lib/makefile.dj')
-rw-r--r--lib/makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makefile.dj b/lib/makefile.dj
index 2b18ad6d5..1cf5c6368 100644
--- a/lib/makefile.dj
+++ b/lib/makefile.dj
@@ -26,7 +26,7 @@
#
DEPEND_PREREQ = curl_config.h
-VPATH = vtls vauth
+VPATH = vtls vauth vquic vssh
TOPDIR = ..
include ../packages/DOS/common.dj