mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:33:32 +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
|
|
@ -7,10 +7,10 @@ CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
|
|||
$(top_srcdir)/lib/rawstr.c
|
||||
|
||||
CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||
getpass.c homedir.c curlutil.c
|
||||
getpass.c homedir.c curlutil.c os-specific.c
|
||||
|
||||
CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
|
||||
config-riscos.h urlglob.h version.h \
|
||||
config-riscos.h urlglob.h version.h os-specific.h \
|
||||
writeout.h writeenv.h getpass.h homedir.h curlutil.h
|
||||
|
||||
curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue