mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:43:39 +03:00
Added a comment with an alternate idea to avoid the backslash line contination character.
This commit is contained in:
parent
d873c820bd
commit
01c309e186
2 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
# ./lib/Makefile.inc
|
||||
# Using the backslash as line continuation character might be problematic
|
||||
# with some make flavours, as Watcom's wmake showed us already. If we
|
||||
# ever want to change this in a portable manner then we should consider
|
||||
# this idea (posted to the libcurl list by Adam Kellas):
|
||||
# CSRC1 = file1.c file2.c file3.c
|
||||
# CSRC2 = file4.c file5.c file6.c
|
||||
# CSOURCES = $(CSRC1) $(CSRC2)
|
||||
|
||||
CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
|
||||
cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue