mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
introduction of os-specific.c and os-specific.h
This commit is contained in:
parent
2e7b36d04f
commit
f1261bcdd7
10 changed files with 215 additions and 27 deletions
|
|
@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
|
|||
README = ../docs/MANUAL
|
||||
MKHELP = ../src/mkhelp.pl
|
||||
|
||||
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c
|
||||
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c
|
||||
|
||||
|
||||
all: hugehelp.c $(OBJS:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue