mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
os400: implement CLI tool
This is provided as a QADRT (ascii) program, a link to it in the IFS and a minimal CL command. Closes #11547
This commit is contained in:
parent
b137634ba3
commit
6f8d9cc4e9
11 changed files with 471 additions and 40 deletions
|
|
@ -28,6 +28,8 @@ EXTRA_DIST = README.md \
|
|||
OS400/rpg-examples \
|
||||
OS400/ccsidcurl.c \
|
||||
OS400/ccsidcurl.h \
|
||||
OS400/curlcl.c \
|
||||
OS400/curlmain.c \
|
||||
OS400/curl.inc.in \
|
||||
OS400/initscript.sh \
|
||||
OS400/make-include.sh \
|
||||
|
|
@ -36,7 +38,8 @@ EXTRA_DIST = README.md \
|
|||
OS400/make-tests.sh \
|
||||
OS400/makefile.sh \
|
||||
OS400/os400sys.c \
|
||||
OS400/os400sys.h
|
||||
OS400/os400sys.h \
|
||||
OS400/curl.cmd
|
||||
|
||||
CHECKSRC = $(CS_$(V))
|
||||
CS_0 = @echo " RUN " $@;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue