mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
curl tool: code moved to tool_*.[ch] files
This commit is contained in:
parent
ca2c326361
commit
49b79b7631
29 changed files with 5107 additions and 4356 deletions
|
|
@ -8,7 +8,7 @@ UID 0x00000000 0xF0206442
|
|||
|
||||
SOURCEPATH ../../../src
|
||||
SOURCE \
|
||||
main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||
hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||
getpass.c homedir.c curlutil.c xattr.c \
|
||||
tool_binmode.c \
|
||||
tool_bname.c \
|
||||
|
|
@ -25,11 +25,20 @@ SOURCE \
|
|||
tool_doswin.c \
|
||||
tool_easysrc.c \
|
||||
tool_formparse.c \
|
||||
tool_getparam.c \
|
||||
tool_help.c \
|
||||
tool_helpers.c \
|
||||
tool_libinfo.c \
|
||||
tool_main.c \
|
||||
tool_mfiles.c \
|
||||
tool_msgs.c \
|
||||
tool_myfunc.c \
|
||||
tool_operate.c \
|
||||
tool_operhlp.c \
|
||||
tool_panykey.c \
|
||||
tool_paramhlp.c \
|
||||
tool_parsecfg.c \
|
||||
tool_setopt.c \
|
||||
tool_sleep.c \
|
||||
tool_vms.c
|
||||
|
||||
SOURCEPATH ../../../lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue